io.github.usnmax88/reel25-mcp
Official26 toolsReel25 — Video Analytics for TikTok, Instagram & YouTube
Video analytics for TikTok, Instagram, and YouTube. Track, analyze, and discover content.
Analyze and track video performance metrics across TikTok, Instagram, and YouTube.
Captured live from the server via tools/list.
list_videos
List all tracked videos. Free.
Parameters (5)
- limitnumber
Results per page (1-100, default 20)
- offsetnumber
Pagination offset
- start_datestring
Filter: posted after (YYYY-MM-DD)
- end_datestring
Filter: posted before (YYYY-MM-DD)
- platformstring
Filter by platform
get_video
Get video details including metrics and music info. Free.
Parameters (1)
- video_idstringrequired
Video UUID
get_video_history
Get video performance snapshots over time. Free.
Parameters (2)
- video_idstringrequired
Video UUID
- daysnumber
Days of history (1-365, default 30)
track_video
Track a video by URL. Supports TikTok, Instagram, YouTube. Free.
Parameters (1)
- urlstringrequired
Full video URL (https)
bulk_track_videos
Track up to 25 videos at once by URL. Free.
Parameters (1)
- urlsarrayrequired
Array of video URLs (max 25)
untrack_video
Stop tracking a video. Free.
Parameters (1)
- video_idstringrequired
Video UUID
list_accounts
List all tracked creator accounts. Free.
No parameters.
get_account
Get account details. Free.
Parameters (1)
- account_idstringrequired
Account UUID
track_account
Track a creator account by URL. Free.
Parameters (2)
- urlstringrequired
Account URL (e.g. https://www.tiktok.com/@username)
- video_limitnumber
Max videos to track (1-500, default 50)
get_account_videos
List videos for a specific account. Free.
Parameters (2)
- account_idstringrequired
Account UUID
- limitnumber
Results per page (default 20)
get_account_metrics
Get detailed account performance metrics. Free.
Parameters (1)
- account_idstringrequired
Account UUID
remove_account
Stop tracking an account. Free.
Parameters (1)
- account_idstringrequired
Account UUID
search_content
AI-powered content discovery. Costs 100 credits. Polls internally (30-60s).
Parameters (5)
- querystringrequired
Describe the content you want to find. Be specific.
- platformstring
Target platform (default: tiktok)
- depthstring
Research depth (default: standard)
- minViewsstring
Minimum views filter
- timeframestring
Time period filter
get_radar_results
Get results of a previous radar search. Free.
Parameters (1)
- search_idstringrequired
Search UUID
radar_history
List past radar searches. Free.
Parameters (1)
- limitnumber
Number of results (default 20)
analyze_video
AI video analysis: hooks, structure, CTA, UGC. Costs 5 credits. Polls internally (15-30s).
Parameters (2)
- video_idstringrequired
Video UUID
- forceboolean
Force re-analysis (default false)
get_analysis
Get existing AI analysis for a video. Free.
Parameters (1)
- video_idstringrequired
Video UUID
list_folders
List all folders. Free.
No parameters.
create_folder
Create a folder. Free.
Parameters (1)
- namestringrequired
Folder name (max 255 chars)
add_videos_to_folder
Add videos to a folder (max 50). Free.
Parameters (2)
- folder_idstringrequired
Folder UUID
- video_idsarrayrequired
Video UUIDs to add
add_accounts_to_folder
Add accounts to a folder (max 50). Free.
Parameters (2)
- folder_idstringrequired
Folder UUID
- account_idsarrayrequired
Account UUIDs to add
folder_analytics
Get folder-level analytics. Free.
Parameters (1)
- folder_idstringrequired
Folder UUID
top_videos
Get top performing tracked videos. Free.
Parameters (1)
- limitnumber
Number of results (1-100, default 10)
growth_trends
Get follower and video growth trends. Free.
Parameters (1)
- periodstring
Time period (default 30d)
get_credits
Check workspace credit balance. Free.
No parameters.
get_workspace
Get workspace info: plan, credits, limits. Free.
No parameters.
README not available yet.
Install
Configuration
REEL25_API_KEYrequiredsecretYour Reel25 API key (starts with reel25_sk_)
REEL25_API_URLCustom API endpoint (default: https://api.reel25.com/api/v1)
claude_desktop_config.json
{
"mcpServers": {
"reel25-mcp": {
"command": "npx",
"args": [
"-y",
"reel25-mcp@1.0.5"
],
"env": {
"REEL25_API_KEY": "<YOUR_REEL25_API_KEY>",
"REEL25_API_URL": "<YOUR_REEL25_API_URL>"
}
}
}
}