DPF
dpf-mcp-bridge
一个 stdio MCP 服务器,它镜像 DPF 的工具面,供那些无法使用
Streamable HTTP 或执行 OAuth 重定向的客户端使用——最典型的是注册表爬虫(例如 Glama),
它们需要在没有交互式登录的情况下看到 tools/list。
大多数用户不需要这个。 Claude、Cursor、VS Code 及其他支持 OAuth 的 MCP 客户端应连接
到 https://api.dpf-it.com/mcp 上的真实服务器——请参阅
集成指南或本仓库中的 dpf 插件。此桥接器
专为仅支持 stdio 的客户端和目录列表而存在。
工作原理
initialize/tools/list由本地根据 server.js 中声明的 schema 直接应答——无需 网络调用,也不需要凭据。这正是自动化沙箱可以检查此服务器的原因。tools/call转发到实时端点(DPF_MCP_URL,默认为https://api.dpf-it.com/mcp),并附带Authorization: Bearer $DPF_TOKEN。如果未设置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 令牌端点将其兑换为访问令牌。
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