{
  "name": "shipreal-docs",
  "title": "ShipReal documentation",
  "icon": "https://shipreal.dev/apple-touch-icon.png",
  "websiteUrl": "https://shipreal.dev",
  "documentationUrl": "https://shipreal.dev/developers",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "shipreal-docs",
    "version": "1.0.0"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false
    }
  },
  "description": "Read-only documentation server for ShipReal: search the curriculum, read a module, and read current pricing.",
  "version": "1.0.0",
  "serverUrl": "https://shipreal.dev/mcp",
  "transport": "streamable-http",
  "authentication": {
    "type": "none"
  },
  "tools": [
    {
      "name": "search_curriculum",
      "description": "Search the course curriculum by keyword and return matching modules with their part, description and chapter count."
    },
    {
      "name": "get_module",
      "description": "Return the full description and overview for one module, by slug or title."
    },
    {
      "name": "get_pricing",
      "description": "Return current plans and prices for both billing regions."
    }
  ]
}
