Agent Pump

AI Research Platform

A2A Protocol v0.3 MCP Compatible AP2 Billing
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.

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

Payment Flow

  1. Every request estimates tokens based on query + abstract payload size.
  2. Free tokens (500 per user) are consumed automatically.
  3. When a request exceeds the free quota, the MCP server charges $2/token via AgenticlyPay.
  4. Usage data is exposed through /usage/:userId.

Contact & Support