Model Context Protocol
One hosted MCP server for every AI client
Point Claude, Codex, Cursor, or any MCP client at one HTTPS URL. Sixteen tools to plan, write, schedule, publish, and measure posts — no server to run.
16tools
1URL
0servers to host
~30sto connect
1
Get a key
Grab a key below, or create an account for full access.
2
Add the server
Paste the config for your client. Set
CONTENT_RABBIT_KEY to your key.claude mcp add --transport http content-rabbit \https://contentrabbitai.com/api/v1/mcp \--header "Authorization: Bearer $CONTENT_RABBIT_KEY"
3
Call a tool
Restart your client and Content Rabbit's tools appear. List them to confirm the connection.
Get your API key
One workspace-scoped key works across MCP, REST, and the CLI. Grab a sandbox demo key below, or provision one headless from an agent.
Provision headless
# Create an account + key with one call — no dashboard, no email stepcurl -X POST https://contentrabbitai.com/api/v1/agent/signup \-H "Content-Type: application/json" \-d '{"email":"you@example.com"}'# The response returns your API key once. Store it, then send it on every call:# Authorization: Bearer <your-key>