learnwithkawsar/open-api-mcp-server
3.2
If you are the rightful owner of open-api-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project is a Model Context Protocol (MCP) server that dynamically loads and exposes tools based on an OpenAPI (Swagger) specification.
Tools
Functions exposed to the LLM to take actions
list_apis
Returns all API paths from the loaded spec.
get_api_info
Returns details (parameters, request/response, sample body) for a given endpoint.
list_endpoints
Returns endpoints, optionally filtered by HTTP method or path substring.
readSwaggerSpec
Returns the full Swagger spec as formatted JSON.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client