zxoar
About
Agent-first trading on the ZXOAR launchpad (Uniswap V4): scan, vet, guarded buy/sell, atomic launch
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
PRIVATE_KEY MAX_ETH_PER_TX MAX_ETH_PER_SESSION MAX_TX_PER_MINUTE RPC_URLClaude Code
claude mcp add --env PRIVATE_KEY= --env MAX_ETH_PER_TX= --env MAX_ETH_PER_SESSION= --env MAX_TX_PER_MINUTE= --env RPC_URL= zxoar -- npx zxoar-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"zxoar","command":"npx","args":["zxoar-mcp"],"env":{"PRIVATE_KEY":"","MAX_ETH_PER_TX":"","MAX_ETH_PER_SESSION":"","MAX_TX_PER_MINUTE":"","RPC_URL":""}}'
JSON
{
"mcpServers": {
"zxoar": {
"command": "npx",
"args": [
"zxoar-mcp"
],
"env": {
"PRIVATE_KEY": "",
"MAX_ETH_PER_TX": "",
"MAX_ETH_PER_SESSION": "",
"MAX_TX_PER_MINUTE": "",
"RPC_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.