# DDG Agent Services MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-daedalusdevelopmentgroup-ddg-agent-services-mcp
- Repository: https://github.com/daedalusdevelopmentgroup/ddg-agent-payable-services
- Website: https://agents.daedalusdevelopmentgroup.com

## Install
- Command: `uvx ddg-agent-services-mcp`
- Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- Auth: Not captured

## Setup notes
- Package: Pypi ddg-agent-services-mcp v0.5.0
- Environment variable: DDG_AGENT_ID
- Environment variable: DDG_PRIVATE_KEY (secret)
- Remote endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp

## Tools
- ddg_mcp_security_profile - Return this MCP wrapper's local security controls and publication gates. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_public_resource_index - List allowlisted DDG public manifests/docs available as MCP resources. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_fetch_public_resource - Fetch an allowlisted DDG public manifest/doc by id or ddg:// URI with redaction and size caps. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_agent_distribution_targets - Return the AI-agent radar surfaces DDG is targeting and their current go-live gates. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_x402_bazaar_readiness - Return CDP x402 Bazaar candidate resources, schema metadata, and settlement indexing gates. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_x402scan_status - Return DDG's x402scan registration status, resource URLs, and runtime probe guardrails. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_x402_supported_chains - Return all x402/direct-crypto chains DDG supports for AI-agent payment routing. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_direct_crypto_addresses - Return DDG's public direct-crypto receiving addresses for manual/beta payment routing. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_micro_swarm_preview - Run the free DDG micro-model-swarm preview with a local Ollama mini-model. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_ethereum_rpc_query - Proxy a free read-only Ethereum JSON-RPC query through DDG's private Reth node (sync-gated). Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_list_services - List DDG live/manual services from the public pricing and catalog surfaces. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_list_models - List local/free Ollama models and queryable paid/account-backed route labels. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- 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. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_quote_payment - Return the payment challenge for a supported DDG protected route without executing backend compute. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_run_paid_model - Run a paid model/chat or agent-run route after caller supplies valid payment headers. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_submit_order - Submit a paid operator-reviewed DDG order after caller supplies valid payment headers/proof. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_request_ollama_model - Queue a local model/runtime request. This never auto-downloads by public request. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_checkout_conformance - Return DDG's public checkout conformance profile without spending money. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_agent_status - Return DDG's machine-readable service/rail/MCP status document. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- 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.
     Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_order_status - Poll an agent-scoped DDG order status URL. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_order_artifact - Fetch an agent-scoped DDG order artifact when ready. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- 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.
     Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_security_service_catalog - Return DDG's AI-agent cybersecurity service catalog. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- ddg_tx_smoke_test - Exercise the one-cent DDG transaction smoke-test route with caller-supplied payment headers. Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp
- 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.
     Endpoint: https://mcp.daedalusdevelopmentgroup.com/mcp

## Resources
- ddg://distribution/agent-radar - DDG AI-agent distribution targets and go-live gates. MIME type: application/json
- ddg://distribution/x402-bazaar-readiness - DDG x402 Bazaar readiness and candidate resource metadata. MIME type: application/json
- ddg://distribution/x402scan-status - DDG x402scan registration status and validated resource list. MIME type: application/json
- ddg://distribution/x402-chains - DDG supported x402/direct-crypto chains and assets. MIME type: application/json
- ddg://manifest/ai - DDG public AI manifest. MIME type: application/json
- ddg://manifest/status - DDG public agent status manifest. MIME type: application/json
- ddg://manifest/catalog - DDG public service catalog manifest. MIME type: application/json
- ddg://manifest/pricing - DDG public agent pricing manifest. MIME type: application/json
- ddg://manifest/checkout-conformance - DDG public checkout conformance profile. MIME type: application/json
- ddg://manifest/refund-policy - DDG strict refund/reversal policy for AI-agent paid work. MIME type: application/json
- ddg://manifest/cybersecurity-services - DDG public cybersecurity service catalog. MIME type: application/json
- ddg://docs/llms - DDG llms.txt for AI-agent discovery. MIME type: text/plain
- ddg://docs/mcp-design - DDG MCP design notes for AI-agent clients. MIME type: text/markdown
- ddg://openapi - DDG OpenAPI contract. MIME type: application/json

## Prompts
Not captured

## Metadata
- Owner: io.github.daedalusdevelopmentgroup
- Version: 0.5.0
- Runtime: Pypi
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 7, 2026
- Source: https://registry.modelcontextprotocol.io
