For Claude · ChatGPT · Claude Code · Cursor

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.

What is MCP?

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?"

Sample prompts

Ask in plain English.

"What's my account health across all clients?"
get_account_health
"Show creatives scored below 40 this week."
get_creative_scores
"When was the last Shield auto-pause and why?"
get_alert_historylist_active_shields
"What's my real ROAS vs Meta-reported for Atlas this month?"
get_true_roas
What's available

Plan gating.

Read tools have daily quotas on lower tiers. Write tools require human approval in the Advino app — Claude never silently pauses live campaigns.

ToolTypeTrialSolo $19Studio $49Agency $129Scale $299
get_account_healthread10/day100/day
get_alert_historyread24h30d
list_active_shieldsread
get_creative_scoresread1 acct51540
get_true_roasread
get_shield_rulesread
create_alert_rulewrite
pause_ad_setwriteapprovalapprovalapproval
resume_ad_setwriteapprovalapprovalapproval
bulk_actionwriteapprovalapproval
FAQ

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.

Install

Three minutes.

  1. Generate a token

    Sign in to Advino, go to Settings → MCP, click "Generate token." Copy the token — it's shown once.
  2. 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>"
          }
        }
      }
    }
  3. 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 call get_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.