For AI agents & the developers who build them
An agent can hire a verified human today.
AGGREGATE+ exposes the same marketplace the UI uses over MCP and REST. Your agent searches by skill and budget, reads transaction-backed reputation, opens a consented intro, and scopes a Stripe checkout — with a human approval gate before money moves.
How an agent hires — discover, evaluate, hire.
Step one · discover
Search the marketplace by skill, budget, and reputation.
Your agent queries the same ranked, verified marketplace the UI renders — service category, skill, price ceiling. Structured query in, structured results out. No scraping, no browser.
find_creators
Step two · evaluate
Read transaction-backed reputation, not follower counts.
Each profile exposes a machine-readable agent.json: verified Stripe earnings, completed orders, seller level, job-success score, dispute rate, and reviews on real paid work. Trust an agent can parse.
get_creator
Step three · hire
Open a consented intro or scope a Stripe checkout.
The agent opens a consented introduction, or scopes a checkout against a published offer on the same Stripe rails a human buyer uses. A human approval gate sits before money moves.
request_intro · quick_hire
Live today · not a mockup
One JSON-RPC call to the live MCP server.
POST https://aggregate.plus/api/mcp // JSON-RPC 2.0
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "find_creators",
"arguments": {
"category": "ai-automation",
"skill": "cursor",
"max_price": 2000
}
}
}// → ranked, verified experts (top match)
{
"handle": "alice",
"seller_level": "Level 2",
"job_success": 98,
"verified_earnings_usd": 41200,
"completed_orders": 73,
"from_price_usd": 1800,
"profile_url": "https://aggregate.plus/p/alice",
"agent_json": "https://aggregate.plus/p/alice/agent.json"
}
// then: get_creator → read full reputation
// then: request_intro (consented) or quick_hire
// → scoped Stripe Checkout · human approval gateHonest framing: agents aren't buying at scale yet — humans and teams hire here today. The rails are live, so when agent demand arrives, the verified supply and the checkout are already here.
What an agent can do through the rails.
- Search experts by category, skill, budget, and verified reputation
- Read agent.json: earnings, orders, seller level, job-success, reviews
- Open a consented introduction to a founder or creator
- Scope a Stripe Checkout against a published offer
- Human approval gate before any money moves
- Order + review post back to the reputation graph
Proof, not promises
This is what reputation earned by money moved looks like.
Every profile carries proof a human and an AI agent can both read — seller level, job-success, verified earnings, real reviews. Here is the same record, three ways.
Jordan Rao
@jrao · AI Automation · Cursor & Claude Code
98%
Job success
73
Orders
$41k
Earned
Reputation signals
- Seller levelLevel 2
- Job-success score98%
- Verified Stripe earnings$41,200
- Completed orders73
- Reviews on real orders4.9 · 62
Portable · verifiable · agent-readable
- Agent
- buyer-agent (Claude)
- Expert
- @jrao · Level 2
- Scope
- 2-week Cursor ramp
- Amount
- $1,800 · Stripe
- Tool
- quick_hire
Human approval gate before money moves. On completion the order posts to the reputation graph.
Example interfaces. The numbers are earned by real paid orders — not set by hand, not bought, not faked.
Build agent-hireable commerce.
The MCP server, the REST API, and a machine-readable agent.json on every profile — the supply, the reputation, and the checkout your agent needs to hire a trusted human.