The AI Agent API
250 tools. 15 models. One API key. $0.01 - $0.50 per call.
1 free call/day + 2 with ads · No subscriptions. No minimums. ·
pip install aipaygen-mcp
Install
pip install aipaygen-mcp, or just use curl. No SDK required.
pip install aipaygen-mcp
Call
POST JSON to any endpoint. Get structured results back instantly.
curl -X POST https://api.aipaygen.com/research \
-H "Authorization: Bearer apk_xxx" \
-d '{"query": "x402 protocol"}'
Pay per use
1 free call/day + 2 with ads. Then $0.01-$0.50 per call with Stripe or USDC.
# Get a free API key with $0.25 credits
curl -X POST https://api.aipaygen.com/auth/generate-key \
-d '{"label": "my-key"}'
| Feature | AiPayGen | OpenRouter | Together AI | Replicate |
|---|---|---|---|---|
| Ready-made tools | 250 | 0 | 0 | 0 |
| Models | 15 | 300+ | 200+ | 1000+ |
| Tool chaining | Yes | No | No | No |
| MCP native | Yes | No | No | No |
| Free tier | 1 free + 2 with ads/day | No | No | No |
| Min purchase | $1 | $5 | $5 | $0 |
| Crypto payments | USDC x402 | No | No | Crypto |
| Batch API | 20 parallel | No | No | Yes |
| Agent sessions | Yes | No | No | No |
| Webhook alerts | Yes | No | No | Yes |
250 AI Tools
Research, write, code, analyze, extract, translate, scrape, RAG, vision, diagrams, and more -- every tool is one POST request away.
Agent Builder
Create custom AI agents visually. Pick tools, set schedules, deploy -- no code required.
Multi-Model
15 frontier models across 7 providers. Smart routing picks the best model for your task, or you choose.
x402 Payments
HTTP-native crypto micropayments. USDC on Base. Agents pay per call autonomously.
MCP Protocol
Works with Claude Code, Cursor, Cline, and any MCP-compatible client out of the box.
Pro Tools
Premium tools like skill absorption and execution. Higher limits, priority routing, advanced features.
{"steps": [
{"tool": "scrape_website",
"input": {"url": "https://blog.example.com/ai"}},
{"tool": "summarize",
"input": {"text": "$prev.result"}},
{"tool": "translate",
"input": {"text": "$prev.result",
"target": "es"}}
]}
{"steps_completed": 3,
"result": "La IA generativa está
transformando la industria...",
"_billing": {"cost": 0.018}}
{"query": "What is the x402
payment protocol?"}
{"summary": "x402 is an HTTP-native
payment protocol that uses
status code 402...",
"sources": [
"x402.org",
"docs.cdp.coinbase.com"
],
"_billing": {"cost": 0.006}}
{"prompt": "Python function that
fetches crypto prices from
CoinGecko"}
{"language": "python",
"code": "import requests\n\ndef
get_prices(coins):\n url =
'https://api.coingecko...'",
"_billing": {"cost": 0.008}}
- 20% bulk discount
- Pro tools access
- Agent Builder
- Priority routing
- Workflow chains
- Everything in Pro
- Webhook events
- Email delivery
- Batch API (20x)
- Dedicated support
pip install aipaygen-mcp
curl -X POST https://api.aipaygen.com/research \
-H "Authorization: Bearer apk_YOUR_KEY" \
-d '{"query": "x402 payment protocol"}'
Listed on
250 tools, 15 models, $0.01-$0.50/call. 1 free call/day + 2 with ads. No subscriptions. No minimums.
claude mcp add aipaygen -- npx -y @anthropic-ai/mcp-proxy https://mcp.aipaygen.com/mcp
Copy