Cloudflare AutoRAG
Connect AI tools to Cloudflare AutoRAG to list and search documents on your AutoRAGs. The Cloudflare AutoRAG MCP server gives AI assistants secure access to your AutoRAG document collections through the Model Context Protocol (MCP).
1. Overview
Cloudflare AutoRAG is a remote, vendor-hosted MCP server provided by Cloudflare. You connect to it from Cequence AI Gateway; the server uses Streamable HTTP (the standard transport for remote MCP per Cloudflare’s MCP docs).
- Server URL:
https://autorag.mcp.cloudflare.com/mcp - Transport: HTTP (Streamable HTTP)
- Hosted by: Cloudflare
2. Supported authentication types
| Type | Supported | Notes |
|---|---|---|
| OAuth 2.0 | Yes | Required. Uses Dynamic Client Registration (DCR); sign in with your Cloudflare account. |
| API key | No | Not used for this remote MCP server. |
When you add Cloudflare AutoRAG in Cequence AI Gateway, authentication is handled via OAuth 2.0 with Dynamic Client Registration. You sign in with your Cloudflare account and grant access during the gateway flow.
3. What can you do with this MCP server
With the Cloudflare AutoRAG MCP server, you can:
- List AutoRAGs — List your AutoRAG instances or collections.
- Search documents — Search across documents in your AutoRAGs for retrieval-augmented generation (RAG) workflows.
- Query one or more RAGs — Dynamically decide when to retrieve from one or more RAGs and combine results.
- Cross-check and combine — Combine RAG retrieval with other tools and APIs, cross-check information, and generate richer answers.
- Multi-step retrieval — Run sequences of searches (e.g. get an overview, then get specific details, then follow-up queries) for detailed guides or answers from your indexed content.
4. Prerequisites
Before adding Cloudflare AutoRAG in Cequence AI Gateway, ensure you have:
- Access to Cequence AI Gateway (e.g. beta.aigateway.cequence.ai)
- A Cloudflare account with AutoRAG enabled and documents indexed
- A modern browser to complete the OAuth authorization flow
- For OAuth authentication: an auth app with client credentials (client ID and client secret) in your Cloudflare (vendor) account, unless the server supports Dynamic Client Registration (DCR).
5. Example workflows
- “List all my AutoRAG collections.”
- “Search my AutoRAG documents for [topic].”
- “Find documents in [AutoRAG name] that mention [keyword].”
6. Connecting MCP server from Cequence AI Gateway
- Log in to Cequence AI Gateway.
- Choose your tenant.
- Go to App catalogue.
- Filter by Remote MCP server.
- Search for Cloudflare AutoRAG and then select it.
- Click Create MCP server.
- Choose auth method. If OAuth, you need an auth app with client credentials in your vendor account (see Prerequisites).
- Complete the setup as prompted, select tools, and deploy.
Use the generated MCP server URL in your client as described in the Client Configuration docs. For detailed UI steps and screenshots, see Create a third-party MCP Server.
7. Additional information
- Transport: Streamable HTTP. See Transport.
- Timeout: 30-second timeout for requests.
- Cloudflare MCP: Model Context Protocol (MCP), Build a Remote MCP server.
- Official repository: mcp-server-cloudflare.