mcpbeat Sign in

DNS Of Money MCP Server

by sparkmastergrape Your server? Claim it
answering

DNS Of Money is answering right now. Last checked 12 min ago. It exposes 6 tools.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 47 days of history
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
384 ms
Response time
average over 24h
open, no key
Access
streamable-http

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add dns-of-money --transport http https://api.dnsofmoney.com/mcp/rpc
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dns-of-money": {
      "url": "https://api.dnsofmoney.com/mcp/rpc"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dns-of-money]
url = "https://api.dnsofmoney.com/mcp/rpc"
.cursor/mcp.json
{
  "mcpServers": {
    "dns-of-money": {
      "url": "https://api.dnsofmoney.com/mcp/rpc"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dns-of-money": {
      "url": "https://api.dnsofmoney.com/mcp/rpc"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

payment
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. currency='XRP' settles on the XRP Ledger (amount in drops); currency='USDC' settles USDC on Algorand via the GoPlausible facilitator (amount in atomic micro-USDC, feePayer in `extra`). The deterministic resolver chooses the rail; this tool never moves money. Example: get_payment_requirements('pay:acme.user', amount='1.5').
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 'settled' (we hold a receipt — do NOT pay again) or 'not_found' (we have no record — retrying is safe). Use this when a paid call timed out or its response was lost: on rails where the facilitator broadcasts, you never learn the transaction hash unless our response reaches you, so this key is the only thing that can answer. The key is a bearer secret — whoever presents it gets the receipt.
agent
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), the rate limit, and the Merkle anchor-proof endpoint. Read-only — registration itself is the credential-gated POST this tool points at. Example: get_agent_registration_info().
alias
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, also returns the number of founding spots remaining. Public — no API key required. Read-only: this never reserves or registers the name. Example: check_alias_available('pay:acme.user').
discover
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 capabilities only; NO payment credentials. Example: discover_agent('pay:acme.user').
resolve
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 endpoints, an ISO 20022 hint, and a compliance signal. Anonymous calls return status only; a free API key (no credit card) unlocks the endpoint set — which rails and currencies the alias accepts — via POST /api/v1/access-requests. You do NOT need a key to pay: get_payment_requirements returns a payable address to any caller. Example: resolve_alias('pay:acme.user').

Endpoints

URLTransportStateLatencyChecked
https://api.dnsofmoney.com/mcp/rpc streamable-http answering 356 ms 12 min ago

Alternatives to DNS Of Money

same job, measured the same way
Gblin Treasury Risk Regime
by gblinproject

Risk regime + treasury for AI agents on Base: free regime reads, signed attestations, idle USDC.

485 installs/wk 8 tools answering
MCP Gera Verify
by gera

Verify UK businesses (FSA/CQC) + signed attestations, mandates & receipts for AI agents.

33 installs/wk local only
Agent Market Network
by jdhart81

Signed agent discovery, security attestations, paid work, and verified settlement reputation.

23 tools answering
HiveAttest
by srotzin

Pre-action attestation perimeter for AI agents — 8 primitives, signed C18 receipt per call.

18 tools answering
Rhumb MCP
by supertrained

Agent gateway for Index discovery, AN Score evaluation, and Resolve governed execution

45 installs/wk local only
Azeth Protocol
by azeth-protocol

Smart accounts, x402 payments, on-chain reputation, and service discovery for AI agents

63 installs/wk local only
Noncelogic
by noncelogic

Hosted Playwright API for AI agents. Returns a11y trees instead of screenshots.

60 installs/wk local only
VerifiedState Memory
by verifiedstate

Verified memory for AI agents. Signed assertions, billing attestation, session continuity.

answering

DNS Of Money — questions

Answers built from our own checks of this server.

What can DNS Of Money do?
It exposes 6 tools, read directly from the server on our last check. Among them: check_alias_available, discover_agent, get_agent_registration_info, get_payment_requirements, get_payment_status, resolve_alias. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is DNS Of Money working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 384 ms. The bar chart above shows every period we have measured.
Is DNS Of Money still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect DNS Of Money?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does DNS Of Money need an API key?
No. DNS Of Money completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is DNS Of Money?
It answers our handshake in 384 ms on average, which is faster than 40% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.