Auto icon

Auto

Generates Model Context Protocol (MCP) tools automatically for each endpoint defined in an OpenAPI specification.

关于

Enables Large Language Models to interact with REST APIs by serving as a lightweight Model Context Protocol (MCP) server. It automatically generates the necessary tools for each endpoint specified in an OpenAPI document, simplifying the integration of web applications with LLM clients. The server offers flexible deployment options, including a local STDIO mode for desktop applications and a remote Streamable HTTP mode for web hosting, making any OpenAPI-defined web app accessible to AI agents.

主要功能

  • Lightweight design suitable for rapid prototyping and initial setup
  • Offers remote Stateless Streaming HTTP transport for web deployment
  • Supports local STDIO transport for desktop client integration
  • 0 GitHub stars
  • Automatically generates MCP tools from an OpenAPI specification
  • Provides a .well-known/mcp.json endpoint for server discovery

使用案例

  • Rapidly exposing web application functionalities to AI agents without manual tool creation
  • Connecting Large Language Models (LLMs) to existing RESTful web APIs
  • Enabling LLM clients (e.g., Claude Desktop) to utilize OpenAPI-defined services
Advertisement

Advertisement