MCP Servers / development / Openapi MCP

Openapi MCP

JSON →
none3development

An MCP server that lets LLMs inspect and interact with OpenAPI specifications.

Install
How to run this server
[ { "cmd": "npx --yes", "imports": [] } ]
server path: openapi-mcp
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
Resources
Openapi MCP — MCP Server · libregistry