streamable-httpupdated 2mo ago
Ask Claude anything about your ads. SyncMetrics is a remote Model Context Protocol server that connects your marketing accounts to Claude (and any MCP client) through one OAuth sign-in.
What can you do with syncmetrics?
SyncMetrics โ MCP Server
Ask Claude anything about your ads. SyncMetrics is a remote Model Context Protocol server that connects your marketing accounts to Claude (and any MCP client) through one OAuth sign-in.
- 8 platforms: Meta Ads, Google Ads, TikTok Ads & Organic, LinkedIn Ads, Google Analytics 4, Shopify, Facebook Pages, Google Sheets
- 106 tools + 88 ready-made analysis recipes
- Read-only by default โ the only writes are opt-in Google Ads campaign actions and Google Sheets exports, and every write is preview-first (new campaigns are always created paused)
- Flat pricing, no AI credits โ 14-day free trial (no card), then $10โ25/mo
Connect
Server URL: https://mcp.syncmetrics.io/mcp โ OAuth 2.1 + PKCE, no tokens to paste.
In Claude
Settings โ Connectors โ Add custom connector โ paste the URL above โ sign in.
In other MCP clients
Add a remote (streamable-http) server pointing at https://mcp.syncmetrics.io/mcp.
First connect your ad accounts at app.syncmetrics.io, then ask Claude things like "How did my Meta ads do last week?" or "Where am I wasting spend on Google Ads?".
Links
- Website: https://syncmetrics.io
- Setup guide: https://syncmetrics.io/docs/connect
- Tool catalog (all 106): https://syncmetrics.io/docs/tools
- Recipes: https://syncmetrics.io/docs/recipes
- Privacy: https://syncmetrics.io/privacy ยท Support: https://syncmetrics.io/support
About this repository
This repo is the public registry record for the SyncMetrics MCP server
(server.json) and connection docs. SyncMetrics is a hosted service โ the server
itself runs at mcp.syncmetrics.io; the application source is proprietary. This
listing lets MCP registries and clients discover the connector.
MCP is an open standard by Anthropic. SyncMetrics integrates with the official Meta, Google, TikTok, LinkedIn, Shopify and Google APIs โ no scraping.
Install
Add syncmetrics to your client. Pick the one you use.
claude mcp add --transport http syncmetrics https://mcp.syncmetrics.io/mcpcodex mcp add syncmetrics --url https://mcp.syncmetrics.io/mcp{
"mcpServers": {
"syncmetrics": {
"url": "https://mcp.syncmetrics.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"syncmetrics": {
"type": "http",
"url": "https://mcp.syncmetrics.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"syncmetrics": {
"url": "https://mcp.syncmetrics.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"syncmetrics": {
"serverUrl": "https://mcp.syncmetrics.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 53 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 10, 2026 |