An MCP server powered by fastMCP for inspecting local OpenAPI specs.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"openapi-tools-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# OpenAPI Tools MCP Server A [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. The server also publishes MCP metadata (`instructions` and `website_url`) to guide clients toward local-file OpenAPI inspection workflows. ## Add as an MCP server Add this server to your MCP client configuration (PyPI): ```json { "mcpServers": { "openapi-tools": { "command": "uvx", "args": [ "--from", "openapi-tools-mcp", "openapi-tools-mcp" ] } } } ``` This launches the `openapi-tools-mcp` entrypoint from PyPI via `uvx`. TOML version (PyPI): ```toml [mcp_servers.openapi-tools] command = "uvx" args = ["--from", "openapi-tools-mcp", "openapi-tools-mcp"] ``` You can also install directly from GitHub with `uvx`: ```bash uvx --from git+ssh://git@github.com/kardaj/openapi-tools-mcp.git openapi-tools-mcp ``` ## Available tools - `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. - `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. - `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. All tools expect a readable OpenAPI YAML/JSON file path on the local filesystem. An example spec lives at `tests/openapi.example.yml`. ## License MIT
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.