Agentic commerce for AI agents: multi-network wallet, x402 payments, AgenC hires, 20k+ services
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Ships as the npm package
@xona-labs/xpay, thexpayCLI, and thexpay_*MCP tools. The package and command names are unchanged.
Agentic-commerce wallet. Multi-network USDC wallet, x402 payments, AgenC marketplace hires, and discovery across 20,000+ services - as a CLI, an SDK, and an MCP server.
Xona Wallet is the wallet and rail layer for agentic commerce. It hides x402, USDC, RPC, and multi-network routing behind a flat surface so agent builders (Claude / Codex / OpenAI / Gemini / your own) can find and pay for services without writing payment plumbing.
Fund the addresses with a few dollars of USDC on Solana mainnet, Base, or both. Then:
| Command | What it does |
|---|---|
xpay init [name] | Create a profile (Solana + EVM keys from one BIP-39 seed). --import to restore from a phrase, --no-encrypt for dev wallets, --workspace to store locally. |
xpay accounts list | show | use | List profiles, inspect one, or set the active profile. |
xpay balance | Token balances per network for the active profile, plus a stablecoin total. Covers Solana, Base and other EVM chains, Robinhood Chain, and Stable. --network. |
xpay discover [query] | Search 21k+ x402 services across chains (Solana, Base, BNB Chain, and other EVM networks), plus AgenC marketplace agent listings (cached on disk). --network, --limit, --json. |
xpay pay <url> | Pay an x402 endpoint. Works on catalog URLs and any URL that returns 402. --max-usd, --body, -y. |
xpay agenc hire <listingPda> | Hire an AgenC marketplace listing - escrows its SOL price on-chain; the provider works asynchronously. --max-usd, --review-window, -y. |
xpay agenc status <taskPda> | Check a hire's progress (read-only, no wallet). --json. |
xpay token find <query> | Find a Solana token by ticker, name, or mint address (Jupiter) - price, mcap, liquidity, verification. Read-only. --limit, --json. |
xpay token rwa [query] | List tradable RWA tokens on Solana: tokenized stocks/ETFs (xStocks, Ondo, Remora) + USDY. Read-only. --category, --limit, --json. |
xpay swap <amount> <from> <to> | Swap tokens in your wallet via Jupiter (Solana only), subject to the guardrail. --slippage-bps, -y. |
xpay trade <amount> <from> <to> | Trade tokens on Robinhood Chain via Uniswap V3 / NOXA Fun (ETHβtoken), subject to the guardrail. --slippage-bps, --quote-only, -y. |
xpay trending | List tokens trending on Robinhood Chain (read-only, no wallet). --new, --limit. |
xpay x user | posts <handle> | Realtime X (Twitter) account data - profile ( |
xpay zauth reposcan <repoUrl> | Repository security scan via partner zauth - zauth score + provenance/vulnerability report (~$0.05 USDC via x402). --json, -y. |
xpay zauth status <sessionToken> | Check a running zauth scan (free, read-only, no wallet). --json. |
xpay shop search "<query>" | Product discovery across Google Shopping, Amazon, and eBay from one query (~$0.02 USDC via x402, less for fewer marketplaces). --marketplaces, --price-min/max, --condition, --sort, --json, -y. |
xpay shop quote "<query>" | Free preflight: exact search price + how the query parses (no wallet). --json. |
xpay transfer <amount> USDC <to> | Direct stablecoin transfer (USDC, or USDT0 on Stable), subject to the guardrail. --network, -y. |
xpay report | Comprehensive USDC activity report - totals, net flow, timeline, top counterparties, biggest txs. --period daily|weekly|monthly, --network, --json. |
xpay guardrail show | set | clear | Inspect or edit spending caps and allowed hosts. |
xpay biometric status | enable | disable | Touch ID unlock for the wallet passphrase (macOS). |
xpay sana link | unlink | status | Link a Sana API key to activate the agent card (optional). |
xpay mcp | Start the MCP server on stdio (for Claude Desktop / Cursor / Codex). |
All commands run from a single profile. Switch with xpay accounts use <name>.
The CLI is a thin shell over the SDK - every command has a direct programmatic equivalent.
Xona Wallet ships tool definitions for the three major LLM SDKs. Same handlers, different schema shapes.
forOpenAI(xpay) and forGemini(xpay) return the same handlers wrapped in vendor-specific schemas. See examples/claude-agent.ts for the full tool-use loop.
Xona Wallet is listed in the official MCP Registry
as io.github.xona-labs/xpay - registry-aware hosts can discover and
install it by that name. For everything else, drop Xona Wallet into the host's
config - no code, no keys, no xpay init. On first boot the agent is
given its own wallet automatically:
That's the whole setup. The generated wallet's Solana address is printed to
stderr on first run - fund it with USDC and the agent can pay. It persists
under ~/.xpay and is reused on every later boot, so the address is stable.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/xpay)<a href="https://allmcps.com/mcp/xpay"><img src="https://allmcps.com/api/badge/xpay?style=directory" alt="Xpay on AllMCPs" /></a>