Liblab · Rate Limits

Liblab Rate Limits

Rate-limit and quota policies for Liblab's commercial surface. Because liblab is an SDK and MCP generator (not a transactional API), the only customer-facing throughput limit currently published is the MCP Generator's monthly call quota. SDK Generator throughput limits (builds, PRs, seats) are sales-led and not published. Sources: https://liblab.com/pricing and the MCP Generator product docs.

Liblab Rate Limits is the machine-readable rate-limit profile for Liblab on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 4 rate-limit definitions, across the mcp-free, mcp-payg, sdk-business, and sdk-enterprise tiers, measuring mcp_calls_per_month and builds_per_month.

The profile also includes 4 backoff/retry policies defined and response codes documented for throttled, quotaExceeded, and serviceUnavailable.

Tagged areas include SDK Generation, MCP, Code Generation, Quotas, and Rate Limiting.

4 Limits Throttle: 429 Quota: 429
SDK GenerationMCPCode GenerationQuotasRate Limiting

Limits

MCP Generator Free Tier Monthly Quota workspace
mcp_calls_per_month · month
100
First-year free tier only. Verbatim from liblab.com/pricing: "FREE 100 MCP calls each month" / "Free tier (100 calls/month) available for first year only."
MCP Generator Pay-As-You-Go workspace
mcp_calls_per_month · month
-1
No hard ceiling; billed at $5 per 100 calls. Verbatim from liblab.com/pricing: "$5 for every 100 calls."
SDK Generator Business Throughput workspace
builds_per_month · month
not-published
Build volume, seat counts, and spec counts are negotiated with liblab sales; no public throughput cap is documented.
SDK Generator Enterprise Throughput contract
builds_per_month · month
-1
Negotiated contractually; fair-use applies.

Policies

MCP Call Accounting
One MCP call equals one tool invocation against a generated MCP server. Failed calls and client-side retries may still count against quota depending on workspace configuration.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After headers when present.
Quota Reset
MCP monthly quotas reset at the start of each billing cycle (UTC).
Fair Use
Enterprise plans subject to fair-use throttling against shared generator infrastructure.