Pricing, limits, and integration
API access is included in all plans, including the Free tier (20 posts/month limit). Pro at $100/month removes post limits and adds the full platform set. Business at $400/month adds white-label and higher account limits.
No separate API pricing tier, no per-call metering. The OpenAPI spec is at api.bundle.social/swagger-json. TypeScript SDK installs via npm as bundlesocial. The CLI (bundlesocial-cli) is the preferred method for automated pipelines. Rate limits are not publicly documented; test on Free before scaling.
How much does the Bundle.social API actually cost?
Bundle.social publishes an API, but per-tier gating wasn't extracted automatically.
- Most likely scenario: API access is either included in all paid plans, or it's gated to higher tiers and we need to verify on the live docs page.
- Until verified, treat the question "which plan unlocks the API" as open. Don't budget on the assumption it's free with the cheapest paid plan.
API at a glance
Webhooks: Webhooks available for real-time event delivery. Specific events and tier requirements not documented publicly — test on Free plan or contact support for details.
Which AI clients can read Bundle.social data?
Not every AI assistant supports MCP natively. Here's the per-client picture for Bundle.social specifically.
| Client | Support | Notes |
|---|---|---|
| Claude (Desktop/Web) | Native MCP | Listed explicitly in bundlesocial-mcp README |
| Claude Code | Native MCP | Listed explicitly in bundlesocial-mcp README |
| Cursor | Native MCP | Confirmed on npm package page |
| ChatGPT | API-only (custom code) | No MCP support in ChatGPT; use REST API directly |
| Gemini | API-only (custom code) | Gemini does not support MCP natively; REST API via custom integration |
Bundle.social also has an MCP server
If you're wiring Bundle.social into Claude / Cursor / Codex, the MCP server is usually less code than the REST API.
See Bundle.social MCP pageWhat you can build with the Bundle.social API
Three personas, three different shapes of build. Pick the row that matches how you actually ship.
Glue Bundle.social into your daily workflow
- Pull a digest of fresh activity into your morning Slack
- Trigger a one-off backfill when something looks off
- Pipe data into your own SQLite for ad-hoc queries
Sell Bundle.social reporting at scale
- White-label Bundle.social data into client-branded dashboards
- Run scheduled multi-account reports without logging into the Bundle.social UI
- Cross-reference with the rest of the client's stack (CRM, analytics, ad spend)
Production pipelines for Bundle.social
- Real-time sync into your warehouse via webhooks
- Custom alerts the dashboard's built-in alerting can't express
- Backfill + idempotency handling for Bundle.social data older than the dashboard exposes
Quickstart template
# Starter template — endpoint paths and SDK package names come from # the Bundle.social API docs: https://info.bundle.social curl -X GET "https://info.bundle.social/<your-endpoint>" \ -H "Authorization: Bearer $TOKEN" \ -H "Accept: application/json" | jq .
Template only. Endpoint paths, exact base URL, and auth header format come from info.bundle.social.
Limits and gotchas
- OpenAPI is published — auto-generated clients work out of the box. Saves writing wrappers by hand.
- Webhooks available — react to Bundle.social events in real time instead of polling.
- Official SDKs: TypeScript. Use them to skip auth boilerplate and get type safety.
- Rate limits: always read the docs page before scaling — the published limit is usually lower than the practical one and overages can be expensive.
Agent-readiness verdict
Strong developer surface: OpenAPI spec, TypeScript SDK, official CLI, webhooks, and straightforward API-key auth. For a flat $100/month, the API access is included without a separate tier. Score: 8/10.
Strong agent fit. bundle.social ships an official MCP server (bundlesocial-mcp, for Claude Desktop, Claude Code, Cursor and other MCP clients), a documented REST API generated from an OpenAPI spec, a TypeScript SDK, a CLI built for agents, and webhooks. So an agent can publish, schedule and pull analytics across 14+ social platforms over MCP or plain REST with little custom integration work. Unlimited users and accounts on every plan round it out.
Bundle.social API FAQ
Does Bundle.social have a public API?+
What auth does the Bundle.social API use?+
Does Bundle.social have official SDKs?+
Is there an OpenAPI / Swagger spec I can auto-generate clients from?+
Does Bundle.social support webhooks?+
Should I use the API or the MCP server for Claude / Cursor / Codex?+
Sources
- Bundle.social official site: https://bundle.social
- API docs: https://info.bundle.social
- OpenAPI spec: https://api.bundle.social/swagger-json
10+ years in digital marketing. I review marketing software for AI-stack fit: real pricing, MCP and API support, and how cleanly each tool drops into an AI agent workflow, cross-checked against verified data and real user feedback.

