MCP Server
MCP
io.github.stevemilton/payagent-mcp
Gives AI agents a wallet: pay x402 APIs (USD + EUR), check balances, self-onboard in one tool call.
Install
npx -y @arispay/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@arispay/payagent-mcp",
"version": "3.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ArisPay developer API key (ap_live_… / ap_test_…). Optional — the create_user tool can self-provision one from just an email, or set PAYAGENT_PRIVATE_KEY to sign locally with no account.",
"isSecret": true,
"name": "ARISPAY_API_KEY"
},
{
"description": "EVM private key for permissionless local signing (zero-signup mode): pay_api signs x402 payments with it directly — no ArisPay account needed. Generate one with `npx payagent wallet new`. Never sent to any server.",
"isSecret": true,
"name": "PAYAGENT_PRIVATE_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment