streamable-httpupdated 3mo ago
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.
AdCrunch で何ができる?
AdCrunch MCP Server
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 → Connectors → Add custom connector → https://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 → Connectors → Add custom connector → https://mcp.adcrunch.dev/mcp.
Full per-client guides: docs.adcrunch.dev.
Tools
| Tool | What it does |
|---|---|
list_advertisers |
Connected ad accounts across platforms |
list_campaigns |
Campaigns for an advertiser |
list_ad_groups |
Ad-group structure |
list_ads |
Individual ads |
query_insights |
Time-series performance: spend, ROAS, CPA, impressions, clicks, conversions |
search_ads |
Search ad creative |
skill_list / skill_get |
Discover and fetch your org's reusable ad-ops playbooks |
skill_create / skill_update / skill_delete |
Author 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.
インストール
AdCrunch をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http adcrunch https://mcp.adcrunch.dev/mcpcodex mcp add adcrunch --url https://mcp.adcrunch.dev/mcp{
"mcpServers": {
"adcrunch": {
"url": "https://mcp.adcrunch.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"adcrunch": {
"type": "http",
"url": "https://mcp.adcrunch.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"adcrunch": {
"url": "https://mcp.adcrunch.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"adcrunch": {
"serverUrl": "https://mcp.adcrunch.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
6 個のツール
AdCrunch は接続したエージェントに 6 個のツールを提供します。
- list_advertisers
- Connected ad accounts across platforms
- list_campaigns
- Campaigns for an advertiser
- list_ad_groups
- Ad-group structure
- list_ads
- Individual ads
- query_insights
- Time-series performance: spend, ROAS, CPA, impressions, clicks, conversions
- search_ads
- Search ad creative
スコア
71 / 100
良好
- ドキュメント22/25
- メンテナンス22/25
- 信頼性9/20
- 機能6/15
- 導入のしやすさ12/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 82 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
- 6 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
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.2最新 | 2026年6月11日 |
| 1.0.1 | 2026年6月10日 |
| 1.0.0 | 2026年6月10日 |