diff --git a/src/assets/images/changelog/analytics/graphql-api-explorer.png b/src/assets/images/changelog/analytics/graphql-api-explorer.png new file mode 100644 index 000000000000000..9b3d0fe68b1d0c8 Binary files /dev/null and b/src/assets/images/changelog/analytics/graphql-api-explorer.png differ diff --git a/src/content/changelog/analytics/2025-05-23-graphql-api-explorer.mdx b/src/content/changelog/analytics/2025-05-23-graphql-api-explorer.mdx new file mode 100644 index 000000000000000..3f17a66c8b7fe40 --- /dev/null +++ b/src/content/changelog/analytics/2025-05-23-graphql-api-explorer.mdx @@ -0,0 +1,34 @@ +--- +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 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 + +MCP Servers let you use natural language tools like Claude to generate structured queries against your data. See our [blog post](https://blog.cloudflare.com/thirteen-new-mcp-servers-from-cloudflare/) for details on how they work and which servers are available. 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 this 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?” + +We’re continuing to expand these tools, and your feedback helps shape what’s next. [Explore the documentation](/analytics/graphql-api/) to learn more and get started.