OpenAPI Schema
Summary
The OpenAPI Schema MCP server exposes OpenAPI specification information to Large Language Models through a set of specialized tools. Developed by Hannes Junnila, it loads any OpenAPI schema file (JSON or YAML) and provides tools for exploring API paths, operations, parameters, schemas, and security definitions. The server converts complex OpenAPI structures into YAML format for better LLM comprehension and includes features like endpoint listing, schema searching, and example retrieval. It's particularly valuable for workflows requiring API exploration and understanding within AI assistant conversations, eliminating the need to manually parse OpenAPI documentation.
Available Actions(10)
list-endpoints
Lists all API paths and their HTTP methods with summaries in a nested object structure.
get-endpoint
Gets detailed information about a specific endpoint including parameters and responses.
get-request-body
Gets the request body schema for a specific endpoint and method.
get-response-schema
Gets the response schema for a specific endpoint, method, and status code.
get-path-parameters
Gets the parameters for a specific path.
list-components
Lists all schema components (schemas, responses, parameters, etc.).
get-component
Gets detailed definition for a specific component.
list-security-schemes
Lists all available security schemes.
get-examples
Gets examples for a specific component or endpoint.
search-schema
Searches across paths, operations, and schemas.
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください