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:
| Quota | Precedence | If neither is set |
|---|---|---|
| Scraping (places/month) | Override, otherwise plan limit | Blocked (0) |
| Campaign mail (30 days) | Override, otherwise plan limit | Unlimited |
| Workspace count | Override, otherwise plan limit | Unlimited |
| Seats (per workspace) | Plan limit (minimum 1, owner included) | Unlimited |
| Manual CRM records | Plan limit | Unlimited |
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
| Resource | Free limit |
|---|---|
| Workspaces | 1 |
| Seats | 1 |
| Scraping | 25 places/month |
| Manual CRM records | 25 |
| Campaign mail | 0 (blocked) |
| Test mail | Separate 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:
| Scope | Limit |
|---|---|
| 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.