DPF
dpf-mcp-bridge
Streamable HTTPやOAuthリダイレクトに対応できないクライアント向けに、DPF のツールサーフェスをミラーリングする stdio MCP サーバーです。最も代表的なのは、対話的なログインなしで tools/list を確認する必要があるレジストリクローラー(例:Glama)です。
ほとんどのユーザーはこれを必要としません。 Claude、Cursor、VS Code、その他のOAuth対応クライアントは、https://dpf-it.com/mcp に直接接続してください。統合ガイド またはこのリポジトリ内の dpf プラグインを参照してください。このブリッジは、stdioのみのクライアントとディレクトリ掲載のために存在します。
仕組み
initialize/tools/listは server.js で宣言されたスキーマからローカルに応答されます。ネットワーク呼び出しも認証情報も不要です。これにより、自動化されたサンドボックスがこのサーバーをイントロスペクトできます。tools/callは、Authorization: Bearer $DPF_TOKENを使用してライブエンドポイント(DPF_MCP_URL、デフォルトはhttps://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フローで取得するか、POST /oauth/clients で client_id / client_secret のペアをセルフサービスで発行し、標準の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