AI agent
Paperclip + CatCaster
Orchestration with human checkpoints
Paperclip-style graphs can pause before schedule_post—CatCaster remains where posts and audit logs live.
Example chat
via CatCaster MCP · Paperclip
How to connect Paperclip
- Register CatCaster MCP in your Paperclip tool registry.
- Authenticate with OAuth or API key per environment.
- Insert human approval nodes before publish_post and send_inbox_reply.
- Test tools/list in a staging workspace first.
CatCaster MCP server URL
https://www.catcaster.com/api/mcp
OAuth sign-in is recommended. Developer API keys in Settings → Developer work for clients that cannot open the browser consent flow. Keep a human in the loop before publish_post and send_inbox_reply.
What you can do with Paperclip
Approval graphs
Pause after validate_post; resume at schedule_post only on approve.
Multi-step campaigns
Chain knowledge upsert → draft → validate → schedule.
Inbox workflows
draft_inbox_reply nodes before human send.
Observability
Correlate Paperclip run IDs with CatCaster MCP audit entries.
Channels agents can reach
Example prompts
- review_strategy_proposal for pending ID—summarize only.
- list_inbox_conversations filtered to NEEDS_HUMAN.
Agents should run validate_post and show drafts before scheduling or publishing. CatCaster MCP does not generate images or video—attach media the agent already has via upload_media or HTTPS URLs on create_post.
Frequently asked questions
- Is CatCaster preinstalled in ChatGPT or Claude?
- No. You add CatCaster as a custom MCP connector (or use OAuth from a client that supports remote MCP). Sign in with your CatCaster account when the client opens the consent flow.
- Will the agent publish without asking me?
- CatCaster expects a human in the loop. Agents should run validate_post and show drafts before schedule_post or publish_post. Inbox send_inbox_reply should only run after you explicitly approve the draft.
- Can agents generate images or video inside MCP?
- Not through CatCaster MCP today. Agents can attach media they already have via upload_media (HTTPS URL) or URLs on create_post. Image and video generation in the product UI is separate from MCP.
- What platforms can agents reach?
- Any channel already connected in your workspace—Instagram, Facebook, Threads, TikTok, LinkedIn, X, YouTube, Pinterest, and your CatCaster blog, subject to each platform’s API limits documented on our platform guides.
