DPF
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/list는 server.js에 선언된 스키마를 사용해 로컬에서 처리됩니다. 네트워크 호출이나 자격 증명이 필요 없으며, 이를 통해 자동화된 샌드박스가 이 서버를 검사할 수 있습니다.tools/call은Authorization: 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-bridgeDocker로 실행할 경우:
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 토큰 엔드포인트에서 액세스 토큰으로 교환하세요.
This server cannot be installed
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceEnables automated dataset processing and onboarding using Google Drive integration. Provides metadata extraction, data quality assessment, and contract generation for CSV/Excel files through natural language interactions.1MIT
- AlicenseAqualityCmaintenanceAI workflow orchestration platform with 100+ integrations, knowledge graph, and unified credits. Build, manage, and execute workflows from Claude Code, Cursor, or any MCP client.403313MIT
- AlicenseAqualityFmaintenanceEnables AI agents to discover, request access to, and query data products in Data Mesh Manager, enforcing governance policies while retrieving business data from platforms like Snowflake and Databricks.446MIT

@matihlabs/mcpofficial
Alicense-qualityAmaintenanceConnects AI clients to the Matih data platform, enabling SQL queries, table profiling, analytics, chart creation, and file uploads through MCP tools with OAuth/PKCE authentication.81Apache 2.0
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.
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/dpf-admin/dpf-claude-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server