Pay for AI inference with USDC micropayments. No credit cards.
Install the DRAIN MCP Server:
npm install -g drain-mcp
Add to Claude Desktop or Cursor config:
{
"mcpServers": {
"drain": {
"command": "drain-mcp",
"env": {
"DRAIN_PRIVATE_KEY": "your-polygon-wallet-key"
}
}
}
}Get all available AI providers with models and pricing:
GET https://www.handshake58.com/api/mcp/providers
GPT-4o, Claude, Grok, DeepSeek, and more. Get the full list with live pricing:
GET /api/mcp/providers →Create a new Polygon wallet:
node -e "const {ethers}=require('ethers');const w=ethers.Wallet.createRandom();console.log('Address:',w.address,'Private Key:',w.privateKey);"Fund your wallet: