Pricing, limits, and integration
ChatSEO's REST API and MCP server are included with the SaaS subscription rather than sold separately, but both are gated by tier. They unlock on the Pro plan (€49/month) and above; the €29 Starter plan is dashboard-only. There is no separate per-call API fee, but the product itself is credit-based, where one credit equals one message, so agent-driven usage that sends many messages will consume credits.
Authentication for the MCP server is OAuth 2.1 with Protected Resource Metadata (RFC 9728) and automatic client bootstrap, issuer https://api.chatseo.app/auth, so most clients can connect with a URL and a sign-in rather than a manually managed key. Tool calls run against organizations, sites, conversations, projects, todos, integrations and artifacts, with send_message as the main entrypoint.
For most agent use cases the MCP server is the better path than the raw REST API: it is the documented, first-class way ChatSEO expects agents to connect, with clean OAuth and 34 ready tools. Reach for the REST API when you need to script ChatSEO from your own backend outside an MCP client. Either way, plan for the Pro tier and keep an eye on credit consumption, since every message an agent sends counts.
How much does the ChatSEO API actually cost?
ChatSEO 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
Which AI clients can read ChatSEO data?
Not every AI assistant supports MCP natively. Here's the per-client picture for ChatSEO specifically.
| Client | Support | Notes |
|---|---|---|
| Claude (Desktop/Web) | Native MCP | Add the MCP server URL and authenticate via OAuth; no API key to paste. Requires the Pro plan. |
| Claude Code | Native MCP | Connects to the hosted MCP server over OAuth; full access to the 34 tools on Pro and up. |
| ChatGPT | Native MCP | Listed as a supported MCP client; OAuth sign-in, Pro plan required. |
| Cursor | Native MCP | Native MCP support; add the server and sign in once. |
| vscode | Native MCP | Works via GitHub Copilot's MCP support in VS Code. |
ChatSEO also has an MCP server
If you're wiring ChatSEO into Claude / Cursor / Codex, the MCP server is usually less code than the REST API.
See ChatSEO MCP pageWhat you can build with the ChatSEO API
Three personas, three different shapes of build. Pick the row that matches how you actually ship.
Glue ChatSEO into your daily workflow
- Pull a digest of ranking changes into your morning Slack
- Trigger a one-off backfill when something looks off
- Pipe data into your own SQLite for ad-hoc queries
Sell ChatSEO reporting at scale
- White-label ChatSEO data into client-branded dashboards
- Run scheduled multi-account reports without logging into the ChatSEO UI
- Cross-reference with the rest of the client's stack (CRM, analytics, ad spend)
Production pipelines for ChatSEO
- Real-time sync into your warehouse on a cron
- Custom alerts the dashboard's built-in alerting can't express
- Backfill + idempotency handling for ChatSEO 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.
- No official SDK detected. Plan on hitting the API directly with your HTTP client of choice.
- 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
A REST API bundled with the Pro plan, aimed at integration and agent use rather than raw data export. It is gated to the €49 Pro tier and there is no cheaper API-only option, but for most agent use cases the MCP server is the better path anyway. A fair 6 out of 10 for API agent-readiness.
ChatSEO API FAQ
Should I use the API or the MCP server for Claude / Cursor / Codex?+
Does ChatSEO have a public API?+
Sources
- ChatSEO official site: https://chatseo.app
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.

