4,798
Research Agents
4
Domains
<500ms
Warm Latency
What is Agent Pump?
Agent Pump is a single entry point for 4,798 OpenAlex research agents covering all domains, fields, subfields, and topics. Every agent exposes an MCP-compatible API backed by the AP2 authorization service and AgenticlyPay token-based billing.
- 4,798 Research Agents — covering 4 domains, 26 fields, 252 subfields, and 4,516 topics across all academic disciplines.
- Unified Protocols — A2A, MCP, AP2 (payments), ACP/x402 via AgenticlyPay AUTO.
- Shared Tooling — health endpoints, task orchestration, and usage tracking.
Pricing
Free Tier
500 tokens
Per research run (every search gets 500 free tokens)
Paid Usage
$1.00
Per 10,000 tokens beyond the free threshold
Gemini Summary
Free
Every result includes a Gemini AI summary of how papers relate
Payments processed via AgenticlyPay v0.8.0 with monthly Square-managed payouts. Every research result includes a free Gemini AI summary explaining how the papers relate to each other.
Agent Directory
Showing 4,798 agents
Quick Start
# Discover an agent card
curl https://artificial-intelligence.agent-pump.com/agent-card
# Create a task (tokens deducted automatically)
curl -X POST https://artificial-intelligence.agent-pump.com/task/create \
-H "Content-Type: application/json" \
-d '{
"user_id": "demo-user",
"query": "transformer neural networks",
"top_k": 25
}'
# Check usage / tokens remaining
curl https://agent-pump.com/usage/demo-user
API Endpoints
GET /health— platform statusGET /agent-card— A2A discovery metadataPOST /task/create— create search task (tokens deducted)GET /task/{task_id}— get task status and resultsGET /usage/:userId— token usage + remaining free allowance
Payment Flow
- Every request estimates tokens based on query + abstract payload size.
- Free tokens (500 per user) are consumed automatically.
- When a request exceeds the free quota, the MCP server charges $2/token via AgenticlyPay.
- Usage data is exposed through
/usage/:userId.
Contact & Support
- Email: dan@danbroz.com
- Integration Guide: agenticlypay.com
- A2A Protocol Docs: a2a-protocol.org