Skip to content

Commit e18bbf8

Browse files
MQ37TC-MO
andauthored
docs(mcp): rate limits (#1754)
Document MCP rate limits --------- Co-authored-by: Michał Olender <[email protected]>
1 parent 050cc7a commit e18bbf8

File tree

1 file changed

+4
-0
lines changed
  • sources/platform/integrations/ai

1 file changed

+4
-0
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ Helper tool categories marked with (*) are not enabled by default in the MCP ser
168168

169169
For example, to enable all tools, use `npx @apify/actors-mcp-server --tools docs,runs,storage,preview` or `https://mcp.apify.com/?tools=docs,runs,storage,preview`.
170170

171+
## Rate limits
172+
173+
The Apify MCP server has a rate limit of _30 requests per second_ per user. If you exceed this limit, you will receive a `429 Too Many Requests` response.
174+
171175
## Troubleshooting
172176

173177
- _Authorization (API Token):_ If the MCP server isn’t executing Actors, ensure you provided a correct Apify API token. Without a valid `APIFY_TOKEN`, the server cannot start Actor runs. Always set the `APIFY_TOKEN` environment variable when running locally.

0 commit comments

Comments
 (0)