# ClipRadar > Every clipping campaign. One radar. ClipRadar aggregates live pay-per-view > clipping campaigns (creators paying USD per 1,000 views for short-form > clips) from Whop, ContentRewards and a dozen more platforms into one > searchable dashboard — with a scoped, metered REST API at /api/v1 (~85 > operations: campaign reads, the key owner's own bookmarks/alerts/earnings/ > analyses, writes, and outbound webhooks). ## API (for agents and integrations) - [AI skill file](https://clipradar.co/skill.md): everything an AI agent needs to use the API well — auth, scopes, per-operation budget etiquette, task recipes (find campaigns, watch for drops, log earnings, shortlist). - Discovery index: GET https://clipradar.co/api/v1 (free, no key) — every endpoint with its scope and cost. - [OpenAPI 3.1 spec](https://clipradar.co/api/v1/openapi.json): the machine-readable contract (free, no key). - MCP server: `npx -y clipradar-mcp` (npm package `clipradar-mcp`) runs the read endpoints as Model Context Protocol tools over stdio for Claude Desktop, Claude Code, Cursor and any other MCP client — same key, same meter. - [Developer docs](https://clipradar.co/developers): human-readable reference — pricing, scopes, endpoints, webhooks and quickstart. - Liveness: GET https://clipradar.co/api/v1/ping (free, no key). - Auth: per-user API keys (`cr_live_…`), authorized by scopes. Keys are created at https://clipradar.co/dashboard/developer; plans and pay-as-you-go request packs at https://clipradar.co/dashboard/billing. ## Product - [Landing page](https://clipradar.co/): what ClipRadar is, pricing. - [Dashboard](https://clipradar.co/dashboard): the live campaign feed (membership required; free accounts get a locked preview).