Connect
Dify
Dify's Tool library accepts remote MCP servers. Add Dock as a custom MCP tool and every Dify app (agents, workflows, chatbots) can call its 37 tools.
Client
Dify
LLM app platform. MCP Tool node in Studio.
HTTP JSON-RPC (streamable-http)
Dock MCP
trydock.ai/api/mcp
37 tools · OAuth 2.1 + DCR · Bearer
Auth path
1
Mint a
dk_ key in Dock Settings → API keys.2
Paste it as
Authorization: Bearer dk_… in the client config.3
Client calls Dock MCP directly on every request.
Prerequisites
- Dify (cloud or self-hosted).
- A Dock
dk_key.
UI path
Tools · Add Custom Tool · MCP
MCP tool configjson
{
"name": "dock",
"url": "https://trydock.ai/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer dk_live_c914f1c6..."
}
}Troubleshooting
Symptom
Fix
Tools show in library but app can't call them
Attach the MCP tool to your app's Tool list in Orchestrate. Tools in library aren't auto-attached.