# Agency Analytics MCP connector

> Connects to Agency Analytics through the Scalekit MCP gateway to read client dashboards, reports, metrics, and related data.

**URL:** https://caywork.com/learn/docs/node/agencyanalyticsmcp-node

## Content

The **Agency Analytics MCP connector** lets your AI agent retrieve marketing and client analytics from Agency Analytics through the Scalekit MCP gateway.

## Parameters

### Required Parameters
* **action** (string): The target Agency Analytics MCP action to run. Must be one of the enabled actions:
  * `agencyanalyticsmcp_browse_client_custom_metrics`: Browse custom metrics for a client.
  * `agencyanalyticsmcp_browse_client_dashboards`: Browse dashboards available for a client.
  * `agencyanalyticsmcp_browse_client_data_sources`: Browse data sources linked to a client.
  * `agencyanalyticsmcp_browse_client_reports`: Browse reports available for a client.
  * `agencyanalyticsmcp_browse_clients`: Browse available clients.
  * `agencyanalyticsmcp_create_mcp_feedback`: Submit MCP feedback.
  * `agencyanalyticsmcp_fetch_web`: Fetch web data for a query.
  * `agencyanalyticsmcp_read_client_ads`: Read client advertising data.
  * `agencyanalyticsmcp_read_client_calls`: Read client call tracking data.
  * `agencyanalyticsmcp_read_client_content`: Read client content data.
  * `agencyanalyticsmcp_read_client_custom_metrics`: Read client custom metric values.
  * `agencyanalyticsmcp_read_client_dashboard`: Read a specific client dashboard.
  * `agencyanalyticsmcp_read_client_data_source`: Read a specific client data source.
  * `agencyanalyticsmcp_read_client_insights`: Read client insights.
  * `agencyanalyticsmcp_read_client_keywords`: Read client keyword rankings.
  * `agencyanalyticsmcp_read_client_knowledge`: Read client knowledge base entries.
  * `agencyanalyticsmcp_read_client_metrics`: Read core client metrics.
  * `agencyanalyticsmcp_read_client_pages`: Read client page-level data.
  * `agencyanalyticsmcp_read_client_report`: Read a specific client report.
  * `agencyanalyticsmcp_read_client_reviews`: Read client review data.
  * `agencyanalyticsmcp_read_client_traffic`: Read client traffic data.
  * `agencyanalyticsmcp_read_knowledge_base`: Read the general knowledge base.
  * `agencyanalyticsmcp_search_clients`: Search for clients.
  * `agencyanalyticsmcp_search_users`: Search for users.
  * `agencyanalyticsmcp_search_web`: Search the web.

### Optional Parameters
* **params** (object): A key-value dictionary containing action-specific inputs (for example, client id, dashboard id, or search query).

## Practical Use Cases
1. **Automated Client Reporting**: Pull the latest client dashboards, reports, and metrics to generate weekly performance summaries.
2. **Marketing Analysis**: Combine ads, calls, reviews, traffic, and keyword data to surface opportunities and issues for a client.