MCP Server
MCP
DDG Agent Services
Pay-per-call x402 gateway: agent tools, OpenAI-compatible LLM, market data, RPC, security audits.
Install
uvx ddg-agent-services-mcp
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.daedalusdevelopmentgroup.com/mcp"
}
],
"packages": [
{
"registryType": "pypi",
"identifier": "ddg-agent-services-mcp",
"version": "0.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Stable agent identifier for free-trial + usage tracking (optional).",
"format": "string",
"name": "DDG_AGENT_ID"
},
{
"description": "EVM (Base) wallet private key used to auto-pay x402 on paid routes (optional; free/free-trial routes need no wallet).",
"format": "string",
"isSecret": true,
"name": "DDG_PRIVATE_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
pypi
By
Comments
Sign in to leave a comment