AI agent
Hermes Agent + CatCaster
Agent frameworks calling CatCaster MCP
Hermes-style agents excel at tool routing. Point them at one MCP URL and let CatCaster handle channel APIs.
Example chat
via CatCaster MCP · Hermes Agent
How to connect Hermes Agent
- Add CatCaster as a remote MCP server in your Hermes Agent configuration.
- Authenticate with OAuth or a workspace API key per your deployment model.
- Register guardrails so publish_post and send_inbox_reply require confirmation tokens.
- Test with tools/list before production automations.
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 Hermes Agent
Tool routing
Hermes selects validate_post vs schedule_post based on your policy layer.
Multi-workspace
list_workspaces when your agent serves more than one brand.
Editorial ingestion
poll_source and review_content_proposal for news-driven calendars.
Performance loops
weekly_performance_review prompt pattern with list_strategy_proposals.
Channels agents can reach
Example prompts
- Get publication performance for our last LinkedIn launch post.
- Upsert a knowledge note from this meeting summary, then draft X post.
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.
