nyudenkov/openapi-mcp-proxy
3.4
If you are the rightful owner of openapi-mcp-proxy 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.
An MCP server designed for efficient exploration of large OpenAPI schemas without loading entire schemas into LLM context.
Tools
Functions exposed to the LLM to take actions
add_api
Add a new API configuration.
list_saved_apis
List all saved API configurations.
remove_api
Remove a saved API configuration.
get_api_info
Get general information about an API.
list_endpoints
List all endpoints in an API.
search_endpoints
Search endpoints by query.
get_endpoint_details
Get detailed endpoint information.
list_models
List all data models in an API.
get_model_schema
Get detailed schema for a specific model.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client