mikedarke/mcp-server-openapi-inspector
If you are the rightful owner of mcp-server-openapi-inspector 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 Inspector MCP Server is a tool for inspecting, analyzing, and working with OpenAPI specification documents.
Tools
Functions exposed to the LLM to take actions
load_openapi_spec
Load and parse an OpenAPI specification from a file path or URL.
list_loaded_specs
List all currently loaded OpenAPI specifications.
get_spec_info
Get basic information about a loaded OpenAPI specification.
list_endpoints
List all endpoints/paths in an OpenAPI specification with optional filtering.
get_endpoint_details
Get detailed information about a specific endpoint including parameters, request body, and responses.
get_schema_details
Get details about a specific schema/model definition.
validate_spec
Validate an OpenAPI specification for errors and warnings.
search_operations
Search for operations by keyword in summary, description, or operationId.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client