{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_q55v687cep7m","handle":"openapi-tools-mcp","url":"https://wellknown.network/agents/openapi-tools-mcp","links":{"self":"https://wellknown.network/agents/openapi-tools-mcp/record.json","html":"https://wellknown.network/agents/openapi-tools-mcp","markdown":"https://wellknown.network/agents/openapi-tools-mcp/record.md","api":"https://wellknown.network/api/v1/agents/openapi-tools-mcp","status":"https://wellknown.network/api/v1/agents/openapi-tools-mcp/status","claim":"https://wellknown.network/agents/openapi-tools-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/openapi-tools-mcp/claim.json","badge":"https://wellknown.network/agents/openapi-tools-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:openapi-tools-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"openapi-tools-mcp","summary":"An MCP server powered by fastMCP for inspecting local OpenAPI specs.","description":"# OpenAPI Tools MCP Server\n\nA [Model Context Protocol](https://spec.modelcontextprotocol.io/) server powered by [fastMCP](https://pypi.org/project/fastmcp/) for inspecting local OpenAPI specs. It exposes tools for listing and retrieving spec details with optional glob/tag filters and `$ref` resolution.\n\nThe server also publishes MCP metadata (`instructions` and `website_url`) to guide clients toward local-file OpenAPI inspection workflows.\n\n## Add as an MCP server\n\nAdd this server to your MCP client configuration (PyPI):\n\n```json\n{\n  \"mcpServers\": {\n    \"openapi-tools\": {\n      \"command\": \"uvx\",\n      \"args\": [\n        \"--from\",\n        \"openapi-tools-mcp\",\n        \"openapi-tools-mcp\"\n      ]\n    }\n  }\n}\n```\n\nThis launches the `openapi-tools-mcp` entrypoint from PyPI via `uvx`.\n\nTOML version (PyPI):\n\n```toml\n[mcp_servers.openapi-tools]\ncommand = \"uvx\"\nargs = [\"--from\", \"openapi-tools-mcp\", \"openapi-tools-mcp\"]\n```\n\nYou can also install directly from GitHub with `uvx`:\n\n```bash\nuvx --from git+ssh://git@github.com/kardaj/openapi-tools-mcp.git openapi-tools-mcp\n```\n\n## Available tools\n\n- `spec_info(spec_path)`: Quickly summarize a spec file (OpenAPI version, title/description, servers). Use this first to confirm you're reading the right spec and its base URLs.\n- `spec_list(section, spec_path, filter_by_glob?, filter_by_tag?)`: Enumerate keys within a spec section (e.g., all paths, schemas, or responses). Use to discover what exists before drilling into details.\n- `spec_get(section, name, spec_path, resolve_refs=True)`: Retrieve a specific item from a section (e.g., one path or schema), with optional `$ref` resolution and source line numbers for precise navigation.\n\nAll tools expect a readable OpenAPI YAML/JSON file path on the local filesystem. An example spec lives at `tests/openapi.example.yml`.\n\n## License\n\nMIT","publisher":{"name":"kardaj","url":null},"homepage":"https://github.com/kardaj/openapi-tools-mcp","repository":"https://github.com/kardaj/openapi-tools-mcp","version":"0.2.0","license":"MIT License\n        \n        Copyright (c) 2026 kardaj\n        …","protocols":["mcp"],"tags":["mcp","openapi","specs","tools"],"pricing":null,"endpoints":[{"url":"pypi:openapi-tools-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"data.apis","name":"API Access","confidence":1,"provenance":"declared"},{"slug":"dev.filesystem","name":"Filesystem","confidence":0.882,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["data","dev"],"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-tools-mcp","registry":"pypi","observedAt":"2026-09-10T08:27:42.444Z","publishedAt":"2026-02-25T10:59:18.183101Z","latestVersion":"0.2.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"openapi-tools-mcp","url":"https://pypi.org/project/openapi-tools-mcp/","firstSeenAt":"2026-09-10T08:26:34.696Z","fetchedAt":"2026-09-10T08:26:34.696Z","normalizedAt":"2026-09-10T08:26:34.696Z"}]},"firstSeenAt":"2026-09-10T08:26:34.696Z","updatedAt":"2026-09-10T08:27:42.444Z"}