DPF
dpf-mcp-bridge
Un servidor MCP stdio que refleja la superficie de herramientas de DPF para clientes que no pueden hablar Streamable HTTP ni realizar una redirección OAuth — sobre todo rastreadores de registros (p. ej. Glama) que necesitan ver tools/list sin un inicio de sesión interactivo.
La mayoría de los usuarios no necesitan esto. Claude, Cursor, VS Code y otros clientes MCP compatibles con OAuth deberían conectarse directamente al servidor real en https://api.dpf-it.com/mcp — consulta la guía de integración o el plugin dpf en este repositorio. Este puente existe para clientes solo stdio y para listados de directorios.
Cómo funciona
initialize/tools/listse responden localmente a partir de los esquemas declarados en server.js — sin llamada de red, sin credenciales necesarias. Eso es lo que permite que un sandbox automatizado inspeccione este servidor.tools/callreenvía al endpoint en vivo (DPF_MCP_URL, por defectohttps://api.dpf-it.com/mcp) conAuthorization: Bearer $DPF_TOKEN. SinDPF_TOKENdefinido, las llamadas devuelven un error explicativo en lugar de fallar silenciosamente.
Related MCP server: Agentled MCP Server
Ejecútalo
DPF_TOKEN=<your OAuth access token> npx dpf-mcp-bridgeo con Docker:
docker build -t dpf-mcp-bridge .
docker run -i -e DPF_TOKEN=<your OAuth access token> dpf-mcp-bridgeObtén un token mediante el flujo OAuth descrito en la guía de integración, o genera por tu cuenta un par client_id/client_secret (POST /oauth/clients) y canjéalo por un token de acceso a través del endpoint estándar de tokens 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