Developers · MCP
A clean REST API and an agent-ready endpoint on every report — pipe live competitor intel straight into your agents, dashboards and workflows. Native MCP server shipping soon.
# hand any report to your agent — live today $ curl rivalize.ai/api/reports/{id}/ai ← full teardown · agent-ready markdown · every claim cited # or trigger one from your stack (API v1) $ curl -X POST api.rivalize.ai/v1/reports \ -H "Authorization: Bearer $RIVALIZE_API_KEY" \ -d '{"product_url":"you.com","competitors":["linear.app"]}' ← report id · poll /v1/reports/{id}
Quickstart
01
Grab an API key from your dashboard. Every paid plan includes REST API access.
02
Trigger a report from your stack, or pull the agent-ready payload for any report you already have.
03
Hand the cited teardown straight to Claude, Cursor, your dashboard, or a webhook consumer.
The API
GET /api/reports/:id/ai
The agent-ready payload for any report — full teardown as cited markdown. Public, no key needed.
POST /api/v1/reports
Trigger a head-to-head thesis report from your stack. Returns an id you can poll.
GET /api/v1/competitors
Every competitor you track, with momentum and the latest moves.
GET /api/v1/dossier/:id
The full living file: momentum, signal breakdown, and the recommended counter-move.
POST /api/v1/webhooks
Push new moves to your endpoint as soon as a scheduled check detects them — no polling.
GET /api/v1/universe
Search and rank companies in any category by momentum across the tracked universe.
Nine agent-callable tools, so any MCP client can tear down a competitor without leaving the chat. We'll post the install command here the day it lands — until then, the REST API above does everything it will.