MCP

Query ad performance from your editor

Run Google Ads queries, run dashboards, and manage reports from inside your AI editor via the MCP server.

With the Buron MCP server connected, your editor's agent can pull ad performance data without you switching to the dashboard. There are three ways to get at your data: dashboards, reports, and ad-hoc GAQL.

Google Ads is the first supported platform. Support for Meta, TikTok, and other sources is coming. When they land, the same tools will work with different source values.

Run a dashboard

Dashboards are the fastest path. Ask your agent to run one:

Run the overview dashboard for the last 30 days

The agent calls runDashboard and returns your KPIs, charts, and detail tables. Buron ships with three default dashboards, overview, channel, and geo, plus any custom dashboards your team has saved.

To see what's available:

List my dashboards

Use reports

Reports are reusable, saved results your team has created. They're useful for questions you ask repeatedly:

Run my "BoF ROAS, Last 30 Days" report

To see all reports:

List my reports

You can also create new ones from a conversation:

Save this as a report called "Brand search, last 7 days"

The agent calls saveQuery with the name, source (gaql for Google Ads), and the query string. The report is available to your whole team from that point on.

Write ad-hoc GAQL

For one-off questions, ask the agent directly:

What's my cost per conversion by campaign for the last 14 days?

The agent writes a GAQL query, calls the query tool with source: "gaql", and returns the results. You can iterate in the same conversation: ask follow-ups, add filters, change the date range.

If you're comfortable with GAQL, you can pass a query directly:

Run this GAQL: SELECT campaign.name, metrics.cost_micros, metrics.conversions
FROM campaign WHERE segments.date DURING LAST_14_DAYS

Check your connection

If queries aren't returning data, check whether Google Ads is connected:

Is my Google Ads integration connected?

The agent calls getIntegration with provider: "google-ads" and tells you the connection status and account ID.

Next steps

Was this page helpful?

On this page