{
  "name": "outside-the-box-docs",
  "title": "Outside The Box - developer documentation",
  "version": "1.0.0",
  "transport": "streamable-http",
  "instructions": "Documentation surface for the Outside The Box public content API and MCP servers. Use list_api_endpoints to see the REST surface, get_openapi_spec to generate a client or validate a request, and search_documentation for how-to questions about auth, pagination, rate limits, errors or versioning. For the podcast content itself, use the content server at https://outside-the-box.dev/mcp instead.",
  "note": "This server does not open server-initiated SSE streams. POST JSON-RPC 2.0 messages to this same URL.",
  "tools": [
    {
      "name": "list_api_endpoints",
      "description": "List every endpoint of the public REST API with its method, path, purpose and parameters. Use this before calling the API so requests are built from the current surface rather than guessed."
    },
    {
      "name": "get_openapi_spec",
      "description": "Return the full OpenAPI 3.1 specification for the public REST API, including request parameters, response schemas and the typed error model. Use this to generate a client or to validate a request shape."
    },
    {
      "name": "search_documentation",
      "description": "Search the developer documentation - authentication, rate limits, pagination, error codes, versioning and the MCP servers - and get back the matching sections as markdown. Use this to answer 'how do I ...' questions about integrating."
    }
  ]
}