OpenAPI MCP Server
Explores third-party OpenAPI specifications in three narrowing steps instead of dumping the whole document.
Add it to your client
Community- Transport
- http
- Runtime
- Remote
- Auth
- Not required
- License
- MIT
- Stars
- 899
The OpenAPI document for a large public API runs to hundreds of kilobytes, which is more than a context window can hold and far more than a single question needs. This remote server, reachable at openapi-mcp.openapisearch.com/mcp, therefore never hands over the raw spec. It first resolves which API you mean, then returns a plain-language summary of what the spec contains, and only then fetches the specific operations relevant to the task with their parameters and response shapes. JSON and YAML sources both work. The trade-off is honest: identification depends on the openapisearch index behind it, so an obscure internal spec is better served by a server you point at your own file.
Similar MCP servers
OpenSearch MCP Server
MCP serverThe OpenSearch project's own server for listing indices, reading mappings and running search queries.
Wolfram Alpha MCP Server
MCP serverQueries the Wolfram Alpha API for computation and curated facts, returning structured answers rather than prose.
Kubernetes MCP Server
MCP serverSpeaks to the Kubernetes and OpenShift API server directly from Go instead of shelling out to kubectl.

Comments(0)
Sign in to comment