← Back to Plugins
MCP Server MCP

DDG Agent Services

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...