MCP Server
MCP
io.github.up2itnow0822/agentpay
Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment