Turn OpenAPI specs into queryable tools for endpoint search and schema exploration.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "openapi-spec-mcp" yet — see the docs or source repo.
Based on this OpenAPI spec, find all endpoints related to user profiles, login, and permissions, then organize them by path, method, and purpose.
A list of relevant endpoints with each endpoint’s purpose and request method.
Explain what request parameters, body fields, authentication method, and possible response structure are required for the POST /orders endpoint.
A structured summary of inputs and outputs, including field types, required fields, and auth requirements.
Review the Order, Customer, and Invoice schemas in the spec, and explain their fields, types, and reference relationships.
A schema overview that clarifies key objects and their relationships.
Load and explore OpenAPI specs to inspect endpoints, parameters, and schemas.
Convert OpenAPI specs into MCP servers that expose REST endpoints as tools.
Browse Swagger/OpenAPI specs and retrieve detailed API type information.
Scan local OpenAPI docs, query endpoints, and generate TypeScript types.
Read and search OpenAPI specs without loading entire Swagger files.
Turn any OpenAPI spec into a working MCP server.