Ask Claude about your account health.
The Advino MCP server is a Model Context Protocol endpoint that lets Claude or ChatGPT answer the questions Meta's own MCP can't: your account health and ban-risk alerts, true ROAS reconciled against Shopify, and creative scores — in plain English. Meta's MCP gives you raw spend and impressions; Advino's tells you whether the account is safe and what it really earned.
Works alongside Meta's official MCP. Connect both in the same session.
Model Context Protocol is an open standard for letting AI assistants talk to external systems. Anthropic released it in 2024. Claude, ChatGPT, Cursor, and most agent frameworks now speak it.
Meta shipped an MCP server for the Marketing API on April 29, 2026. Their server answers questions like "what did this campaign spend yesterday?" Advino's server answers different questions: "which accounts have an active risk signal?" or "what's the real ROAS gap vs Shopify?"
Ask in plain English.
get_account_healthget_creative_scoresget_alert_historylist_active_shieldsget_true_roasPlan gating.
Read tools have daily quotas on lower tiers. Write tools require human approval in the Advino app — Claude never silently pauses live campaigns.
| Tool | Type | Trial | Solo $19 | Studio $49 | Agency $129 | Scale $299 |
|---|---|---|---|---|---|---|
| get_account_health | read | 10/day | 100/day | ∞ | ∞ | ∞ |
| get_alert_history | read | 24h | 30d | ∞ | ∞ | ∞ |
| list_active_shields | read | ✓ | ✓ | ✓ | ✓ | ✓ |
| get_creative_scores | read | — | 1 acct | 5 | 15 | 40 |
| get_true_roas | read | — | — | ✓ | ✓ | ✓ |
| get_shield_rules | read | — | ✓ | ✓ | ✓ | ✓ |
| create_alert_rule | write | — | — | ✓ | ✓ | ✓ |
| pause_ad_set | write | — | — | approval | approval | approval |
| resume_ad_set | write | — | — | approval | approval | approval |
| bulk_action | write | — | — | — | approval | approval |
The Advino MCP, answered.
How is the Advino MCP different from Meta's official MCP server?
Meta's official MCP (launched April 2026) exposes raw campaign metrics — spend, impressions, Meta-reported ROAS. The Advino MCP exposes your monitoring layer instead: account health and ban-risk alerts, true ROAS reconciled against your store, and 0–100 creative scores. They answer different questions, and you can connect both in the same session.
What can I ask the Advino MCP in Claude or ChatGPT?
Questions about the state and safety of your Meta accounts, such as: which client accounts have an active risk signal, what your real ROAS is versus Meta-reported, which creatives scored below a threshold this week, and when the last Account Shield auto-pause fired and why.
Can the MCP pause or change my live campaigns?
Write actions (like pausing an ad set) require explicit human approval inside the Advino app — Claude or ChatGPT never silently changes live campaigns. Read tools are quota-limited on lower tiers; write tools are approval-gated on Studio and above.
Which AI clients work with the Advino MCP?
Any Model Context Protocol client: Claude (desktop and web), ChatGPT, Claude Code, and Cursor. The same endpoint (mcp.advino.app) and token format work across all of them.
Three minutes.
Generate a token
Sign in to Advino, go to Settings → MCP, click "Generate token." Copy the token — it's shown once.Paste into Claude Desktop config
Edit~/Library/Application Support/Claude/claude_desktop_config.json:{ "mcpServers": { "advino": { "url": "https://mcp.advino.app/sse", "headers": { "Authorization": "Bearer adv_mcp_live_<your-token>" } } } }Restart Claude
Quit and reopen Claude Desktop. You should see advino in the MCP server list. Try the prompt "What's my account health?" — it should callget_account_health.
For ChatGPT, Cursor, or Claude Code: same MCP endpoint, same token format. Configure via your client's MCP settings panel. The token authorizes the agency, not the specific app — you can use one token across multiple clients or generate one per device for auditability.