Developer Tools
xrpdomains.xyz
Check, recommend, and manage XRPL domain registrations and profiles.
ENDPOINT 1
https://xrpdomains.xyz/mcp
MCP server metadata
- Name
- xrpname-mcp
- Version
- 0.1.3
Known tools 9
get_domain_profileGet the full public profile of a single XRPL domain — owner, NFT token ID, metadata, avatar, fullname, description, social handles, linked chain addresses, and optionally the on-chain ownership history (pass include_history=true).
Inferred read-onlycheck_order_statusCheck the backend order status for a domain you tried to register on xrpdomains.
Inferred read-onlyget_pending_offersGet all pending XRPL domain operations for a wallet — incoming offers (someone offered the wallet a domain), outgoing offers (the wallet listed a domain), and paid-but-not-yet-minted orders the user can still complete.
Inferred read-onlyset_primary_domainGet the link to set a domain as your wallet's primary (the name shown by default for your address).
Inferred read-onlyCONNECT 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.xrpname-mcp]
url = "https://xrpdomains.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"xrpname-mcp": {
"type": "http",
"url": "https://xrpdomains.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: xrpname-mcp
Remote MCP URL: https://xrpdomains.xyz/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": {
"xrpname-mcp": {
"url": "https://xrpdomains.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"xrpname-mcp": {
"type": "http",
"url": "https://xrpdomains.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "xrpname-mcp",
"transport": "streamable-http",
"url": "https://xrpdomains.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.