{
  "name": "achal.works",
  "version": "1.0.0",
  "description": "Read-only MCP server for the published work record of Achal Bajpai.",
  "endpoint": "https://achal.works/mcp",
  "transport": "streamable-http",
  "protocolVersion": "2026-07-28",
  "supportedProtocolVersions": [
    "2026-07-28"
  ],
  "authentication": "none",
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "get_profile",
      "title": "Profile and track record",
      "description": "Who Achal Bajpai is, the current role, availability, contact channels, and the measured track record: hackathon placements, merged open source changes, shipped project count."
    },
    {
      "name": "list_projects",
      "title": "Shipped projects",
      "description": "Every published project with its stack, status, build year, and repository URL. Excludes anything not yet shipped."
    },
    {
      "name": "get_project",
      "title": "One project in detail",
      "description": "Full write-up for a single project, including the long description. Call list_projects first for valid ids."
    },
    {
      "name": "list_hackathons",
      "title": "Hackathon record",
      "description": "Every hackathon entry with organizer, result, year, project, prize, and press links, plus the aggregate placement record."
    },
    {
      "name": "list_open_source",
      "title": "Open source contributions",
      "description": "Merged contributions by repository, with the language, the merged count, and the repository star count."
    },
    {
      "name": "get_document",
      "title": "Any page as markdown",
      "description": "The markdown body of any document on the site. Pass a slug such as index, about, or projects/flowagent. Omit the slug to list every available slug."
    }
  ],
  "documentation": "https://achal.works/for-agents"
}