{"name":"kickitai","version":"1.0.0","description":"KickitAI — social media scheduling and download platform","protocol":"MCP StreamableHTTP","protocolVersion":"2024-11-05","endpoint":"/mcp","tools":[{"name":"download_media","description":"Download a social media video or image (Instagram, TikTok, Twitter, YouTube, etc.) and upload it to the CDN. Returns a public CDN URL."},{"name":"get_user_profile","description":"Look up a KickitAI user by phone number. Returns account existence, userId, connected platforms, and subscription status."},{"name":"list_brands","description":"List all brands belonging to the authenticated user. Requires a user API key (kk_live_...)."},{"name":"list_scheduled_posts","description":"List the user's scheduled posts. Requires a user API key (kk_live_...)."},{"name":"get_subscription","description":"Get the authenticated user's subscription status, plan tier, usage percentage, and billing cycle dates. Requires a user API key (kk_live_...)."},{"name":"create_support_ticket","description":"Create a support ticket on behalf of the authenticated user. Requires a user API key (kk_live_...)."},{"name":"create_post","description":"Schedule a new social media post. Always schedules for the future (minimum 5 minutes). Requires a user API key (kk_live_...)."},{"name":"get_post","description":"Get a scheduled post by its ID. Requires a user API key (kk_live_...)."},{"name":"update_post","description":"Update a scheduled post (caption, scheduledFor, platforms). Only scheduled or draft posts can be updated. Requires a user API key (kk_live_...)."},{"name":"delete_post","description":"Delete a scheduled post. Only scheduled or draft posts can be deleted. Requires a user API key (kk_live_...)."},{"name":"list_posts","description":"List the authenticated user's posts with optional filters. Requires a user API key (kk_live_...)."},{"name":"list_analytics","description":"List analytics for the user's published posts. Returns per-post metrics. Requires a user API key (kk_live_...)."},{"name":"sync_analytics","description":"Trigger an analytics sync for the user's published posts. Returns immediately with a confirmation message. Requires a user API key (kk_live_...)."},{"name":"list_post_results","description":"List per-platform publish results for the user's posts. Shows publish status, error, and platform post URL per platform. Requires a user API key (kk_live_...)."},{"name":"upload_media","description":"Upload media to the CDN by providing a public URL. Returns a mediaId and CDN URL. Requires a user API key (kk_live_...)."},{"name":"list_media","description":"List media files uploaded by the authenticated user. Requires a user API key (kk_live_...)."},{"name":"delete_media","description":"Delete a media file by mediaId. Idempotent — returns success even if media not found. Requires a user API key (kk_live_...)."},{"name":"generate_dashboard_link","description":"Generate a one-time auto-login link to the KickitAI dashboard for the current user. Use this instead of performing destructive actions (delete, cancel). The link lets the user take the action themselves securely."}]}