Platform
Threads
Text-first posts with image, video, and carousel
Turn one idea into a Threads-native post—text, single image, video, or carousel—without leaving your CatCaster calendar.
What you can do in CatCaster
Text posts
Up to 500 characters per post, with AI summarization from longer master copy.
Image, video, and carousel
Single image, video up to 5 minutes, or carousels up to 20 items on one thread.
Comment replies
Read and reply to thread conversations through Threads APIs where your connection allows.
Post metrics
Performance data for published threads when metrics scopes are available.
Limits and honest constraints
- 500-character cap on post copy—longer master text must be summarized or split manually.
- Threads does not expose the same DM inbox product surface as Instagram; focus is posts and thread replies.
- Media count and duration limits differ by format; validation runs before schedule or publish.
What AI can help with
- Summarize newsletters or LinkedIn drafts into a 500-character Threads post.
- Suggest punchy openers while respecting Brand Memory tone rules.
- Draft replies to thread comments; sending follows the same human-in-the-loop inbox rules as other Meta channels.
Claude, Cursor, and other agents
CatCaster exposes a remote MCP server at https://www.catcaster.com/api/mcp. Connect with OAuth (recommended) or a workspace API key. Agents discover workspaces and channels, draft posts, validate placements, schedule or publish with idempotency keys, and read analytics.
Relevant MCP tools
list_workspaces · list_channels · get_brand_context · create_post · update_post · validate_post · schedule_post · publish_post · get_analytics · list_published_content · list_inbox_conversations · get_inbox_conversation · draft_inbox_reply · send_inbox_reply
Example prompt
On CatCaster MCP, create a Threads text_post draft under 500 characters from this article summary. validate_post, then propose a schedule time with list_calendar. Do not publish_post until I confirm.
OAuth setup for MCP clients is documented in docs/mcp-oauth.md in the CatCaster repository (Supabase OAuth 2.1, dynamic client registration, and consent). Browse AI agent guides →
Frequently asked questions
- Is Threads tied to Instagram login?
- Threads connections use Meta’s OAuth graph; you connect Threads as its own channel in CatCaster after authorization.
- Can I post a carousel on Threads?
- Yes, when you select carousel format in Compose and supply the required number of media items.
- Does CatCaster support Threads analytics?
- Post metrics are available when your connection includes read metrics capabilities.
- Can Cursor schedule Threads posts?
- Yes via MCP create_post and schedule_post after validate_post succeeds.
