Rate limiting

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://docs.reelables.com/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Reelables API MCP server": {
    "url": "https://docs.reelables.com/mcp"
  }
}

Close

We enforce a rate limit on how many HTTP requests can be made in a given period. When the limit is reached, the API will return an error 429 Too Many Requests.