Pricing, limits, and integration
WoopSocial's API and MCP server are included with the SaaS subscription rather than sold as a standalone product. Both are usable from the $19/month Pro plan and up, with no separate API fee. Authentication is Bearer for the REST API (key from app.woopsocial.com/api-access) and OAuth or an API-key URL for the MCP server.
The real cost lever is credits, not API calls. AI content generation consumes credits from your monthly pool (30 on Free, 1,000 on Pro, 5,000 on Business, 42,000 on Max), and X/Twitter posting moves to credit-based after your free posts. Scheduling and posting to the other networks are unlimited, so the metered part is specifically AI generation.
Operational limits are lightly documented, as you would expect from a new tool. There is a published OpenAPI spec and webhook support, but no published rate-limit thresholds and no enumerated MCP tool list, though there is an official TypeScript SDK. For agents, the practical path is the native MCP server (api.woopsocial.com/mcp) or the REST API; build in your own backoff and verify behavior on the free plan before relying on it.
How much does the WoopSocial API actually cost?
WoopSocial 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: WoopSocial exposes webhooks: a Webhooks domain appears in both the MCP capability set and the REST API, for subscribing to events. Documented alongside the API.
Which AI clients can read WoopSocial data?
Not every AI assistant supports MCP natively. Here's the per-client picture for WoopSocial specifically.
| Client | Support | Notes |
|---|---|---|
| Claude (Desktop/Web) | Native MCP | Claude Cowork & Chat via a custom MCP connector (OAuth). |
| Claude Code | Native MCP | Native MCP connector (OAuth). |
| Codex | Native MCP | Native MCP. |
| ChatGPT | Native MCP | Native MCP connector. |
| Cursor | Native MCP | Native MCP. |
| Gemini | Native MCP | Gemini CLI via MCP. |
WoopSocial also has an MCP server
If you're wiring WoopSocial into Claude / Cursor / Codex, the MCP server is usually less code than the REST API.
See WoopSocial MCP pageWhat you can build with the WoopSocial API
Three personas, three different shapes of build. Pick the row that matches how you actually ship.
Glue WoopSocial 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 WoopSocial reporting at scale
- White-label WoopSocial data into client-branded dashboards
- Run scheduled multi-account reports without logging into the WoopSocial UI
- Cross-reference with the rest of the client's stack (CRM, analytics, ad spend)
Production pipelines for WoopSocial
- Real-time sync into your warehouse via webhooks
- Custom alerts the dashboard's built-in alerting can't express
- Backfill + idempotency handling for WoopSocial data older than the dashboard exposes
Limits and gotchas
- No OpenAPI spec — you write typed clients by hand or use a third-party generator on the docs HTML.
- Webhooks available — react to WoopSocial 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.
- No-code fallback: Zapier and Make.com cover the common triggers if you want to skip writing API code for simple flows.
Agent-readiness verdict
A capable, well-structured REST API for a young product: Bearer auth, a published OpenAPI spec and webhook support, all from the $19 plan. Held back from a top score mainly by undocumented rate limits and credit metering; there is now an official TypeScript SDK. Strong 7 out of 10 for API agent-readiness.
WoopSocial API FAQ
Does WoopSocial have official SDKs?+
Does WoopSocial support webhooks?+
Should I use the API or the MCP server for Claude / Cursor / Codex?+
Does WoopSocial have a public API?+
Sources
- WoopSocial official site: https://woopsocial.com
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.

