iAutoPay is an MCP (Model Context Protocol) service that enables AI agents to automatically pay for purchases. It supports all EVM-compatible public chains and USDC payments. Agents can use it to automatically purchase paid AI-related services and data.
Overview
iAutoPay is an MCP (Model Context Protocol) service that enables AI agents to automatically pay for purchases. It supports all EVM-compatible public chains and USDC payments. Agents can use it to automatically purchase paid AI-related services and data.
Server Config
{
"mcpServers": {
"autopay": {
"command": "npx",
"args": [
"-y",
"@newblock/iautopay-mcp"
],
"env": {
"BUYER_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HERE"
}
}
}
}