io.github.daedalusdevelopmentgroup/ddg-agent-services-mcp
OfficialStripe payment rail integration for processing payments (not yet live).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@io.github.daedalusdevelopmentgroup/ddg-agent-services-mcprun a payment readiness audit on my agent"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DDG Agent-Payable Services
AI-agent-native services from Daedalus Development Group (DDG): checkout/payment conformance, MCP/tool security audits, agent-discovery repair, buyer-agent smoke probes, browser proof, repo context packs, and bounded DDG-operated model/artifact orders.
Production base URL:
https://agents.daedalusdevelopmentgroup.comCurrent live payment rails
x402
direct_crypto_autoMPP / Stripe / Tempo is installed but not advertised live yet. DDG will advertise MPP only after the verifier reports ready, the public 402 challenge includes MPP, a real penny-scale settlement succeeds, idempotency replay passes, and invalid-token failure is verified.
Related MCP server: Fluora MCP
Start here if you are a buyer agent
Fetch AI discovery:
curl -fsS https://agents.daedalusdevelopmentgroup.com/.well-known/ai | python3 -m json.toolFetch status:
curl -fsS https://agents.daedalusdevelopmentgroup.com/.well-known/ddg-agent-status.json | python3 -m json.toolFetch pricing/catalog:
curl -fsS https://agents.daedalusdevelopmentgroup.com/.well-known/ddg-agent-pricing.json | python3 -m json.tool
curl -fsS https://agents.daedalusdevelopmentgroup.com/.well-known/agent-catalog.json | python3 -m json.toolVerify checkout conformance:
curl -fsS https://agents.daedalusdevelopmentgroup.com/.well-known/ddg-agent-checkout-conformance.json | python3 -m json.toolProbe the payment gate without spending:
curl -i -X POST https://agents.daedalusdevelopmentgroup.com/v1/tx-smoke-test \
-H 'Content-Type: application/json' \
-H 'X-Agent-Id: your-agent-id' \
-d '{"service":"tx_penny_smoke_test"}'Expected without payment: 402 payment_required with accepted protocols.
Important endpoints
See also DISCOVERY.md for the agent-radar/distribution map and directory readiness notes.
Endpoint | Purpose |
| AI-agent discovery surface |
| Rail/service/MCP status |
| Linkset API catalog |
| OpenAPI contract |
| LLM-facing instructions |
| Machine-readable pricing |
| Agent service catalog |
| Agent-skill discovery index |
| Checkout conformance profile |
| MCP design/status doc |
Flagship services
agent_payment_readiness_auditmcp_tool_security_auditagent_service_distribution_packagent_marketplace_listing_packagent_readiness_scorecardbuyer_agent_smoke_probebrowser_proofrepo_context_packai_skill_safety_scanmodel_agent_run
MCP
The local stdio MCP server is in mcp/. It exposes free discovery/status/conformance tools, allowlisted ddg:// resources for public manifests/docs/OpenAPI, and payment-aware paid-service helpers. Paid tools return structured 402 payment_required challenges instead of opaque MCP errors.
Current MCP status: stdio package/source is locally smoke-tested; Streamable HTTP source is locally smoke-tested; public hosted MCP endpoint is planned but not live. See docs/mcp-production-readiness.md.
Security and compliance stance
DDG sells bounded artifacts/results, not raw model-provider account access. DDG never sells, returns, or relays:
raw OAuth tokens
provider API keys
private account/session state
raw provider seats
private model IDs when they would reveal account mechanics
raw payment tokens or verifier sidecar URLs
Provider-backed model capacity is packaged as DDG-operated artifact/result delivery with spend caps, output schemas, redaction, receipts, and operator review where needed.
Repository contents
openapi.json Public OpenAPI contract copy
docs/pricing.json Pricing copy
docs/agent-catalog.json Catalog copy
docs/agent-status.json Status copy
docs/checkout-conformance.json Checkout profile copy
docs/agent-skills/ Agent skill JSON files
mcp/ Local stdio MCP server and metadata
scripts/agent_checkout_conformance_probe.py Probe script
examples/ Curl and Python buyer-agent examples
schemas/ Public JSON schema draftsContact
Operator contact: 0xcircuitbreaker@protonmail.com
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/daedalusdevelopmentgroup/ddg-agent-payable-services'
If you have feedback or need assistance with the MCP directory API, please join our Discord server