{
  "name": "chaicode",
  "version": "1.0.0",
  "description": "ChaiCode MCP server — navigate the chaicode.com marketing site and access course information via AI agent tools.",
  "serverUrl": "https://chaicode.com/mcp",
  "transport": "streamable-http",
  "tools": [
    {
      "name": "navigate_to_route",
      "description": "Navigate within chaicode.com to a known marketing or policy route (client-side SPA navigation). Use this to move between pages on the ChaiCode website.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "path": {
            "type": "string",
            "description": "App path beginning with /, e.g. /cohorts/web-dev or /privacy-policy. Allowed paths: /, /campus, /products, /reimburse, /reviews, /pricing-policy, /privacy-policy, /refund-policy, /terms-of-service, /cohorts/mobile-dev, /cohorts/system-design, /cohorts/web-dev, /courses/interview-preparation"
          }
        },
        "required": ["path"],
        "additionalProperties": false
      }
    },
    {
      "name": "open_course_catalog",
      "description": "Open the primary ChaiCode course catalog on courses.chaicode.com. Returns the URL of the course catalog page.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    }
  ]
}
