trackmcp
Back to directory
goagentcy

agentcy-connect

View on GitHub

A managed AI marketing agent that plugs into all your AI tools. MCP server configs, setup guides, and integrations for Claude, ChatGPT, Cursor, VS Code, and more.

4 stars ShellOthers Updated Jul 19, 2026
aiai-agentai-agentsanalyticschatgptclaudedigital-marketinggoogle-adsgoogle-analyticsllmmarketingmarketing-analyticsmarketing-automationmcpmcp-servermcp-toolsmodel-context-protocolseotypescriptwoocommerce

Documentation

Agentcy

The AI marketing analyst that lives inside your favorite AI tools.

Ask about your clients' marketing. Get insights and recommendations back — not raw data.

•

•

•


What is Agentcy?

Agentcy is an AI marketing analyst that works inside the AI tools you already use. Ask questions about your clients' marketing in plain English — Agentcy analyzes the data across GA4, Search Console, Google Ads, WooCommerce, and more, then delivers synthesized insights and recommendations. Not a data dump. Not a spreadsheet. An analyst.

What makes it different:

  • Analyst, not a data pipe — every response is a synthesized insight with recommendations, not raw JSON
  • One connection, all your data — GA4, GSC, Google Ads, WooCommerce, YouTube, GTM, HubSpot, SpyFu, and more
  • Switch clients instantly — use the `domain` parameter to query any client's data
  • Minimal overhead — 4 MCP tools, ~630 tokens vs. 100+ tools from separate MCPs
  • Works everywhere — Claude, ChatGPT, Cursor, VS Code, Windsurf, OpenClaw, and more

Quick Start

1. Get your API key

Sign up at goagentcy.com and create an API key in the portal.

2. Connect your AI assistant

Pick your client below and add the configuration.

Client Configurations

Claude Desktop

Use the Connectors UI: Settings → Connectors → Add → enter server URL and API key.

Or add to `claude_desktop_config.json`:

json
{
  "mcpServers": {
    "agentcy": {
      "url": "https://data.goagentcy.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_AGENTCY_API_KEY"
      }
    }
  }
}

Claude Code

bash
claude mcp add agentcy \
  --transport http \
  https://data.goagentcy.com/mcp \
  --header "Authorization: Bearer YOUR_AGENTCY_API_KEY"

ChatGPT

Use the ChatGPT UI: Settings → Connectors → Add MCP Server → enter server URL and API key.

Cursor

Add to `.cursor/mcp.json` in your project or `~/.cursor/mcp.json` globally:

json
{
  "mcpServers": {
    "agentcy": {
      "url": "https://data.goagentcy.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_AGENTCY_API_KEY"
      }
    }
  }
}

VS Code (GitHub Copilot)

Add to `.vscode/mcp.json` in your project or user settings:

json
{
  "servers": {
    "agentcy": {
      "type": "http",
      "url": "https://data.goagentcy.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_AGENTCY_API_KEY"
      }
    }
  }
}

Windsurf

Add to `~/.codeium/windsurf/mcp_config.json`:

json
{
  "mcpServers": {
    "agentcy": {
      "serverUrl": "https://data.goagentcy.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_AGENTCY_API_KEY"
      }
    }
  }
}

Cline

json
{
  "mcpServers": {
    "agentcy": {
      "url": "https://data.goagentcy.com/mcp",
      "type": "streamableHttp",
      "headers": {
        "Authorization": "Bearer YOUR_AGENTCY_API_KEY"
      }
    }
  }
}

Roo Code

json
{
  "mcpServers": {
    "agentcy": {
      "type": "streamable-http",
      "url": "https://data.goagentcy.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_AGENTCY_API_KEY"
      }
    }
  }
}

JetBrains IDEs

Add to your MCP configuration (Settings → Tools → AI Assistant → MCP Servers):

json
{
  "mcpServers": {
    "agentcy": {
      "url": "https://data.goagentcy.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_AGENTCY_API_KEY"
      }
    }
  }
}

Gemini CLI / Gemini Code Assist

Add to `~/.gemini/settings.json`:

json
{
  "mcpServers": {
    "agentcy": {
      "httpUrl": "https://data.goagentcy.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_AGENTCY_API_KEY"
      }
    }
  }
}

Codex CLI

Add to `~/.codex/config.toml`:

toml
[mcp_servers.agentcy]
url = "https://data.goagentcy.com/mcp"
bearer_token_env_var = "AGENTCY_API_KEY"

Mistral Le Chat

Use the Le Chat UI: Settings → Connectors → Add custom connector → enter server URL and API key.

Other MCP Clients

Agentcy works with any MCP client that supports Streamable HTTP transport. Use this configuration:

  • Server URL: `https://data.goagentcy.com/mcp`
  • Transport: Streamable HTTP
  • Authentication: Bearer token (your `agcy_` API key)

See the full list of supported clients at goagentcy.com/integrations.

Data Sources

SourceCategoryAuth
Google Analytics 4AnalyticsGoogle OAuth
Google Search ConsoleSearch / SEOGoogle OAuth
Google AdsAdvertisingGoogle OAuth
YouTube AnalyticsVideo / ContentGoogle OAuth
Google Tag ManagerTag ManagementGoogle OAuth
Google SheetsData / SpreadsheetsGoogle OAuth
WooCommerceE-commerceAPI Key (BYOK)
HubSpotCRM / MarketingAPI Key (BYOK)
SpyFuCompetitive IntelAPI Key (BYOK)
Web IntelligenceResearchIncluded
PageSpeed InsightsPerformanceIncluded
DNS LookupInfrastructureIncluded
SSL/TLS AnalysisSecurityIncluded
WHOIS / RDAPDomain InfoIncluded
Sitemap AnalysisSEO / TechnicalIncluded
Schema MarkupSEO / Structured DataIncluded
Readability AnalysisContentIncluded
Technology DetectionCompetitive IntelIncluded
Data VisualizationReportingIncluded

Example Questions

code
"How did organic traffic perform last month vs the previous month?"
"What are my top 10 landing pages by conversion rate?"
"Show me my Google Ads campaigns — which ones are wasting budget?"
"What keywords is my competitor ranking for that I'm not?"
"Analyze my site speed and give me the top 3 fixes."
"What technologies is competitor.com using?"
"How are my YouTube videos performing this quarter?"
"Pull my latest WooCommerce orders and revenue trends."

License

Configuration files and documentation in this repository are licensed under the MIT License. The Agentcy MCP server is a hosted service — see goagentcy.com/terms for service terms.

Frequently asked questions

What is agentcy-connect?

agentcy-connect is A managed AI marketing agent that plugs into all your AI tools. MCP server configs, setup guides, and integrations for Claude, ChatGPT, Cursor, VS Code, and more.

How do I install agentcy-connect?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is agentcy-connect open source?

Yes — it is hosted on GitHub at https://github.com/goagentcy/agentcy-connect and has 4 stars.

Related MCP tools

atlassianatlassian-mcp-server

Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.

1,015 JavaScript
aiai-agentsatlassian+17
KnockOutEZwigolo

The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.

4,906 TypeScript
mcpagentai+17
IvanMurzakUnity-MCP

AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.

4,137 C#
aiai-integrationgame-development+16
taylorwilsdongoogle_workspace_mcp

Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace MCP Server & CLI Tool

3,117 Python
aigmailgoogle-calendar+17
OpenOSINTOpenOSINT

AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 19 tools. Works with Claude, GPT-4, or local models. For authorized security research only.

1,523 Python
ai-agentanthropicclaude+16
riponcmprojectmem

Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.

796 Python
ai-agentsai-memoryai-tools+17

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP