MCPServers
OpenAPI Schema - MCP server logo

OpenAPI Schema

20
0

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.

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签