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

io.github.sparkmastergrape/dns-of-money

io.github.sparkmastergrape/dns-of-money

Resolve, discover & pay pay: aliases for AI agents; returns a signed OFAC-screen attestation.

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

Tools · 6

resolve_alias

Resolve a human-readable financial alias (pay: address) to payment endpoints and routing metadata. Call this before initiating any payment to a pay: address. Returns the preferred rail, fallback endpo…

discover_agent

Get the AP2/A2A agent-commerce block for a pay: address — the DNS of Money equivalent of an A2A agent-card lookup. Use this during agent discovery before initiating a mandate flow. Returns agent capab…

check_alias_available

Check whether a pay: alias can still be claimed. Returns exactly one of three states: 'available' (free to register), 'taken' (already registered), or 'reserved' (protected namespace). When available,…

get_payment_requirements

Get x402 PaymentRequirements for paying a pay: alias. Returns the 402 `accepts` block (scheme, network, payTo, asset, amount, invoiceId) an x402 agent needs to construct and submit the payment. curren…

get_payment_status

Check whether a payment you already attempted was recorded, BEFORE you retry and risk spending twice. Pass the request_key you sent as the Idempotency-Key header on the paid request. Returns state 'se…

get_agent_registration_info

Learn how to self-register a FREE pay:agent.<label> alias for your agent. Returns the registration endpoint, the AgentAuthorityCredential verifiable-presentation requirements (intent binding + domain)…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.sparkmastergrape/dns-of-money": {
      "url": "https://api.dnsofmoney.com/mcp/rpc",
      "transport": "streamable-http"
    }
  }
}