Skip to content

Commit b1b9fd8

Browse files
authored
[Bug] Image tweak (#22685)
1 parent c4a3324 commit b1b9fd8

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: New GraphQL Analytics API Explorer and MCP Server
3-
description: Easily explore, build, and run GraphQL queries with two new tools
4-
date: 2025-05-23T11:00:00Z
2+
title: New GraphQL Analytics API Explorer and MCP Server
3+
description: Easily explore, build, and run GraphQL queries with two new tools
4+
date: 2025-05-23T11:00:00Z
55
---
66

77
We’ve launched two powerful new tools to make the GraphQL Analytics API more accessible:
@@ -10,25 +10,25 @@ We’ve launched two powerful new tools to make the GraphQL Analytics API more a
1010

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

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

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

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

2222
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:
2323

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

2828
Example prompts include:
2929

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

3434
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.

0 commit comments

Comments
 (0)