ConnfigConnfig Docs

Limits & Quotas

Plan limits, quota precedence rules, and rate limits in Connfig MCP

MCP access is included in every plan, Free included. MCP enforces the same limits as the app itself: anything you cannot do in the web UI you cannot do via MCP either — and it never spends more of your quota.

General semantics

The same contract applies to every limit:

  • Unlimited — if the limit value is undefined (NULL), that resource is unlimited.
  • Blocked — if the limit value is 0, that feature is off on your plan.

Quota precedence rules

If an account-specific override is set, it takes precedence over the plan limit:

QuotaPrecedenceIf neither is set
Scraping (places/month)Override, otherwise plan limitBlocked (0)
Campaign mail (30 days)Override, otherwise plan limitUnlimited
Workspace countOverride, otherwise plan limitUnlimited
Seats (per workspace)Plan limit (minimum 1, owner included)Unlimited
Manual CRM recordsPlan limitUnlimited

Notes:

  • The scrape quota is the exception: if the plan limit is undefined, scraping counts as blocked (0), not unlimited.
  • The mail quota is counted over a rolling 30-day window, not a calendar month.
  • The seat count includes the workspace owner; pending invites are also counted at invite time.
  • Lead enrichment is available on Pro and Team plans only.

Free plan limits

ResourceFree limit
Workspaces1
Seats1
Scraping25 places/month
Manual CRM records25
Campaign mail0 (blocked)
Test mailSeparate limit: 20 per day, 60 seconds between sends

Campaign sending is off on the Free plan; the send_test_mail tool, however, works independently of the campaign quota and has its own rate limit (20 per day, on a UTC day boundary, with a 60-second cooldown between consecutive sends).

For paid plan (Pro, Team) limits, see the pricing page.

Rate limits

Independently of quotas, request rate is also capped:

ScopeLimit
All requests (per key)120 requests/minute
Heavy tools (start_scrape, create_and_send_campaign, send_test_mail)10 calls/minute per tool

When a rate limit is exceeded, the request is rejected with 429 and can be retried within a minute. Details: /docs/en/mcp/troubleshooting

You can ask the assistant for your current usage: the get_workspace_usage, get_mail_usage, and get_my_subscription tools return your remaining quotas.