Publishing, programmable.
KabonShare is API-first. Publish and schedule over a clean REST API, react to webhooks, or drive everything from any AI client through our official MCP server.
- API-first — everything in the app is in the API
- Official MCP server for AI clients (Claude, Cursor…)
- Publish, schedule and read analytics programmatically
curl -X POST https://api.kabonshare.com/api/posts \
-H "X-API-Key: $KABONSHARE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"workspaceId": "ws_123",
"text": "Shipping today 🚀",
"platforms": ["instagram", "linkedin"],
"scheduledFor": "2026-07-20T15:00:00Z"
}'API-first
The whole platform runs on the same public REST API.
MCP server
Drive KabonShare from Claude, Cursor or any MCP client.
Webhooks
Fire on publish, failure, scheduled and analytics events.
Secure API key
Authenticate with a secret key; pick the workspace per request.
Everything the app does, your code can too.
Create posts, schedule them, manage accounts and read analytics — all through a clean, documented REST API.
- Create, schedule and publish posts
- Manage accounts and workspaces
- Read analytics programmatically
POST /api/posts create & schedule a post
GET /api/posts list & filter posts
POST /api/posts/bulk bulk-schedule a batch
GET /api/analytics/best-times best time to post
GET /api/assets browse the media library
# Auth: X-API-Key header · workspace via workspaceIdConnect your agents, tools and products.
Plug our MCP server into Claude, Cursor or your own agents to create posts, manage assets and pull analytics — and use webhooks to react to events in real time.
- Official MCP server for AI clients
- Webhooks for publish, failure & schedule events
- Full reference docs and examples
{
"mcpServers": {
"kabonshare": {
"command": "npx",
"args": ["-y", "kabonshare-mcp"],
"env": {
"KABONSHARE_API_KEY": "your_api_key"
}
}
}
}Ready to publish everywhere?
Start free — no credit card. Connect your networks and go live in under a minute.
Get Started Free