# Supermetrics (verified)

Pull marketing data from 150+ platforms into one place. Build cross-channel reports, compare ad spend, and track campaign ROI.

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get supermetrics data_query

# Call a tool
npx -y @smithery/cli@latest tool call supermetrics data_query '{}'
```

## Direct MCP Connection

Endpoint: `https://supermetrics.run.tools`

## Tools (8)

- `data_query` — Run a data query against a connected marketing platform.
- `get_async_query_results` — Retrieve results from a data_query using its schedule_id.
- `data_source_discovery` — Discover available data sources or get a specific source's configuration.
- `accounts_discovery` — Discover connected accounts for a data source.
- `field_discovery` — Discover available fields (metrics and dimensions) for a data source.
- `get_today` — Get current UTC date and time. Use before data_query with custom date ranges
- `user_info` — Retrieve authenticated user information from Supermetrics.
- `contact_supermetrics` — Send product feedback or create a support ticket with Supermetrics.

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

## Resources

- `supermetrics://docs` — Supermetrics MCP server documentation.
- `supermetrics://hub` — Link to the Supermetrics Hub for managing data sources, connections, and destinations.

## Prompts (3)

- `get-started` — Get started with Supermetrics
- `explore-data-sources` — See available data sources
- `build-a-query` — Analyze marketing data
