AgentcyAlpha
Integrations/Firebase Studio

Set up Firebase Studio

Google’s cloud-based IDE (formerly Project IDX). Add Agentcy to access marketing data directly in your cloud development environment.

SETUP
5 STEPS
  1. 01

    Sign up at app.goagentcy.com and create an API key

  2. 02

    Open your project in Firebase Studio

  3. 03

    Create or edit .idx/mcp.json in your project root

  4. 04

    Paste the config snippet below, replacing YOUR_AGENTCY_API_KEY with your actual key

  5. 05

    Firebase Studio will connect to the Agentcy server

CONFIG

path: .idx/mcp.json

mcp.json
{
  "mcpServers": {
    "agentcy": {
      "url": "https://data.goagentcy.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_AGENTCY_API_KEY"
      }
    }
  }
}
Last verified: March 5, 2026Official docs
TIPS

Firebase Studio runs in the cloud. The config format is the same as most other JSON-based clients.

EXAMPLE QUERIES
4 SAMPLES

Show me this month’s traffic data from GA4

What are the top search queries from Search Console?

Build a Firebase-hosted dashboard with live marketing data

Research our competitors’ ad strategies

v1.0Need help?