MCP introduction
ReelsRadar is building an MCP server so assistants (Cursor, Claude, ChatGPT) can query tracked videos and start tracking jobs with natural language.
Planned endpoint
https://reelsradar.io/api/mcp
Transport: Streamable HTTP. Auth: Bearer workspace token (dashboard-created).
Planned tool groups
videos— search, list, get metricsaccounts— list, pause, analytics summarytrack— track URL / bulk trackcollections— list and attach itemsoverview— KPI snapshotexport— request CSV
Safety rules
- Destructive tools require
confirm: true - Never ask users to paste secrets into chat
- Respect plan video limits and rate ceilings
Status
MCP runtime is on the roadmap. Until it ships, agents should use:
- https://reelsradar.io/llms.txt
- https://reelsradar.io/openapi.json
- Session-authenticated REST from the user's browser automation / local scripts