-
Notifications
You must be signed in to change notification settings - Fork 10k
Add changelog entry for GraphQL API Explorer and MCP Server #22640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rianvdm
merged 6 commits into
cloudflare:production
from
artikumar-cf:2025-05-23-graphql-api-explorer
May 26, 2025
Merged
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
1a37df9
Add analytics folder
artikumar-cf 4f7b9c9
Add changelog image for GraphQL API Explorer
artikumar-cf 79436fa
Delete placeholder file
artikumar-cf 658b3d4
Add changelog entry for GraphQL API Explorer and MCP Server
artikumar-cf a08be16
Clarify MCP Server section and add closing summary
artikumar-cf fe169e7
Update src/content/changelog/analytics/2025-05-23-graphql-api-explore…
kodster28 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions
32
src/content/changelog/analytics/2025-05-23-graphql-api-explorer.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 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: | ||
|
|
||
| - 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?” | ||
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.