# Agentcy - Your AI Marketing Agent

A managed AI marketing agent that plugs into all your AI tools. Ask about your marketing in plain English — Agentcy analyzes data across GA4, Google Ads, Search Console, WooCommerce, and more, then d…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add goagentcy/agentcy

# Browse available tools
npx -y @smithery/cli@latest tool list goagentcy/agentcy

# Get full schema for a tool
npx -y @smithery/cli@latest tool get goagentcy/agentcy marketing_data

# Call a tool
npx -y @smithery/cli@latest tool call goagentcy/agentcy marketing_data '{}'
```

## Direct MCP Connection

Endpoint: `https://agentcy--goagentcy.run.tools`

## Tools (4)

- `marketing_data` — Query marketing data and analyze any website — analytics, SEO, advertising, e-commerce, CRM, social media, site health …
- `research` — Research any topic — search Google, Bing, YouTube, X/Twitter, Amazon, Yelp, Google Trends, news, and 100+ more engines.…
- `list_sources` — List available data sources and configured domains. Call this to discover which services and domains are available befo…
- `get_current_date` — Get the current date, day of week, and timezone. Useful for constructing date ranges.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get goagentcy/agentcy <tool-name>
```
