# XRPName MCP server

XRPL domains for AI agents — availability, pricing, profiles, portfolio, and register links.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-xrpdomains-xrpname-mcp-server
- Repository: https://github.com/XRPDomains/xrpname-mcp-server
- Website: https://xrpdomains.xyz/agent

## Install
- Command: `npx -y @xrpname/xrpname-mcp`
- Endpoint: https://xrpdomains.xyz/mcp
- Auth: Not captured

## Setup notes
- Package: Npm @xrpname/xrpname-mcp v0.1.1
- Remote endpoint: https://xrpdomains.xyz/mcp

## Tools
- check_domains - Check 1 to 25 XRPL domains for registration status and cost. Use for questions like "is <name>.xrp taken?", "how much does <name>.xrp cost?", "who owns <name>.xrp?", or to verify availability before registering. Accepts .xrp, .xrpl, .xrpfi, .rlusd TLDs (defaults to .xrp when omitted). Returns availability, price in XRP and RLUSD, owner address, profile metadata if registered, and a web URL for the user to register if available. Also returns invalid_domains for inputs that fail validation. Endpoint: https://xrpdomains.xyz/mcp
- recommend_domain - Get AI-recommended domain suggestions for a keyword or theme (e.g. "tom", "crypto", "defi"). Returns creative name + TLD combos with a category, each cross-checked for availability, priced, and given a register link. Use when a user asks "suggest names", "find me a domain about X", or "give me some .xrp ideas". Endpoint: https://xrpdomains.xyz/mcp
- 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). Use when the user asks "show me X.xrp", "what does X.xrp link to?", "who owns X.xrp?", or "show me the history of X.xrp". Returns null fields gracefully if no profile is set. Endpoint: https://xrpdomains.xyz/mcp
- check_tx_status - Check the validation status of an XRPL transaction by hash. Use after send_signed_tx to confirm whether the transaction was validated on-ledger. Returns status (pending, validated, failed, not_found) and engine result code. Endpoint: https://xrpdomains.xyz/mcp
- check_order_status - Check the backend order status for a domain you tried to register on xrpdomains.xyz. Returns whether payment landed, the offer was created, the mint completed, or it failed at a step. Use when a user asks "did my X.xrp registration go through?" or "what's the status of my order?". This is deeper than check_domains (which only shows availability). Endpoint: https://xrpdomains.xyz/mcp
- 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. Use when the user asks "do I have any pending transfers?", "what offers are waiting on me?", or before suggesting an accept/cancel/continue-mint action. Requires an XRPL r... address. Endpoint: https://xrpdomains.xyz/mcp
- get_portfolio - List all XRPL domains owned by a wallet address. Use when the user asks "what domains do I own?", "show me my domains", or wants to see another wallet's holdings. Returns each domain with its TLD, length, primary flag, subname flag, and quick-action URLs. (nftoken_id, image, and mint time are not included here — use get_domain_profile for one domain.) Requires an XRPL r... address. Endpoint: https://xrpdomains.xyz/mcp
- resolve_address - Reverse resolution: given an XRPL address, return its primary XRPName (if set) and the full list of names owned by the wallet. Use when the user says "who owns [address]?", "look up this wallet", or "what names does [address] have?", or when chained with get_domain_profile to explore a wallet. Returns found:false if the address owns no XRPName. Endpoint: https://xrpdomains.xyz/mcp
- register_domain - Get the link to register a .xrp / .xrpl / .xrpfi / .rlusd domain on xrpdomains.xyz. Registration is completed in the browser — the website handles the order and the user signs in their wallet there (the MCP does NOT build or broadcast the payment). Use when the user says "register X.xrpfi" or "buy X.xrp". Pass refcode if a referral applies. Endpoint: https://xrpdomains.xyz/mcp
- set_primary_domain - Get the link to set a domain as your wallet's primary (the name shown by default for your address). Setting primary is completed in the browser — the website handles it and your wallet signs there (the MCP does NOT build or broadcast the transaction). Use when the user says "make X.xrp my primary" or "set X.xrpfi as my main domain". The wallet must already own the domain. Endpoint: https://xrpdomains.xyz/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.XRPDomains
- Version: 0.1.1
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 13, 2026
- Source: https://registry.modelcontextprotocol.io
