Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: New GraphQL Analytics API Explorer and MCP Server
description: Easily explore, build, and run GraphQL queries with two new tools
date: 2025-05-23T11:00:00Z
---

We’ve launched two powerful new tools to make the [GraphQL Analytics API](https://developers.cloudflare.com/analytics/graphql-api/) more accessible:

#### GraphQL API Explorer

The new [GraphQL API Explorer](https://graphql.cloudflare.com/explorer) helps you build, test, and run queries directly in your browser. Features include:

- In-browser schema documentation to browse available datasets and fields
- Interactive query editor with autocomplete and inline documentation
- A "Run in GraphQL API Explorer" button to execute example queries from our docs
- Seamless OAuth authentication — no manual setup required

![GraphQL API Explorer](/src/assets/images/changelog/analytics/graphql-api-explorer.png)

#### GraphQL Model Context Protocol (MCP) Server

The new [GraphQL MCP server](https://github.com/cloudflare/mcp-server-cloudflare/tree/main/apps/graphql) helps you discover and generate useful queries for the GraphQL Analytics API. With the MCP server, you can:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably still people who don't know what this is, so we should maybe just add a sentence here about "MCP servers enable you to use AI tools like Claude to use natural language to perform structured queries". And then link to https://blog.cloudflare.com/thirteen-new-mcp-servers-from-cloudflare/ for more info.


- Explore what data is available to query
- Generate and refine queries using natural language, with one-click links to run them in the API Explorer
- Build dashboards and visualizations from structured query outputs

Example prompts include:

- “Show me HTTP traffic for the last 7 days for example.com”
- “What GraphQL node returns firewall events?”
- “Can you generate a link to the Cloudflare GraphQL API Explorer with a pre-populated query and variables?”
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A closing summary would be good here, with a CTA. "We have more to come and want your feedback, try it out and let us know what you think." Something like that.