DDG Agent Services
io.github.daedalusdevelopmentgroup/ddg-agent-services-mcpPay-per-call x402 gateway: agent tools, OpenAI-compatible LLM, market data, RPC, security audits.
Tools · 26
Return this MCP wrapper's local security controls and publication gates.
List allowlisted DDG public manifests/docs available as MCP resources.
Fetch an allowlisted DDG public manifest/doc by id or ddg:// URI with redaction and size caps.
Return the AI-agent radar surfaces DDG is targeting and their current go-live gates.
Return CDP x402 Bazaar candidate resources, schema metadata, and settlement indexing gates.
Return DDG's x402scan registration status, resource URLs, and runtime probe guardrails.
Return all x402/direct-crypto chains DDG supports for AI-agent payment routing.
Return DDG's public direct-crypto receiving addresses for manual/beta payment routing.
Run the free DDG micro-model-swarm preview with a local Ollama mini-model.
Proxy a free read-only Ethereum JSON-RPC query through DDG's private Reth node (sync-gated).
List DDG live/manual services from the public pricing and catalog surfaces.
List local/free Ollama models and queryable paid/account-backed route labels.
List free-seat status plus requestable local runtimes such as Ollama, llama.cpp, LM Studio, OpenAI-compatible servers, and vLLM.
Return the payment challenge for a supported DDG protected route without executing backend compute.
Run a paid model/chat or agent-run route after caller supplies valid payment headers.
Submit a paid operator-reviewed DDG order after caller supplies valid payment headers/proof.
Queue a local model/runtime request. This never auto-downloads by public request.
Return DDG's public checkout conformance profile without spending money.
Return DDG's machine-readable service/rail/MCP status document.
Run the free static-only DDG AI skill/workflow safety scan. The scan never executes submitted code and redacts secret-like evidence.
Poll an agent-scoped DDG order status URL.
Fetch an agent-scoped DDG order artifact when ready.
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 reconcilia…
Return DDG's AI-agent cybersecurity service catalog.
Exercise the one-cent DDG transaction smoke-test route with caller-supplied payment headers.
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…
Resources · 14
DDG AI-agent distribution targets and go-live gates.
ddg://distribution/agent-radar
DDG x402 Bazaar readiness and candidate resource metadata.
ddg://distribution/x402-bazaar-readiness
DDG x402scan registration status and validated resource list.
ddg://distribution/x402scan-status
DDG supported x402/direct-crypto chains and assets.
ddg://distribution/x402-chains
DDG public AI manifest.
ddg://manifest/ai
DDG public agent status manifest.
ddg://manifest/status
DDG public service catalog manifest.
ddg://manifest/catalog
DDG public agent pricing manifest.
ddg://manifest/pricing
DDG public checkout conformance profile.
ddg://manifest/checkout-conformance
DDG strict refund/reversal policy for AI-agent paid work.
ddg://manifest/refund-policy
DDG public cybersecurity service catalog.
ddg://manifest/cybersecurity-services
DDG llms.txt for AI-agent discovery.
ddg://docs/llms
DDG MCP design notes for AI-agent clients.
ddg://docs/mcp-design
DDG OpenAPI contract.
ddg://openapi
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ddg_agent_services": {
"url": "https://mcp.daedalusdevelopmentgroup.com/mcp",
"transport": "streamable-http"
}
}
}