INDIVIDUAL MCP TOOL
get_domain_profile
Get 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).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
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.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.
Related tools
check_domains— Check 1 to 25 XRPL domains for registration status and cost.recommend_domain— Get AI-recommended domain suggestions for a keyword or theme (e.check_tx_status— Check the validation status of an XRPL transaction by hash.check_order_status— Check the backend order status for a domain you tried to register on xrpdomains.get_pending_offers— Get 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.get_portfolio— List all XRPL domains owned by a wallet address.register_domain— Get the link to register a .set_primary_domain— Get the link to set a domain as your wallet's primary (the name shown by default for your address).