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

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Coming soon to
HighlightHighlight AI

Language

TypeScript

Categories

Tags