d3p MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@d3p MCP ServerGet the current Bitcoin price in USD"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
d3p MCP Server
MCP server for the digital3 agent protocol (d3p) — exposes all d3p services as MCP tools that any MCP client can call.
Auto-discovers services from the d3p manifest and registers each as a tool, plus protocol-level tools for discovery, compatibility checking, pipeline execution, reputation, and pricing.
Quick Start
Install
pip install d3p-mcp-serverOr install from source:
git clone https://github.com/digital3/d3p-mcp-server.git
cd d3p-mcp-server
pip install -e .Claude Desktop
Add to your claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"d3p": {
"command": "d3p-mcp-server",
"env": {
"D3P_BASE_URL": "https://labs.digital3.ai",
"D3P_MOCK_PAYMENTS": "true"
}
}
}
}Or run directly with Python:
{
"mcpServers": {
"d3p": {
"command": "python3",
"args": ["-m", "d3p_mcp_server"],
"env": {
"D3P_MOCK_PAYMENTS": "true"
}
}
}
}Claude Code
claude mcp add d3p -- d3p-mcp-serverSSE Mode (Remote)
d3p-mcp-server --sse --port 8888Related MCP server: agentforge
Available Tools
Service Tools (auto-discovered)
Each d3p service is registered as d3p_{service_id}. All accept a JSON string parameter with the service's input fields.
Examples: d3p_btc-price, d3p_search, d3p_weather, d3p_vibe-check, etc.
Protocol Tools
Tool | Description |
| List all services with pricing and descriptions |
| Search services by capability, price, reputation, latency |
| Check if two services can be chained (output→input) |
| Execute a multi-service pipeline with atomic payments |
| Check status of a running pipeline |
| Get final result of a completed pipeline |
| Dry-run a pipeline (cost estimate, no execution) |
| List pre-built pipeline templates |
| Get reputation score for a service |
| Get dynamic price quote for a service |
| Get protocol configuration info |
Environment Variables
Variable | Default | Description |
|
| Base URL for d3p services |
|
| Manifest endpoint |
|
| Set |
|
| Request timeout in seconds |
Examples
List services
Ask Claude: "What d3p services are available?"
Get Bitcoin price
Ask Claude: "Use d3p to get the current Bitcoin price in USD"
Chain services
Ask Claude: "Search for Bitcoin news and then run sentiment analysis on the results using d3p"
Discover by capability
Ask Claude: "Find d3p services that do text analysis for under 50 sats"
Architecture
Claude Desktop / claude-code / Cursor
│
│ MCP (stdio or SSE)
▼
d3p MCP Server
│
│ HTTPS
▼
labs.digital3.ai (d3p protocol)
│
│ L402 Lightning
▼
autonom rails (payment layer)Development
git clone https://github.com/digital3/d3p-mcp-server.git
cd d3p-mcp-server
pip install -e .
d3p-mcp-server --testLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for AgentFolio — the identity and reputation layer for AI agents. Query agent profiles, trust scores, verification status, and marketplace listings through 8 MCP tools.91071MIT
- FlicenseAqualityFmaintenanceMCP server that exposes 300+ AI agents as tools via a single API key. Supports listing agents, invoking any agent with chat-completion style messages, checking agent health, and retrieving platform statistics.53

Agorus MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceMCP server for the Agorus AI agent marketplace, exposing API operations as tools for LLMs to discover, contract, and interact with agents and services.15MIT- AlicenseNot gradedqualityCmaintenanceA sovereign, MIT-licensed MCP server for professional-service workflow tools that runs on your infrastructure with Ed25519 signing, enabling autonomous agents to discover and invoke tools securely.MIT
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
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/awkie1/d3p-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server