{"id":26827740,"url":"https://github.com/automation-ai-labs/mcp-link","last_synced_at":"2026-05-11T06:02:14.686Z","repository":{"id":285085247,"uuid":"956930773","full_name":"automation-ai-labs/mcp-link","owner":"automation-ai-labs","description":"Seamlessly Integrate Any API with AI Agents","archived":false,"fork":false,"pushed_at":"2025-03-29T11:34:26.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T12:25:41.735Z","etag":null,"topics":["agents","mcp","mcp-server"],"latest_commit_sha":null,"homepage":"https://mcp-link.vercel.app","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/automation-ai-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-29T06:30:31.000Z","updated_at":"2025-03-29T12:05:51.000Z","dependencies_parsed_at":"2025-03-29T12:37:45.374Z","dependency_job_id":null,"html_url":"https://github.com/automation-ai-labs/mcp-link","commit_stats":null,"previous_names":["automation-ai-labs/mcp-link"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automation-ai-labs%2Fmcp-link","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automation-ai-labs%2Fmcp-link/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automation-ai-labs%2Fmcp-link/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automation-ai-labs%2Fmcp-link/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/automation-ai-labs","download_url":"https://codeload.github.com/automation-ai-labs/mcp-link/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246314151,"owners_count":20757463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","mcp","mcp-server"],"created_at":"2025-03-30T12:16:55.781Z","updated_at":"2026-05-11T06:02:14.680Z","avatar_url":"https://github.com/automation-ai-labs.png","language":"Go","funding_links":[],"categories":["Developer Tools","Api Integration Mcp Servers","Go","📚 Projects (1974 total)","MCP 服务器精选列表","⚙️ DevOps","Table of Contents","サーバー実装","Other Tools and Integrations","MCP Servers","🛠️ DevOps Tooling","APIs and HTTP Requests","Server Implementations"],"sub_categories":["API Tools","MCP Servers","🛠️ 其他实用工具与集成","Developer Tools","🛠️ \u003ca name=\"developer-tools\"\u003e\u003c/a\u003e開発者ツール","How to Submit","Other MCP Servers","💻 \u003ca name=\"developer-tools\"\u003e\u003c/a\u003eDeveloper Tools"],"readme":"# MCP Link - Convert Any OpenAPI V3 API to MCP Server\n\n[![Join our Discord](https://img.shields.io/discord/1234567890?color=7289da\u0026label=Discord\u0026logo=discord\u0026logoColor=white)](https://discord.gg/qkzfbqdSa9)\n\n## 🧩 Architecture\n\n![MCP Link](assets/diagrams.png)\n\n## 🤔 Why MCP Link?\n\nThere is a notable gap in the current AI Agent ecosystem:\n\n- Most MCP Servers are simple wrappers around Web APIs\n- Functionality interfaces may not be complete, depending on developer implementation\n- Manual creation of MCP interfaces is time-consuming and error-prone\n- Lack of standardized conversion processes\n\nMCP Link solves these issues through automation and standardization, allowing any API to easily join the AI-driven application ecosystem.\n\n\n## 🌟 Key Features\n\n- **Automatic Conversion**: Generate complete MCP Servers based on OpenAPI Schema\n- **Seamless Integration**: Make existing RESTful APIs immediately compatible with AI Agent calling standards\n- **Complete Functionality**: Ensure all API endpoints and features are correctly mapped\n- **Zero Code Modification**: Obtain MCP compatibility without modifying the original API implementation\n- **Open Standard**: Follow the MCP specification to ensure compatibility with various AI Agent frameworks\n\n\n## 🌐 Online Version\n\nTry our hosted version at [mcp-link.vercel.app](https://mcp-link.vercel.app) to quickly convert and test your APIs without installation.\n\n\n## 🚀 Quick Start\n\n### Installation\n\n```bash\n# Clone repository\ngit clone https://github.com/automation-ai-labs/mcp-link.git\ncd mcp-openapi-to-mcp-adapter\n\n# Install dependencies\ngo mod download\n```\n\n### Running\n\n```bash\n# Specify port\ngo run main.go serve --port 8080 --host 0.0.0.0\n```\n\n\n### Parameter Description\n\n- `s=` - URL of the OpenAPI specification file\n- `u=` - Base URL of the target API\n- `h=` - Authentication header format, in the format of `header-name:value-prefix`\n- `f=` - Path filter expressions to include or exclude API endpoints. Syntax:\n  - `+/path/**` - Include all endpoints under /path/\n  - `-/path/**` - Exclude all endpoints under /path/\n  - `+/users/*:GET` - Include only GET endpoints for /users/{id}\n  - Multiple filters can be separated by semicolons: `+/**:GET;-/internal/**`\n  - Wildcards: `*` matches any single path segment, `**` matches zero or more segments\n\n### Examples\n| _ | API | MCP Link URL | Authentication Method |\n|------|-----|-------------|---------|\n| ![Brave](https://img.logo.dev/brave.com) | Brave Search | https://mcp-link.vercel.app/links/brave | API Key |\n| ![DuckDuckGo](https://img.logo.dev/duckduckgo.com) | DuckDuckGo | https://mcp-link.vercel.app/links/duckduckgo | None |\n| ![Figma](https://img.logo.dev/figma.com) | Figma | https://mcp-link.vercel.app/links/figma | API Token |\n| ![GitHub](https://img.logo.dev/github.com) | GitHub | https://mcp-link.vercel.app/links/github | Bearer Token |\n| ![Home Assistant](https://img.logo.dev/home-assistant.io) | Home Assistant | https://mcp-link.vercel.app/links/homeassistant | Bearer Token |\n| ![Notion](https://img.logo.dev/notion.so) | Notion | https://mcp-link.vercel.app/links/notion | Bearer Token |\n| ![Slack](https://img.logo.dev/slack.com) | Slack | https://mcp-link.vercel.app/links/slack | Bearer Token |\n| ![Stripe](https://img.logo.dev/stripe.com) | Stripe | https://mcp-link.vercel.app/links/stripe | Bearer Token |\n| ![TMDB](https://img.logo.dev/themoviedb.org) | TMDB | https://mcp-link.vercel.app/links/tmdb | Bearer Token |\n| ![YouTube](https://img.logo.dev/youtube.com) | YouTube | https://mcp-link.vercel.app/links/youtube | Bearer Token |\n\n### Usage in AI Agents\n\n```json\n{\n  \"mcpServers\": {\n    \"@service-name\": {\n      \"url\": \"http://localhost:8080/sse?s=[OpenAPI-Spec-URL]\u0026u=[API-Base-URL]\u0026h=[Auth-Header]:[Value-Prefix]\"\n    }\n  }\n}\n```\n\nThese URLs allow any API with an OpenAPI specification to be immediately converted into an MCP-compatible interface accessible to AI Agents.\n\n## 📋 Future Development\n\n- **MCP Protocol OAuthflow**: Implement OAuth authentication flow support for MCP Protocol\n- **Resources Support**: Add capability to handle resource-based API interactions\n- **MIME Types**: Enhance support for various MIME types in API requests and responses\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomation-ai-labs%2Fmcp-link","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautomation-ai-labs%2Fmcp-link","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomation-ai-labs%2Fmcp-link/lists"}