HomeDevelopment › DDG Agent Services

DDG Agent Services

Pay-per-call x402 gateway: agent tools, OpenAI-compatible LLM, market data, RPC, security audits.

Python Cloud Remote
★ 0 stars Last pushed 2026-09-24 License: MIT

Topics: Aggregators

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.daedalusdevelopmentgroup.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http ddg-agent-payable-services https://mcp.daedalusdevelopmentgroup.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "ddg-agent-payable-services": {
      "url": "https://mcp.daedalusdevelopmentgroup.com/mcp"
    }
  }
}

Package (pypi 0.5.0)

uvx ddg-agent-services-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "ddg-agent-payable-services": {
      "command": "uvx",
      "args": [
        "ddg-agent-services-mcp"
      ],
      "env": {
        "DDG_AGENT_ID": "<YOUR_VALUE>",
        "DDG_PRIVATE_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • DDG_AGENT_ID — Stable agent identifier for free-trial + usage tracking (optional).
  • DDG_PRIVATE_KEY secret — EVM (Base) wallet private key used to auto-pay x402 on paid routes (optional; free/free-trial routes need no wallet).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry