kadykov/mcp-openapi-schema-explorer
MCP server providing token-efficient access to OpenAPI/Swagger specs via MCP Resource Templates for client-side exploration.
This tool helps developers or AI agents understand complex API documentation (OpenAPI/Swagger specifications) without needing to load the entire document. It takes a local file path or remote URL to an OpenAPI or Swagger specification as input and allows an MCP client to explore specific parts of the API structure on demand. The output is structured information about the API, tailored for developers building against APIs or AI assistants interacting with them.
Available on npm.
Use this if you are a developer or an AI client needing to efficiently explore large API specifications for development or interaction, especially when working within the constraints of an LLM's context window.
Not ideal if you are looking for a visual browser-based interface for exploring API documentation, or if your primary need is to generate code directly from the spec rather than just exploring its structure.
Stars
66
Forks
14
Language
TypeScript
License
MIT
Category
Last pushed
Mar 09, 2026
Commits (30d)
0
Dependencies
5
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/kadykov/mcp-openapi-schema-explorer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related servers
Azure/data-api-builder
Data API builder provides modern REST, GraphQL endpoints and MCP tools to your Azure Databases...
apioo/fusio
Self-Hosted API Management for Builders
harsha-iiiv/openapi-mcp-generator
A tool that converts OpenAPI specifications to MCP server
getdatanaut/openmcp
Turn any openapi file into an mcp server, with just the tools you need.
ycs77/apifable
MCP server that helps AI agents explore OpenAPI specs, search endpoints, and generate TypeScript types.