Skip to main content
Glama

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.js

Windsurf IDE에서 연결

pnpm build

Windsurf 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

Install Server
F
license - not found
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    A
    maintenance
    A Python-based MCP server that integrates OpenAPI-described REST APIs into MCP workflows, enabling dynamic exposure of API endpoints as MCP tools.
    153
    MIT
  • F
    license
    D
    quality
    D
    maintenance
    A 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
  • A
    license
    -
    quality
    D
    maintenance
    MCP Server for the Edgee API, enabling organization management, project operations, component management, and user administration through the Model Context Protocol.
    17
    Apache 2.0
  • A
    license
    B
    quality
    D
    maintenance
    An 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.
    1
    16
    MIT

View all related MCP servers

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

View all MCP Connectors

Appeared in Searches

Latest Blog Posts

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