vimalprakashts/openapi-spec-mcp-server
If you are the rightful owner of openapi-spec-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 dayong@mcphub.com.
The OpenAPI Specification MCP Server is a tool designed to facilitate interaction with OpenAPI specifications, enabling dynamic fetching, exploration, and code generation without loading the entire specification into context.
Tools
Functions exposed to the LLM to take actions
list_endpoints
List all available API endpoints with optional filtering.
get_endpoint_details
Get detailed information about a specific endpoint.
search_endpoints
Search for endpoints using fuzzy matching.
get_schemas
Get schema definitions from the OpenAPI spec.
generate_code
Generate code snippets for API endpoints.
validate_request
Validate a request against the OpenAPI schema.
get_api_info
Get general information about the API.
refresh_spec
Refresh the OpenAPI specification from the server.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client