Agentcy
A managed AI marketing agent that plugs into all your AI tools. Ask about your marketing in natural language — get synthesized insights from GA4, Google Ads, Search Console, WooCommerce, and more.
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.
Website • Docs • Pricing • Integrations
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
domainparameter 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:
{
"mcpServers": {
"agentcy": {
"url": "https://data.goagentcy.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_AGENTCY_API_KEY"
}
}
}
}
Claude Code
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:
{
"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:
{
"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:
{
"mcpServers": {
"agentcy": {
"serverUrl": "https://data.goagentcy.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_AGENTCY_API_KEY"
}
}
}
}
Cline
{
"mcpServers": {
"agentcy": {
"url": "https://data.goagentcy.com/mcp",
"type": "streamableHttp",
"headers": {
"Authorization": "Bearer YOUR_AGENTCY_API_KEY"
}
}
}
}
Roo Code
{
"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):
{
"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:
{
"mcpServers": {
"agentcy": {
"httpUrl": "https://data.goagentcy.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_AGENTCY_API_KEY"
}
}
}
}
Codex CLI
Add to ~/.codex/config.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
| Source | Category | Auth |
|---|---|---|
| Google Analytics 4 | Analytics | Google OAuth |
| Google Search Console | Search / SEO | Google OAuth |
| Google Ads | Advertising | Google OAuth |
| YouTube Analytics | Video / Content | Google OAuth |
| Google Tag Manager | Tag Management | Google OAuth |
| Google Sheets | Data / Spreadsheets | Google OAuth |
| WooCommerce | E-commerce | API Key (BYOK) |
| HubSpot | CRM / Marketing | API Key (BYOK) |
| SpyFu | Competitive Intel | API Key (BYOK) |
| Web Intelligence | Research | Included |
| PageSpeed Insights | Performance | Included |
| DNS Lookup | Infrastructure | Included |
| SSL/TLS Analysis | Security | Included |
| WHOIS / RDAP | Domain Info | Included |
| Sitemap Analysis | SEO / Technical | Included |
| Schema Markup | SEO / Structured Data | Included |
| Readability Analysis | Content | Included |
| Technology Detection | Competitive Intel | Included |
| Data Visualization | Reporting | Included |
Example Questions
"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."
Links
- Website: goagentcy.com
- Documentation: goagentcy.com/docs
- Integrations: goagentcy.com/integrations
- Pricing: goagentcy.com/pricing
- Troubleshooting: goagentcy.com/docs/troubleshooting
- Privacy Policy: goagentcy.com/privacy
- Status: status.goagentcy.com
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.
相關伺服器
Claude Server MCP
An MCP server for Claude providing advanced context management, including persistent sessions and project-specific organization.
shipping-mcp
Carrier detection, tracking URLs, shipping estimates, and customs calculator for AI agents. 6 tools, free, no API key.
ResumeTailor
Automatically tailors resumes for specific job applications using LibreOffice.
macOS Notification MCP
Trigger macOS notifications, sounds, and text-to-speech from an AI assistant.
Project Handoffs
Manages AI session handoffs and tracks next steps for projects.
Atlassian Cloud MCP Server
Integrate with Atlassian Cloud to access Jira tickets, issues, projects, and Confluence pages.
Omnier
The CRM built for agents — fully hosted remote MCP server with OAuth.
Breezing
Breezing MCP server providing access to the Breezing API: read and update transactions, wallets, assets, and balances across 40+ blockchains and 15+ exchanges. Categorize transactions by mapping contra accounts from the chart of accounts, manage balance sheet mappings, and prepare data for syncing to Xero or QuickBooks.
Markdownify MCP Server
A server that converts various file types, including documents, images, audio, and web pages, into Markdown format.
Humanizer PRO
Humanizer PRO is an MCP server that transforms AI-generated text into natural, human-sounding content. It provides 4 tools: - humanize_text: Rewrite AI text to bypass detectors like GPTZero, Turnitin, Originality.ai, Copyleaks, and ZeroGPT. Three modes: Stealth (highest bypass rate), Academic (Turnitin-optimized), SEO (marketing content). - scan_ai_detection: Analyze text for AI patterns. Returns AI probability score, human-likeness percentage, and verdict. - check_word_balance: Check remaining word credits and subscription plan details. - get_subscription_plans: Browse plans - Free (500 words), Starter ($9.99/mo, 30K words), Creator ($14.99/mo, 100K words), Pro Annual ($119.88/yr, 100K words/mo). Authentication: OAuth 2.0. Works with ChatGPT, Claude, Cursor, and all MCP-compatible clients.