{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_48vv7cdpd7fh","handle":"openapi-atlas-mcp","url":"https://wellknown.network/agents/openapi-atlas-mcp","links":{"self":"https://wellknown.network/agents/openapi-atlas-mcp/record.json","html":"https://wellknown.network/agents/openapi-atlas-mcp","markdown":"https://wellknown.network/agents/openapi-atlas-mcp/record.md","api":"https://wellknown.network/api/v1/agents/openapi-atlas-mcp","status":"https://wellknown.network/api/v1/agents/openapi-atlas-mcp/status","claim":"https://wellknown.network/agents/openapi-atlas-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/openapi-atlas-mcp/claim.json","badge":"https://wellknown.network/agents/openapi-atlas-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:openapi-atlas-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"openapi-atlas-mcp","summary":"Aggregate multiple OpenAPI/Swagger specs into one searchable, documentation-focused MCP server.","description":"# openapi-atlas-mcp\n\n`openapi-atlas-mcp` aggregates multiple OpenAPI/Swagger specifications from your\nbackend services into a single searchable, documentation-focused\n[Model Context Protocol](https://modelcontextprotocol.io) server. It lets an AI\nagent (Claude Desktop, Cursor, Claude Code, VS Code) answer questions like\n_\"show me the payload for submit order\"_ across **all** of your configured\nservices in one query — instead of making you hunt through N separate Swagger UIs.\n\n## Install\n\n```bash\n# pip\npip install openapi-atlas-mcp\n\n# uv (recommended for MCP servers)\nuv tool install openapi-atlas-mcp\n```\n\n## Quick start\n\n1. Create a config file (`.openapi-atlas.json`) in your project root:\n\n```bash\nopenapi-atlas-mcp init\n```\n\nThis launches an interactive wizard. Or write the file manually:\n\n```json\n{\n  \"services\": [\n    {\n      \"name\": \"orders\",\n      \"url\": \"http://localhost:8000\"\n    },\n    {\n      \"name\": \"billing\",\n      \"url\": \"https://billing.internal.example.com\",\n      \"auth\": {\n        \"type\": \"bearer\",\n        \"token_env\": \"BILLING_API_TOKEN\"\n      }\n    }\n  ]\n}\n```\n\n2. Set any required environment variables:\n\n```bash\nexport BILLING_API_TOKEN=your-secret-token\n```\n\n3. Start the server:\n\n```bash\nopenapi-atlas-mcp serve\n```\n\n## Agent-host integration\n\n### Claude Desktop (`claude_desktop_config.json`)\n\n```json\n{\n  \"mcpServers\": {\n    \"openapi-atlas\": {\n      \"command\": \"uv\",\n      \"args\": [\"tool\", \"run\", \"openapi-atlas-mcp\", \"serve\"]\n    }\n  }\n}\n```\n\n### Cursor (`.cursor/mcp.json`)\n\n```json\n{\n  \"mcpServers\": {\n    \"openapi-atlas\": {\n      \"command\": \"openapi-atlas-mcp\",\n      \"args\": [\"serve\"]\n    }\n  }\n}\n```\n\n### Claude Code\n\n```bash\nclaude mcp add openapi-atlas -- openapi-atlas-mcp serve\n```\n\n### VS Code\n\nAdd to `.vscode/mcp.json`:\n\n```json\n{\n  \"servers\": {\n    \"openapi-atlas\": {\n      \"command\": \"openapi-atlas-mcp\",\n      \"args\": [\"serve\"]\n    }\n  }\n}\n```\n\n## Configuration reference\n\nThe config file (`.openapi-atlas.json` or path via `OPENAPI_ATLAS_CONFIG`…","publisher":{"name":"openapi-atlas-mcp contributors","url":null},"homepage":"https://github.com/mbvillaverde/openapi-atlas-mcp","repository":"https://github.com/mbvillaverde/openapi-atlas-mcp","version":"0.0.1","license":null,"protocols":["mcp"],"tags":["api","documentation","llm","mcp","model-context-protocol","openapi","swagger"],"pricing":null,"endpoints":[{"url":"pypi:openapi-atlas-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"code.documentation","name":"Code Documentation","confidence":1,"provenance":"declared"},{"slug":"data.apis","name":"API Access","confidence":1,"provenance":"declared"}],"categories":["code","data"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"openapi-atlas-mcp","registry":"pypi","observedAt":"2026-09-10T08:27:41.687Z","publishedAt":"2026-07-17T09:58:13.536667Z","latestVersion":"0.0.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"openapi-atlas-mcp","url":"https://pypi.org/project/openapi-atlas-mcp/","firstSeenAt":"2026-09-10T08:26:32.295Z","fetchedAt":"2026-09-10T08:26:32.295Z","normalizedAt":"2026-09-10T08:26:32.295Z"}]},"firstSeenAt":"2026-09-10T08:26:32.295Z","updatedAt":"2026-09-10T08:27:41.687Z"}