# daedalusdevelopmentgroup/ddg-agent-payable-services [Health: Active]

**Category:** 🔗 Aggregators  
**Repository:** https://github.com/daedalusdevelopmentgroup/ddg-agent-payable-services  
**GitHub Stars:** 0  
**Views:** 4  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/daedalusdevelopmentgroup-ddg-agent-payable-services

## Description
Pay-per-call x402 gateway: one MCP server for 90+ agent tools (utilities, DNS/WHOIS, blockchain RPC, market data, prediction markets, DEX data, security audits) plus an OpenAI-compatible LLM gateway. USDC on Base, free-trial calls per agent. pip install ddg-agent-services-mcp or remote https://mcp.daedalusdevelopmentgroup.com/mcp.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "ddg-agent-payable-services": {
    "command": "npx",
    "args": ["-y","@smithery/cli@latest","install","0xcircuitbreaker/ddg-agent-services-mcp"],
    "env": {
      "DDG_AGENT_ID": "",
      "DDG_PRIVATE_KEY": ""
    }
  }
}
```

**Requires environment variables:** `DDG_AGENT_ID`, `DDG_PRIVATE_KEY` — the values above are empty placeholders; fill in real credentials before running (see the repository for what each one is for).

## Documentation

## What daedalusdevelopmentgroup/ddg-agent-payable-services MCP server does

daedalusdevelopmentgroup/ddg-agent-payable-services MCP server provides a single gateway for callable services used by AI agents. The catalog covers web and network operations, DNS and WHOIS lookups, security analysis, social and financial data, blockchain requests, document processing, code execution, utilities, and local AI functions. The README lists 124 services, with prices ranging from $0.0005 for embeddings to higher-cost operations such as image generation and MCP security audits.

The gateway also exposes OpenAI-compatible routes for models, chat completions, and embeddings. Agents can access the service through MCP, the Python client, or adapters for eight supported frameworks: LangChain, CrewAI, OpenAI Agents SDK, AutoGen, PydanticAI, LlamaIndex, Google ADK, and MCP.

## How it works

Each request is sent to the DDG service endpoint and settled through a supported payment rail. x402 is available on Base, Polygon, Arbitrum, World Chain, and Solana using USDC. Direct cryptocurrency settlement supports EVM assets and several other asset families, including BTC, BCH, LTC, DOGE, SOL, TRX, XRP, XLM, ALGO, DOT, ZEC, and XMR. A manually confirmed direct-crypto option is also available.

For MCP clients, the documented hosted endpoint is `https://mcp.daedalusdevelopmentgroup.com/mcp`. The README also shows a Python SDK that posts to routes such as `/v1/site-audit`. OpenAI clients can target `https://agents.daedalusdevelopmentgroup.com/v1`; the listed routes are `GET /v1/models`, `POST /v1/chat/completions`, and `POST /v1/embeddings`.

## Setup and configuration

The Python package is installed as `ddg-agent-services-mcp`. The SDK can receive an agent ID and EVM private key directly, or read them from environment variables:

- `DDG_AGENT_ID` identifies the calling agent.
- `DDG_PRIVATE_KEY` supplies the EVM wallet key used for Base USDC payments.

The README shows direct HTTP configuration for OpenAI clients with the DDG base URL, an `X-Agent-Id` header, and the placeholder API key `ddg-x402`. Framework integrations are installed through package extras such as `langchain`, `crewai`, `openai-agents`, `autogen`, or `all-frameworks`.

## Tools and capabilities

daedalusdevelopmentgroup/ddg-agent-payable-services MCP server includes capabilities such as:

- Searching the web, social platforms, Hacker News, and financial sources.
- Fetching URLs, extracting links or markdown, checking status, and taking screenshots.
- Performing DNS, WHOIS, IP geolocation, TLS, SSL, header, threat, and subdomain checks.
- Calling EVM RPC services and retrieving verified contract ABIs.
- Running Python in an isolated Docker sandbox without network access.
- Extracting PDF text, reading images with OCR, generating QR codes, and processing JSON.
- Calling chat, embeddings, summarization, translation, sentiment, and image-generation routes.
- Delivering webhooks, scheduling HTTP tasks, automating browsers, detecting page changes, and extracting structured data.

## Limitations and notes

The service is not a free, unlimited local toolset: catalog operations are priced per call, and payment requires an appropriately funded wallet or another supported settlement method. Some routes rely on locally hosted components described in the README, including Ollama, SearXNG, Tesseract, Playwright, Stable Diffusion, and Docker. The listed MCP configuration uses the Smithery CLI as an installation path, while the README separately documents the hosted MCP URL; no standalone local MCP launch command is specified. The project is released under the MIT license.

_Full upstream README: https://allmcps.com/mcp/daedalusdevelopmentgroup-ddg-agent-payable-services/readme_

