Claude Meta

47 tools. 21 can modify or destroy data without limits.

7 destructive tools with no built-in limits. Policy required.

Last updated:

21 can modify or destroy data
26 read-only
47 tools total

Community server · catalogue entry verified 30/06/2026

How to control Claude Meta ↓

What Claude Meta exposes to your agents

Read (26) Write / Execute (14) Destructive / Financial (7)
Critical Risk

The most dangerous Claude Meta tools

21 of Claude Meta's 47 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Claude Meta

PolicyLayer is an MCP gateway — it sits between your AI agents and Claude Meta, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "delete_ad": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "create_ad": {
    "limits": [
      {
        "counter": "create_ad_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "get_ad_account": {
    "limits": [
      {
        "counter": "get_ad_account_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Claude Meta — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON CLAUDE META →

Instant setup, no code required.

All 47 Claude Meta tools

READ 26 tools
Read get_ad_account Fetch details for a single Meta ad account including spend cap, balance, and amount spent today. Read get_campaign Fetch a single campaign by ID with its full configuration. Read get_catalog_diagnostics Fetch aggregated catalog issues (rejected items, missing fields, image problems) from Meta Read get_insights Performance metrics (impressions, clicks, spend, CTR, CPC, CPM, conversions). Works at account, campaign, ad s Read get_instagram_insights Fetch insights metrics for an Instagram Business account (reach, impressions, profile_views, follower_count). Read get_instagram_post_insights Fetch per-post insights (engagement, reach, impressions, saves) for a single IG media item. Read get_page_insights Fetch insights metrics for a Facebook Page (impressions, engaged users, fans, etc.). Provide either a date_pre Read get_product_catalog Fetch full details for a single product catalog including name, vertical, product/feed counts and configuratio Read get_video_processing_status Check whether an uploaded video has finished processing. Returns status_code (e.g. Read list_ad_accounts List all Meta ad accounts the authenticated user has access to. Returns id, name, currency, account status and Read list_ad_images List images previously uploaded to this ad account. Read list_ad_videos List videos uploaded to this ad account. Read list_ads List ads inside a campaign, ad set, or ad account. Read list_adsets List ad sets inside a campaign or an ad account. Read list_businesses List all Meta Business Manager accounts reachable from the authenticated System User. Discovery walks /me/adac Read list_campaigns List campaigns inside an ad account. Read-only — does not modify any campaign. Read list_catalog_products List products inside a catalog, single page. Returns paging.next which you can pass back via Read list_creatives List ad creatives inside an ad account. Read list_instagram_accounts List Instagram Business / Creator accounts connected to Pages the System User manages. Read list_instagram_comments List comments on an IG media item. Read list_instagram_posts List recent media items (posts, reels, stories) on an Instagram Business Account. Read list_page_posts List recent posts on a Facebook Page (newest first). Read-only. Read list_pages List Facebook Pages the authenticated System User manages. Returns id, name, category, fan_count, and link. Read list_product_catalogs List product catalogs owned by a Business. Returns id, name, vertical, product_count and feed_count per catalo Read list_product_feeds List product feeds attached to a catalog. Returns id, name, schedule (pull frequency), file_name, latest_uploa Read preview_ad Render a preview of an ad for a given placement (returns HTML iframe markup).

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Claude Meta

Can an AI agent delete data through the Claude Meta MCP server? +

Yes. The Claude Meta server exposes 7 destructive tools including delete_ad, delete_ad_creative, delete_adset. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Claude Meta? +

The Claude Meta server has 14 write tools including create_ad, create_ad_creative, create_adset. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Claude Meta.

How many tools does the Claude Meta MCP server expose? +

47 tools across 3 categories: Destructive, Read, Write. 26 are read-only. 21 can modify, create, or delete data.

How do I enforce a policy on Claude Meta? +

Register the Claude Meta MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Claude Meta tool call.

Deterministic rules across all 47 Claude Meta tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

47 Claude Meta tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.