DPF
dpf-mcp-bridge
Ein stdio-MCP-Server, der die Tool-Oberfläche von DPF für Clients spiegelt, die kein
Streamable HTTP sprechen oder keinen OAuth-Redirect durchführen können — insbesondere Registry-Crawler (z. B. Glama),
die tools/list ohne interaktiven Login sehen müssen.
Die meisten Benutzer brauchen das nicht. Claude, Cursor, VS Code und andere OAuth-fähige MCP-Clients sollten sich
direkt mit dem echten Server unter https://api.dpf-it.com/mcp verbinden — siehe die
Integrationsanleitung oder das dpf-Plugin in diesem Repository. Diese Brücke
existiert für Stdio-only-Clients und für Verzeichnislisten.
So funktioniert es
initialize/tools/listwerden lokal aus den in server.js deklarierten Schemata beantwortet — ohne Netzwerkaufruf, ohne Anmeldedaten. Dadurch kann eine automatisierte Sandbox diesen Server untersuchen.tools/callleitet an den Live-Endpunkt weiter (DPF_MCP_URL, Standardwerthttps://api.dpf-it.com/mcp) mitAuthorization: Bearer $DPF_TOKEN. Ohne gesetztesDPF_TOKENgeben Aufrufe eine erklärende Fehlermeldung zurück, statt still zu scheitern.
Related MCP server: Agentled MCP Server
Ausführen
DPF_TOKEN=<your OAuth access token> npx dpf-mcp-bridgeoder mit Docker:
docker build -t dpf-mcp-bridge .
docker run -i -e DPF_TOKEN=<your OAuth access token> dpf-mcp-bridgeErhalten Sie ein Token über den OAuth-Flow, der in der
Integrationsanleitung beschrieben ist, oder erstellen Sie sich selbst ein client_id/client_secret-Paar (POST /oauth/clients) und tauschen Sie es über den Standard-OAuth-Token-Endpunkt gegen ein Zugriffstoken ein.
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