Meta Ads Mcp Fixed MCP Server

@xcelerate_digital_systems/meta-ads-mcp-fixed npm v1.0.5

Published by @xcelerate_digital_systems — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.

Meta Marketing API MCP Server with fixed insights for lead generation and cost per lead analysis

Trust grade
A
93/100
Last scanned get badge →
Trust
A · 93/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 100 − adoption risk = 93/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 7 = 93. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated
−1 publisher verification (public source) — no provenance, but the source is public and inspectable

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 7

medium Hardcoded egress to an external endpoint (build/src/meta-client.js)MTC-SRC-003

In the server's implementation (`build/src/meta-client.js:508`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: uploadResponse = await fetch(`https://graph.facebook.com/v23.0/${formattedAccountId}/adimages`, { metho

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server build/src/meta-client.js

medium Hardcoded egress to an external endpoint (build/src/utils/user-auth.js)MTC-SRC-003

In the server's implementation (`build/src/utils/user-auth.js:308`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const response = await fetch(`https://graph.facebook.com/v23.0/oauth/access_token`, { method: 'POST',

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server build/src/utils/user-auth.js

medium Hardcoded egress to an external endpoint (src/meta-client.ts)MTC-SRC-003

In the server's implementation (`src/meta-client.ts:922`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: uploadResponse = await fetch( `https://graph.facebook.com/v23.0/${formattedAccountId}/adimages`, {

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/meta-client.ts

medium Hardcoded egress to an external endpoint (src/utils/user-auth.ts)MTC-SRC-003

In the server's implementation (`src/utils/user-auth.ts:369`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: const response = await fetch( `https://graph.facebook.com/v23.0/oauth/access_token`, { method: 'POS

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/utils/user-auth.ts

medium Hardcoded egress to an external endpoint (test-api.js)MTC-SRC-003

In the server's implementation (`test-api.js:30`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: onst meResponse = await fetch( `https://graph.facebook.com/v23.0/me?access_token=${token}` ); const meData

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server test-api.js

low Shell/command execution in packaging/dev tooling (scripts/health-check.js)MTC-SRC-002

In a packaging/dev/install script (shipped, but not the server runtime) (`scripts/health-check.js:3`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: port { execSync } from "child_process"; import fs from "fs"; import path from "path"; import os from "os"; function get

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server scripts/health-check.js

low Shell/command execution in packaging/dev tooling (scripts/setup-mcp.js)MTC-SRC-002

In a packaging/dev/install script (shipped, but not the server runtime) (`scripts/setup-mcp.js:6`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: port { execSync } from "child_process"; import readline from "readline"; const rl = readline.createInterface({ input:

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server scripts/setup-mcp.js

Tools 57

Each tool and what it can reach — statically extracted from the published source.

  • get_token_inforeads sensitive data
  • addno sensitive capability
  • analyze_account_creativesno sensitive capability
  • check_account_setupno sensitive capability
  • check_api_v23_complianceno sensitive capability
  • check_campaign_readinessno sensitive capability
  • compare_performanceno sensitive capability
  • create_adno sensitive capability
  • create_ad_creativeno sensitive capability
  • create_ad_setno sensitive capability
Show 47 more tools ↓
  • create_ad_set_enhancedno sensitive capability
  • create_campaignno sensitive capability
  • create_custom_audienceno sensitive capability
  • create_lookalike_audienceno sensitive capability
  • delete_campaignno sensitive capability
  • delete_creativeno sensitive capability
  • diagnose_campaign_readinessno sensitive capability
  • exchange_code_for_tokenno sensitive capability
  • export_insightsno sensitive capability
  • generate_auth_urlno sensitive capability
  • generate_system_user_tokenno sensitive capability
  • get_ad_accountsno sensitive capability
  • get_ai_guidanceno sensitive capability
  • get_attribution_datano sensitive capability
  • get_audience_infono sensitive capability
  • get_campaignno sensitive capability
  • get_campaign_performanceno sensitive capability
  • get_campaignsno sensitive capability
  • get_capabilitiesno sensitive capability
  • get_creative_best_practicesno sensitive capability
  • get_creative_performanceno sensitive capability
  • get_insightsno sensitive capability
  • get_meta_api_referenceno sensitive capability
  • get_meta_error_codesno sensitive capability
  • get_quick_fixesno sensitive capability
  • health_checkno sensitive capability
  • list_ad_creativesno sensitive capability
  • list_ad_setsno sensitive capability
  • list_adsno sensitive capability
  • list_audiencesno sensitive capability
  • list_campaign_ad_setsno sensitive capability
  • list_campaignsno sensitive capability
  • list_creativesno sensitive capability
  • pause_campaignno sensitive capability
  • preview_adno sensitive capability
  • refresh_to_long_lived_tokenno sensitive capability
  • resume_campaignno sensitive capability
  • setup_ab_testno sensitive capability
  • troubleshoot_creative_issuesno sensitive capability
  • update_campaignno sensitive capability
  • update_creativeno sensitive capability
  • upload_creative_assetno sensitive capability
  • upload_image_from_urlno sensitive capability
  • validate_creative_enhancedno sensitive capability
  • validate_creative_setupno sensitive capability
  • validate_tokenno sensitive capability
  • verify_account_setupno sensitive capability

What this scan could not see

Versions 1

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v1.0.5 latest A 93/100 7 1.13.0 2026-09-07

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 93/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/xcelerate-digital-systems-meta-ads-mcp-fixed/badge.svg)](https://mcptrustchecker.com/registry/xcelerate-digital-systems-meta-ads-mcp-fixed)
HTML
<a href="https://mcptrustchecker.com/registry/xcelerate-digital-systems-meta-ads-mcp-fixed"><img src="https://mcptrustchecker.com/registry/xcelerate-digital-systems-meta-ads-mcp-fixed/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/xcelerate-digital-systems-meta-ads-mcp-fixed/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan @xcelerate_digital_systems/meta-ads-mcp-fixed --online

Use the free API → How scoring works

More in Marketing & Social

Abyssfall: Operation Sunken Crown Remote
A
https://www.abyssfallgame.com/mcp

Official Abyssfall game info, newsletter double opt-in, and merch reservation tools.

Marketing & Social Score 100/100 0 findings Cap. Minimal
AdCritter for Developers Remote
A
https://mcp.adcritter.com/mcp/dev

AdCritter ads platform: docs, API reference, app scaffolding, and white-label integration.

Marketing & Social Score 100/100 0 findings Cap. Minimal
Adsense Source verified npm
A
@appsyogi/adsense-mcp-server

Google AdSense MCP Server - Monitor earnings, reports, and account health via Claude/AI

Marketing & Social Score 100/100 0 findings 29/wk Cap. Minimal
Andru Intelligence Source verified npm
A
mcp-server-andru-intelligence

Operational empathy for technical founders + PE/VC operators navigating high-stakes B2B interactions. 28 MCP tools + CLI: ICP scoring, persona simulation, battlecards, deal classification, prospect discovery, investor matching, founder wellness, plus mark

Marketing & Social Score 100/100 0 findings 70/wk Cap. Minimal
Bing Seo Source verified npm
A
bing-seo-mcp

MCP server for Bing Webmaster Tools — SEO site management, URL submission, sitemaps, stats, keywords

Marketing & Social Score 100/100 0 findings 19/wk Cap. Minimal
Brand Source verified npm
A
@primer/brand-mcp

MCP (Model Context Protocol) server that helps AI agents use Primer Brand (@primer/react-brand) correctly when building GitHub marketing and landing pages.

Marketing & Social Score 100/100 0 findings 791/wk Cap. Minimal