Odel
AdCrunch

AdCrunch

@adcrunchdevIntegrationsUpdated 1w ago

Ask AI about your ads — query Meta, TikTok, and Google Ads performance in natural language.

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

AdCrunch MCP Server

smithery badge

Ask AI about your ads. AdCrunch is a remote MCP server that connects Meta Ads, TikTok Ads, and Google Ads to AI agents like Claude, ChatGPT, and Cursor — query campaign setup and performance in natural language, no dashboards needed.

  • Server URL: https://mcp.adcrunch.dev/mcp (streamable HTTP, OAuth)
  • Website: adcrunch.dev
  • Docs: docs.adcrunch.dev
  • Security: read-only access to your ad platforms by default; credentials are never exposed to the AI model.

Free during early access — no credit card. Pricing.

Connect

Claude (claude.ai / Claude Desktop)

Settings → ConnectorsAdd custom connectorhttps://mcp.adcrunch.dev/mcp, then authorize with your AdCrunch account.

Cursor

Add to your MCP settings (.cursor/mcp.json):

{
  "mcpServers": {
    "adcrunch": {
      "url": "https://mcp.adcrunch.dev/mcp"
    }
  }
}

ChatGPT

Settings → ConnectorsAdd custom connectorhttps://mcp.adcrunch.dev/mcp.

Full per-client guides: docs.adcrunch.dev.

Tools

ToolWhat it does
list_advertisersConnected ad accounts across platforms
list_campaignsCampaigns for an advertiser
list_ad_groupsAd-group structure
list_adsIndividual ads
query_insightsTime-series performance: spend, ROAS, CPA, impressions, clicks, conversions
search_adsSearch ad creative
skill_list / skill_getDiscover and fetch your org's reusable ad-ops playbooks
skill_create / skill_update / skill_deleteAuthor and maintain playbooks (Skills store)

Example questions

  • "Which campaign had the best ROAS in the last 30 days?"
  • "Compare TikTok vs Meta spend efficiency for the last 14 days"
  • "Which ad set has the highest CPA this month — and show its creative"

This repository hosts documentation for connecting to the AdCrunch MCP server. The service itself is hosted at adcrunch.dev.