This project is a server that dynamically creates Model Context Protocol (MCP) tools and resources from OpenAPI specifications. It allows Large Language Models (LLMs) to interact with APIs through the Model Context Protocol.
This server provides the following tools for AI assistants:
Execute API calls to dynamically discovered endpoints from OpenAPI spec.
List all available API endpoints discovered from the OpenAPI specification.
Get the schema definition for API request/response models.
Get detailed information about a specific API operation.
Validate request parameters against the OpenAPI specification.