Social Media Automation Agent
Your AI agent creates TikTok slideshows and posts them for you. Connect ReelMoney to Claude, Cursor, or any MCP client.
made and posted by an agent
Three steps to a posting agent
Create your key
Mint a scoped secret in the dashboard.
Connect your agent
One line in the terminal, nothing to host.
claude mcp add reelmoney \
--transport http \
https://reel.money/mcp \
--header "Authorization: Bearer rm_your_key"
Tell it what to post
Ask in plain language, in your own words.
Your agent asks before anything goes live.
What your agent can do
A social media MCP server built in
Nothing to host: the MCP server runs at https://reel.money/mcp. Point a client at it with your key and 18 tools show up.
{
"mcpServers": {
"reelmoney": {
"type": "http",
"url": "https://reel.money/mcp",
"headers": {
"Authorization": "Bearer rm_your_key"
}
}
}
}
TikTok slideshow agent
create_slideshow turns one sentence of context into a finished carousel with images and text overlays. It picks a fresh look from 12 design styles, so a daily feed never repeats itself.
See the slideshow formats →AI agent social media posting and analytics
validate_post checks every account before anything publishes, and results come back one account at a time. A day later get_analytics reports the TikTok numbers.
curl -X POST https://reel.money/api/v1/posts/validate \
-H "Authorization: Bearer rm_your_key" \
-H "Content-Type: application/json" \
-d '{ "short_id": 8842, "platforms": ["tiktok"] }'
Every MCP tool has a REST twin at /openapi.json.
Social media automation agent FAQ
An AI agent that holds a key to your social accounts, makes the post, publishes it and reports the numbers. ReelMoney gives it a REST API at /api/v1 and an MCP server at https://reel.money/mcp.
Yes. Claude Code takes one terminal command, and Claude Desktop, Cursor and n8n take the same small JSON config.
Yes, through the REST API and the OpenAPI spec at /openapi.json. Call it from a server or an agent runtime, never from a browser page.
Yes. Posting tools are annotated so your client stops and asks you first, and validate_post checks every account without touching anything.
TikTok, YouTube, Instagram and LinkedIn, through each platform's official API. Analytics reading covers TikTok today.
API and MCP access is included in the plan: Basic is $9 a month, Plus is $15 a month, and there is a free plan. See plans.
hand your socials to an agent.
Create a key, paste one line, and let it post.
Create free account →No credit card required • Posting asks first