Stripe for AI agents. Pay any HTTP API in stablecoins or native tokens on Polygon and Solana mainnet with one MCP call. Non-custodial, on-chain settlement, atomic 99/1 partner split. Five tools: payable_fetch, agent_address, agent_quote, pay_with_split, quote_split.
Server Config
{
"mcpServers": {
"aifinpay": {
"command": "npx",
"args": [
"@aifinpay/mcp"
],
"env": {
"AIFINPAY_MAX_USD": "0.10",
"AIFINPAY_CHAIN": "auto"
}
}
}
}