xpay
About
Agentic commerce for AI agents: multi-network wallet, x402 payments, AgenC hires, 20k+ services
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
XPAY_PROFILE XPAY_PASSPHRASE XPAY_HOME XPAY_NO_AUTO_WALLET XPAY_SOLANA_SECRET XPAY_EVM_KEY XPAY_EVM_NETWORKClaude Code
claude mcp add --env XPAY_PROFILE= --env XPAY_PASSPHRASE= --env XPAY_HOME= --env XPAY_NO_AUTO_WALLET= --env XPAY_SOLANA_SECRET= --env XPAY_EVM_KEY= --env XPAY_EVM_NETWORK= xpay -- npx @xona-labs/xpay
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"xpay","command":"npx","args":["@xona-labs/xpay"],"env":{"XPAY_PROFILE":"","XPAY_PASSPHRASE":"","XPAY_HOME":"","XPAY_NO_AUTO_WALLET":"","XPAY_SOLANA_SECRET":"","XPAY_EVM_KEY":"","XPAY_EVM_NETWORK":""}}'
JSON
{
"mcpServers": {
"xpay": {
"command": "npx",
"args": [
"@xona-labs/xpay"
],
"env": {
"XPAY_PROFILE": "",
"XPAY_PASSPHRASE": "",
"XPAY_HOME": "",
"XPAY_NO_AUTO_WALLET": "",
"XPAY_SOLANA_SECRET": "",
"XPAY_EVM_KEY": "",
"XPAY_EVM_NETWORK": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.