MCP-APIKit
MCP-APIキット
MCP-APIKitは、Windsurf IDEとの統合に特化して設計されたマイクロサービスコントロールプレーン(MCP)サーバーです。Eolink OpenAPIからAPI情報を取得し、IDEのMCPクライアントに提供することで、開発環境内でシームレスなAPI統合と管理を実現します。
特徴
Eolink OpenAPIに接続してAPI仕様を取得します
API情報をMCPリソースとして公開する
APIの検出と探索のためのツールを提供する
Windsurf IDE内でのAPIテストと統合をサポート
標準化された通信のためのモデルコンテキストプロトコル(MCP)を実装します
Related MCP server: MCP-FEISHU
インストール
# Clone the repository
git clone https://github.com/yourusername/mcp-apikit.git
cd mcp-apikit
# Install dependencies
pnpm install
# Build the project
pnpm run build構成
次の変数を含む.envファイルをルート ディレクトリに作成します。
EOLINK_API_KEY=your_eolink_api_key
EOLINK_BASE_URL=https://api.eolink.com
SPACE_ID=your_space_id
PROJECT_ID=your_project_id使用法
サーバーの起動
pnpm startサーバーは、 .envファイルで指定されたポート (デフォルト: 3000) で起動します。
デバッグ
npx @modelcontextprotocol/inspector node dist/index.jsWindsurf IDEからの接続
pnpm buildWindsurf IDE 設定で、次の構成で新しい MCP サーバーを追加します。
"mcpServers": {
"apikit": {
"command": "node",
"args": [
"/Users/{userName}/Documents/mcp-apikit/dist/index.js"
],
"env": {}
}
}APIリソース
MCP-APIKit サーバーは次のリソースを公開します。
api://projects- すべての API プロジェクトを一覧表示しますapi://projects/{projectId}- 特定のプロジェクトの詳細を取得するapi://projects/{projectId}/apis- プロジェクト内のすべての API を一覧表示しますapi://projects/{projectId}/apis/{apiId}- 特定の API の詳細を取得します
ツール
サーバーは次のツールを提供します。
search-apis- すべてのプロジェクトにわたって API を検索しますtest-api- カスタムパラメータを使用してAPIエンドポイントをテストするimport-api- Eolink からプロジェクトに API 仕様をインポートします
発達
# Run in development mode with hot reloading
npm run devライセンス
マサチューセッツ工科大学
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceA Python-based MCP server that integrates OpenAPI-described REST APIs into MCP workflows, enabling dynamic exposure of API endpoints as MCP tools.153MIT
- FlicenseDqualityDmaintenanceA microservice control plane server that fetches API information from Feishu OpenAPI and provides it to Windsurf IDE, enabling seamless API integration and management within your development environment.2
- Alicense-qualityDmaintenanceMCP Server for the Edgee API, enabling organization management, project operations, component management, and user administration through the Model Context Protocol.17Apache 2.0
- AlicenseBqualityDmaintenanceAn MCP server that allows users to query and retrieve request and response JSON schemas directly from Swagger/OpenAPI specifications. It supports automatic reference resolution and path parameter matching to help AI models interact with API interfaces.116MIT
Related MCP Connectors
MCP server for AI access to Swagger by SmartBear.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/scarqin/mcp-apikit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server