Xenarch Agent MCP
Rank #10215glama/xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
Xenarch Agent MCP is a Model Context Protocol (MCP) server published by xenarch-ai. It ranks #10215 of 58,832 servers tracked on MCP Toplist. Xenarch Agent MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 7 tracked versions. It was first listed on Mar 10, 2026 and most recently updated on May 13, 2026.
Ranks ahead of 48,617 of 58,832 servers on MCP Toplist.
Use Xenarch Agent MCP
Add Xenarch Agent MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"xenarch-mcp": {
"url": "https://mcp.xenarch.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"xenarch-mcp": {
"command": "npx",
"args": [
"-y",
"@xenarch/agent-mcp"
],
"env": {
"XENARCH_PRIVATE_KEY": "<your XENARCH_PRIVATE_KEY>",
"XENARCH_RPC_URL": "<your XENARCH_RPC_URL>",
"XENARCH_NETWORK": "<your XENARCH_NETWORK>",
"XENARCH_AUTO_APPROVE_MAX": "<your XENARCH_AUTO_APPROVE_MAX>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xenarch-mcp": {
"command": "npx",
"args": [
"-y",
"@xenarch/agent-mcp"
],
"env": {
"XENARCH_PRIVATE_KEY": "<your XENARCH_PRIVATE_KEY>",
"XENARCH_RPC_URL": "<your XENARCH_RPC_URL>",
"XENARCH_NETWORK": "<your XENARCH_NETWORK>",
"XENARCH_AUTO_APPROVE_MAX": "<your XENARCH_AUTO_APPROVE_MAX>",
"PORT": "<your PORT>",
"TRANSPORT": "<your TRANSPORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
xenarch-ai
Available versions (7)
| Version | Published |
|---|---|
| 0.2.3 | May 13, 2026 |
| 0.2.2 | May 13, 2026 |
| 0.2.1 | May 10, 2026 |
| 0.2.0 | Apr 27, 2026 |
| 0.1.5 | Apr 16, 2026 |
| 0.1.4 | Apr 13, 2026 |
| 0.1.2 | Apr 11, 2026 |
Frequently asked questions
- What is Xenarch Agent MCP?
- Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
- Who maintains Xenarch Agent MCP?
- Xenarch Agent MCP is maintained by xenarch-ai, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is Xenarch Agent MCP an official MCP server?
- Yes — Xenarch Agent MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Xenarch Agent MCP have?
- MCP Toplist tracks 7 versions of Xenarch Agent MCP, most recently published on May 13, 2026.
- Where can I find the source code for Xenarch Agent MCP?
- The source code for Xenarch Agent MCP is hosted at github.com/xenarch-ai/xenarch-mcp.