supermetrics.com
Supermetrics is a marketing intelligence platform that connects marketing, ecommerce, and sales data sources to reporting tools, data warehouses, cloud storage, and AI workflows. It helps teams extract, manage, and analyze marketing data across many third-party platforms.
Supermetrics exposes a REST API at `https://api.supermetrics.com`, a streamable-HTTP MCP server at `https://mcp.supermetrics.com/mcp`, and a `supermetrics` CLI; all require authentication, primarily via Supermetrics-issued API keys, with the CLI also supporting user OAuth login.
- Supermetrics APIdiscovered
- Supermetrics CLIdiscovered
Point your MCP client at the server URL and approve access in the browser. The server accepts a Client ID Metadata Document (CIMD), so the client authenticates with its own hosted URL as the client_id — nothing to register.
$ supermetrics loginAcquired by the CLI — running supermetrics login opens the auth flow and stores the credential.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://supermetrics.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing