mcpbeat

DDG Agent Services MCP Server

io.github.daedalusdevelopmentgroup/ddg-agent-services-mcp
answering

DDG Agent Services is answering right now. Last checked 1 min ago. 325 installs a week from pypi. It exposes 26 tools. Last commit 7 Jul 2026.

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

Installs per day peak 1 870 · avg 144 · +53% w/w
a month agotoday
Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
92 of 92 checks
26
Tools
read from the server
466 ms
Response time
average over 24h
325
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 min ago.

run in your terminal
claude mcp add ddg-agent-services-mcp --transport http https://mcp.daedalusdevelopmentgroup.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ddg-agent-services-mcp": {
      "url": "https://mcp.daedalusdevelopmentgroup.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ddg-agent-services-mcp]
url = "https://mcp.daedalusdevelopmentgroup.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "ddg-agent-services-mcp": {
      "url": "https://mcp.daedalusdevelopmentgroup.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ddg-agent-services-mcp": {
      "url": "https://mcp.daedalusdevelopmentgroup.com/mcp"
    }
  }
}

Available tools 26

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

ddg
ddg_agent_distribution_targets
Return the AI-agent radar surfaces DDG is targeting and their current go-live gates.
ddg_agent_status
Return DDG's machine-readable service/rail/MCP status document.
ddg_checkout_conformance
Return DDG's public checkout conformance profile without spending money.
ddg_data_query
Call an allowlisted DDG paid data endpoint (prediction-markets, dex-pairs, model-catalog, price-feed, dns-lookup, web-search, contract-abi, etc.). Call with no payment_headers to receive the x402 402 price quote; retry with payment_headers to get results. Most endpoints grant free-trial calls per agent_id. Use ddg_list_services or the ddg://openapi resource for exact schemas and current prices.
ddg_direct_crypto_addresses
Return DDG's public direct-crypto receiving addresses for manual/beta payment routing.
ddg_ethereum_rpc_query
Proxy a free read-only Ethereum JSON-RPC query through DDG's private Reth node (sync-gated).
ddg_fetch_public_resource
Fetch an allowlisted DDG public manifest/doc by id or ddg:// URI with redaction and size caps.
ddg_list_local_runtime_options
List free-seat status plus requestable local runtimes such as Ollama, llama.cpp, LM Studio, OpenAI-compatible servers, and vLLM.
ddg_list_models
List local/free Ollama models and queryable paid/account-backed route labels.
ddg_list_services
List DDG live/manual services from the public pricing and catalog surfaces.
ddg_mcp_security_profile
Return this MCP wrapper's local security controls and publication gates.
ddg_micro_swarm_preview
Run the free DDG micro-model-swarm preview with a local Ollama mini-model.
ddg_order_artifact
Fetch an agent-scoped DDG order artifact when ready.
ddg_order_status
Poll an agent-scoped DDG order status URL.
ddg_public_resource_index
List allowlisted DDG public manifests/docs available as MCP resources.
ddg_quote_payment
Return the payment challenge for a supported DDG protected route without executing backend compute.
ddg_receipt_verify_design
Describe the planned free receipt-verification tool contract. This is intentionally marked not-live until `/v1/receipt-verify` is implemented and backed by payment-edge audit/state reconciliation.
ddg_request_ollama_model
Queue a local model/runtime request. This never auto-downloads by public request.
ddg_run_paid_model
Run a paid model/chat or agent-run route after caller supplies valid payment headers.
ddg_security_service_catalog
Return DDG's AI-agent cybersecurity service catalog.
ddg_skill_safety_scan
Run the free static-only DDG AI skill/workflow safety scan. The scan never executes submitted code and redacts secret-like evidence.
ddg_submit_order
Submit a paid operator-reviewed DDG order after caller supplies valid payment headers/proof.
ddg_tx_smoke_test
Exercise the one-cent DDG transaction smoke-test route with caller-supplied payment headers.
ddg_x402_bazaar_readiness
Return CDP x402 Bazaar candidate resources, schema metadata, and settlement indexing gates.
ddg_x402_supported_chains
Return all x402/direct-crypto chains DDG supports for AI-agent payment routing.
ddg_x402scan_status
Return DDG's x402scan registration status, resource URLs, and runtime probe guardrails.

Endpoints

URLTransportStateLatencyChecked
https://mcp.daedalusdevelopmentgroup.com/mcp streamable-http answering 476 ms 1 min ago

DDG Agent Services — questions

Answers built from our own checks of this server.

What can DDG Agent Services do?
It exposes 26 tools, read directly from the server on our last check. Among them: ddg_agent_distribution_targets, ddg_agent_status, ddg_checkout_conformance, ddg_data_query, ddg_direct_crypto_addresses, ddg_ethereum_rpc_query and 20 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is DDG Agent Services working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 466 ms. The bar chart above shows every period we have measured.
How do I connect DDG Agent Services?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does DDG Agent Services need an API key?
No. DDG Agent Services completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 26 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is DDG Agent Services?
It answers our handshake in 466 ms on average, which is faster than 25% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use DDG Agent Services?
The pypi package ddg-agent-services-mcp was installed 325 times in the last week. Week over week that is +53%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DDG Agent Services open source?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.