Skip to main content
Glama

dpf-mcp-bridge

DPF의 도구 표면을 미러링하는 stdio MCP 서버로, Streamable HTTP 또는 OAuth 리다이렉트를 지원하지 않는 클라이언트, 특히 대화형 로그인 없이 tools/list를 확인해야 하는 레지스트리 크롤러(예: Glama)를 위한 것입니다.

대부분의 사용자에게는 이 브리지가 필요하지 않습니다. Claude, Cursor, VS Code 등 OAuth를 지원하는 MCP 클라이언트는 실제 서버인 https://api.dpf-it.com/mcp에 직접 연결하면 됩니다. 통합 가이드 또는 이 저장소의 dpf 플러그인을 참조하세요. 이 브리지는 stdio 전용 클라이언트와 디렉터리 등재를 위해 존재합니다.

작동 방식

  • initialize / tools/listserver.js에 선언된 스키마를 사용해 로컬에서 처리됩니다. 네트워크 호출이나 자격 증명이 필요 없으며, 이를 통해 자동화된 샌드박스가 이 서버를 검사할 수 있습니다.

  • tools/callAuthorization: Bearer $DPF_TOKEN 헤더와 함께 실제 엔드포인트(DPF_MCP_URL, 기본값 https://api.dpf-it.com/mcp)로 전달합니다. DPF_TOKEN이 설정되어 있지 않으면 호출은 조용히 실패하지 않고, 원인을 설명하는 오류를 반환합니다.

Related MCP server: Agentled MCP Server

실행 방법

DPF_TOKEN=<your OAuth access token> npx dpf-mcp-bridge

Docker로 실행할 경우:

docker build -t dpf-mcp-bridge .
docker run -i -e DPF_TOKEN=<your OAuth access token> dpf-mcp-bridge

통합 가이드에 설명된 OAuth 흐름을 통해 토큰을 받거나, client_id/client_secret 쌍을 직접 생성(POST /oauth/clients)한 뒤 표준 OAuth 토큰 엔드포인트에서 액세스 토큰으로 교환하세요.

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

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

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • AI-Ready Data Platform that fills the missing layer between data management and AI execution.

  • KYC, KYB, AML, wallet screening, transaction monitoring, and fraud workflows for AI agents.

  • Your AI copilot for customer onboarding — projects, KPIs, tasks, and safe writes.

View all MCP Connectors

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/dpf-admin/dpf-claude-plugin'

If you have feedback or need assistance with the MCP directory API, please join our Discord server