Splunk
0
Generates a Model Context Protocol (MCP) server from an OpenAPI specification for a given API.
概要
This project provides an auto-generated Model Context Protocol (MCP) server, created using AG2's MCP builder from a specified OpenAPI URL. It aims to streamline the process of exposing existing APIs, such as the Gmail API in this instance, as an MCP-compliant service, enabling seamless integration into systems that leverage the Model Context Protocol.
主な機能
- Automated MCP server generation from OpenAPI specifications
- Supports multiple transport modes including stdio, SSE, and streamable-HTTP
- 0 GitHub stars
- Comprehensive development toolkit with linting, formatting, static analysis, and testing utilities
- Configurable via environment variables or JSON files
- Integrated build and publishing capabilities using Hatch
ユースケース
- Quickly exposing a REST API as an MCP service
- Developing custom integrations that interact with MCP-compliant systems
- Automating the creation of API proxies following the Model Context Protocol