Openapi MCP
JSON →An MCP server that lets LLMs inspect and interact with OpenAPI specifications.
Install
npx --yes Tools · 12
- load_spec Load an OpenAPI spec from URL or file
- list_endpoints List all endpoints with optional filtering
- search_endpoints Search endpoints by keyword
- get_endpoint_details Get full details for an endpoint
- get_request_schema Get request body schema
- get_response_schema Get response schema by status code
- validate_payload Validate JSON against schema
- generate_sample Generate sample request payload
- generate_typescript_types Generate TypeScript interfaces from schemas
- generate_curl Generate ready-to-use cURL command
- get_auth_schemes Get security schemes
- get_servers Get available API servers
Links
★ 3 GitHub stars