Card snapshot
contentrabbitai.com
·
2026-08-23 00:36:56 UTC
·
c47e3e0d557b0ab14143d34545727d6ba1993c0e190476aa4a6bf1f8022fee58
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "0.2.0",
"name": "Content Rabbit",
"description": "AI-powered social media management. Create, schedule, and publish posts across Twitter/X, Instagram, LinkedIn, TikTok, Threads, Bluesky, Pinterest, Facebook, and more \u2014 over MCP or REST.",
"url": "https://contentrabbitai.com/api/v1/mcp",
"preferredTransport": "streamable-http",
"provider": {
"organization": "Content Rabbit",
"url": "https://contentrabbitai.com"
},
"version": "1.0.0",
"documentationUrl": "https://contentrabbitai.com/agents",
"capabilities": {
"streaming": true
},
"securitySchemes": {
"apiKey": {
"type": "http",
"scheme": "bearer",
"description": "API key from https://contentrabbitai.com/api/v1/agent/signup"
}
},
"security": [
{
"apiKey": []
}
],
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "posts",
"name": "Manage posts",
"description": "Create, schedule, publish, retry, and list social posts across platforms.",
"tags": [
"social",
"publishing",
"scheduling"
]
},
{
"id": "accounts",
"name": "Manage accounts & teams",
"description": "List connected social accounts, check health, and manage teams.",
"tags": [
"accounts",
"teams"
]
},
{
"id": "analytics",
"name": "Read analytics",
"description": "Pull post, activity, and calendar analytics.",
"tags": [
"analytics"
]
},
{
"id": "generate",
"name": "Generate content",
"description": "Generate post text, hashtags, and media.",
"tags": [
"ai",
"generation"
]
}
]
}