Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

DDG Agent Services

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

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

Uptime
100.0%
1 direct probes · 30d
Response
1099ms
last probe
Tools
26
callable
Resources
14
readable
Prompts
0
available

Tools · 26

ddg_mcp_security_profile

Return this MCP wrapper's local security controls and publication gates.

ddg_public_resource_index

List allowlisted DDG public manifests/docs available as MCP resources.

ddg_fetch_public_resource

Fetch an allowlisted DDG public manifest/doc by id or ddg:// URI with redaction and size caps.

ddg_agent_distribution_targets

Return the AI-agent radar surfaces DDG is targeting and their current go-live gates.

ddg_x402_bazaar_readiness

Return CDP x402 Bazaar candidate resources, schema metadata, and settlement indexing gates.

ddg_x402scan_status

Return DDG's x402scan registration status, resource URLs, and runtime probe guardrails.

ddg_x402_supported_chains

Return all x402/direct-crypto chains DDG supports for AI-agent payment routing.

ddg_direct_crypto_addresses

Return DDG's public direct-crypto receiving addresses for manual/beta payment routing.

ddg_micro_swarm_preview

Run the free DDG micro-model-swarm preview with a local Ollama mini-model.

ddg_ethereum_rpc_query

Proxy a free read-only Ethereum JSON-RPC query through DDG's private Reth node (sync-gated).

ddg_list_services

List DDG live/manual services from the public pricing and catalog surfaces.

ddg_list_models

List local/free Ollama models and queryable paid/account-backed route labels.

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_quote_payment

Return the payment challenge for a supported DDG protected route without executing backend compute.

ddg_run_paid_model

Run a paid model/chat or agent-run route after caller supplies valid payment headers.

ddg_submit_order

Submit a paid operator-reviewed DDG order after caller supplies valid payment headers/proof.

ddg_request_ollama_model

Queue a local model/runtime request. This never auto-downloads by public request.

ddg_checkout_conformance

Return DDG's public checkout conformance profile without spending money.

ddg_agent_status

Return DDG's machine-readable service/rail/MCP status document.

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_order_status

Poll an agent-scoped DDG order status URL.

ddg_order_artifact

Fetch an agent-scoped DDG order artifact when ready.

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 reconcilia…

ddg_security_service_catalog

Return DDG's AI-agent cybersecurity service catalog.

ddg_tx_smoke_test

Exercise the one-cent DDG transaction smoke-test route with caller-supplied payment headers.

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…

Resources · 14

ddg_distribution_agent_radar

DDG AI-agent distribution targets and go-live gates.

ddg://distribution/agent-radar
ddg_distribution_x402_bazaar_readiness

DDG x402 Bazaar readiness and candidate resource metadata.

ddg://distribution/x402-bazaar-readiness
ddg_distribution_x402scan_status

DDG x402scan registration status and validated resource list.

ddg://distribution/x402scan-status
ddg_distribution_x402_chains

DDG supported x402/direct-crypto chains and assets.

ddg://distribution/x402-chains
ddg_manifest_ai

DDG public AI manifest.

ddg://manifest/ai
ddg_manifest_status

DDG public agent status manifest.

ddg://manifest/status
ddg_manifest_catalog

DDG public service catalog manifest.

ddg://manifest/catalog
ddg_manifest_pricing

DDG public agent pricing manifest.

ddg://manifest/pricing
ddg_manifest_checkout_conformance

DDG public checkout conformance profile.

ddg://manifest/checkout-conformance
ddg_manifest_refund_policy

DDG strict refund/reversal policy for AI-agent paid work.

ddg://manifest/refund-policy
ddg_manifest_cybersecurity_services

DDG public cybersecurity service catalog.

ddg://manifest/cybersecurity-services
ddg_docs_llms

DDG llms.txt for AI-agent discovery.

ddg://docs/llms
ddg_docs_mcp_design

DDG MCP design notes for AI-agent clients.

ddg://docs/mcp-design
ddg_openapi

DDG OpenAPI contract.

ddg://openapi

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"
    }
  }
}