Skip to main content

Cloudflare Logpush

Connect AI tools to Cloudflare Logpush to get quick summaries for Logpush job health. The Cloudflare Logpush MCP server gives AI assistants secure access to Logpush job status and health through the Model Context Protocol (MCP).

1. Overview

Cloudflare Logpush 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://logs.mcp.cloudflare.com/mcp
  • Transport: HTTP (Streamable HTTP)
  • Hosted by: Cloudflare

2. Supported authentication types

TypeSupportedNotes
OAuth 2.0YesRequired. Uses Dynamic Client Registration (DCR); sign in with your Cloudflare account.
API keyNoNot used for this remote MCP server.

When you add Cloudflare Logpush 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 Logpush MCP server, you can:

  • Get Logpush job summaries — View quick summaries of your Logpush jobs and their health in a human-readable format.
  • Monitor job health — Check status, errors, or delivery issues for Logpush jobs (near real-time log delivery to your destination).
  • Analyze job results — Analyze Logpush job results and understand job health at a high level; filter and narrow down for jobs or scenarios you care about.
  • Find failed jobs — Quickly find which jobs are failing, with which error message and when (e.g. “Provide me with a list of recently failed jobs”).
  • List and inspect jobs — List configured jobs and get details for troubleshooting.

4. Prerequisites

Before adding Cloudflare Logpush in Cequence AI Gateway, ensure you have:

  • Access to Cequence AI Gateway (e.g. beta.aigateway.cequence.ai)
  • A Cloudflare account with Logpush configured
  • 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

  • “Summarize the health of all my Logpush jobs.”
  • “Which Logpush jobs failed or had errors in the last 24 hours?”
  • “List my Logpush jobs and their destinations.”

6. Connecting MCP server from Cequence AI Gateway

  1. Log in to Cequence AI Gateway.
  2. Choose your tenant.
  3. Go to App catalogue.
  4. Filter by Remote MCP server.
  5. Search for Cloudflare Logpush and then select it.
  6. Click Create MCP server.
  7. Choose auth method. If OAuth, you need an auth app with client credentials in your vendor account (see Prerequisites).
  8. 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