io.github.up2itnow0822/agentpay✓
io.github.up2itnow0822/agentpay · v3.1.0
{}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.up2itnow0822/agentpay",
"description": "Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.",
"repository": {
"url": "https://github.com/up2itnow0822/agentpay-mcp",
"source": "github"
},
"version": "3.1.0",
"packages": [
{
"registryType": "npm",
"identifier": "agentpay-mcp",
"version": "3.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Private key for the agent wallet (hex string)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AGENT_PRIVATE_KEY"
},
{
"description": "Base RPC URL for on-chain operations",
"format": "string",
"name": "BASE_RPC_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}