MCP-APIKit
MCP-APIKit
MCP-APIKit은 Windsurf IDE 통합을 위해 특별히 설계된 마이크로서비스 컨트롤 플레인(MCP) 서버입니다. Eolink OpenAPI에서 API 정보를 가져와 IDE의 MCP 클라이언트에 제공하여 개발 환경 내에서 원활한 API 통합 및 관리를 지원합니다.
특징
API 사양을 검색하기 위해 Eolink OpenAPI에 연결합니다.
API 정보를 MCP 리소스로 노출합니다.
API 검색 및 탐색을 위한 도구를 제공합니다.
Windsurf IDE 내에서 API 테스트 및 통합을 지원합니다.
표준화된 통신을 위한 모델 컨텍스트 프로토콜(MCP)을 구현합니다.
Related MCP server: MCP-FEISHU
설치
지엑스피1
구성
다음 변수를 사용하여 루트 디렉토리에 .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특허
MIT
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