io.github.xenarch-ai/xenarch-mcp✓
io.github.xenarch-ai/xenarch-mcp · v0.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.xenarch-ai/xenarch-mcp",
"description": "Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.",
"repository": {
"url": "https://github.com/xenarch-ai/xenarch-mcp",
"source": "github"
},
"version": "0.2.1",
"websiteUrl": "https://xenarch.com",
"packages": [
{
"registryType": "npm",
"identifier": "@xenarch/agent-mcp",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Wallet private key (hex, 0x-prefixed). Auto-generates on first run if omitted.",
"format": "string",
"isSecret": true,
"name": "XENARCH_PRIVATE_KEY"
},
{
"description": "Base RPC endpoint URL",
"format": "string",
"name": "XENARCH_RPC_URL"
},
{
"description": "Network for payments (base or base-sepolia)",
"format": "string",
"name": "XENARCH_NETWORK"
},
{
"description": "Max USD to auto-approve without prompting",
"format": "string",
"name": "XENARCH_AUTO_APPROVE_MAX"
}
]
},
{
"registryType": "npm",
"identifier": "@xenarch/agent-mcp",
"version": "0.2.1",
"transport": {
"type": "streamable-http",
"url": "https://mcp.xenarch.dev/mcp"
},
"environmentVariables": [
{
"description": "Wallet private key (hex, 0x-prefixed). Auto-generates on first run if omitted.",
"format": "string",
"isSecret": true,
"name": "XENARCH_PRIVATE_KEY"
},
{
"description": "Base RPC endpoint URL",
"format": "string",
"name": "XENARCH_RPC_URL"
},
{
"description": "Network for payments (base or base-sepolia)",
"format": "string",
"name": "XENARCH_NETWORK"
},
{
"description": "Max USD to auto-approve without prompting",
"format": "string",
"name": "XENARCH_AUTO_APPROVE_MAX"
},
{
"description": "Port for HTTP server (default: 3000)",
"format": "string",
"name": "PORT"
},
{
"description": "Set to 'http' to enable HTTP transport",
"isRequired": true,
"format": "string",
"name": "TRANSPORT"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}