DPF
dpf-mcp-bridge
A stdio MCP server that mirrors DPF's tool surface for clients that can't speak
Streamable HTTP or do an OAuth redirect — most notably registry crawlers (e.g. Glama)
that need to see tools/list without an interactive login.
Most users don't need this. Claude, Cursor, VS Code, and other OAuth-aware MCP clients should connect
directly to the real server at https://api.dpf-it.com/mcp — see the
integration guide or the dpf plugin in this repo. This bridge
exists for stdio-only clients and for directory listings.
How it works
initialize/tools/listare answered locally from schemas declared in server.js — no network call, no credentials required. That's what lets an automated sandbox introspect this server.tools/callforwards to the live endpoint (DPF_MCP_URL, defaults tohttps://api.dpf-it.com/mcp) withAuthorization: Bearer $DPF_TOKEN. WithoutDPF_TOKENset, calls return an explanatory error instead of failing silently.
Related MCP server: Agentled MCP Server
Run it
DPF_TOKEN=<your OAuth access token> npx dpf-mcp-bridgeor with Docker:
docker build -t dpf-mcp-bridge .
docker run -i -e DPF_TOKEN=<your OAuth access token> dpf-mcp-bridgeObtain a token via the OAuth flow described in the
integration guide, or self-serve a client_id/client_secret
pair (POST /oauth/clients) and exchange it for an access token via the standard OAuth token endpoint.
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