eCommerce
dnsofmoney.com
This server provides tools to resolve payment aliases, discover payment agents, and obtain payment requirements for financial transactions.
ENDPOINT 1
https://api.dnsofmoney.com/mcp/rpc
MCP server metadata
- Name
- project-o-dns-of-money
- Version
- 1.1.0
Resolve, discover, and pay pay: aliases. See /.well-known/x402.
Known tools 6
resolve_aliasResolve a human-readable financial alias (pay: address) to payment endpoints and routing metadata.
Potential side effectsdiscover_agentGet the AP2/A2A agent-commerce block for a pay: address — the DNS of Money equivalent of an A2A agent-card lookup.
Potential side effectsget_payment_statusCheck whether a payment you already attempted was recorded, BEFORE you retry and risk spending twice.
Potential side effectsCONNECT 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.project-o-dns-of-money]
url = "https://api.dnsofmoney.com/mcp/rpc"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"project-o-dns-of-money": {
"type": "http",
"url": "https://api.dnsofmoney.com/mcp/rpc"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: project-o-dns-of-money
Remote MCP URL: https://api.dnsofmoney.com/mcp/rpc
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": {
"project-o-dns-of-money": {
"url": "https://api.dnsofmoney.com/mcp/rpc"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"project-o-dns-of-money": {
"type": "http",
"url": "https://api.dnsofmoney.com/mcp/rpc"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "project-o-dns-of-money",
"transport": "streamable-http",
"url": "https://api.dnsofmoney.com/mcp/rpc"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for dnsofmoney.com was fetched 2026-07-27T17:03:05.701Z and is being refreshed.
dnsofmoney.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.