INDIVIDUAL MCP TOOL
ddg_tx_smoke_test
Exercise the one-cent DDG transaction smoke-test route with caller-supplied payment headers.
LIVE ENDPOINT
https://mcp.daedalusdevelopmentgroup.com/mcp
Connect to this endpoint to inspect the live schema for ddg_tx_smoke_test and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ddg-agent-services]
url = "https://mcp.daedalusdevelopmentgroup.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ddg-agent-services": {
"type": "http",
"url": "https://mcp.daedalusdevelopmentgroup.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ddg-agent-services
Remote MCP URL: https://mcp.daedalusdevelopmentgroup.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ddg-agent-services": {
"url": "https://mcp.daedalusdevelopmentgroup.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ddg-agent-services": {
"type": "http",
"url": "https://mcp.daedalusdevelopmentgroup.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ddg-agent-services",
"transport": "streamable-http",
"url": "https://mcp.daedalusdevelopmentgroup.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.