io.github.mikusnuz/meta-ads
NPM · @MIKUSNUZ/META-ADS-MCP · SCANNED SEP 20
MCP server for Meta Marketing API — Facebook & Instagram ad campaign management
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 44 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability86
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 8658 tokens (~68/item across 126 items; 123 tools + 3 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
- Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 16 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_campaign" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 124 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.mikusnuz/meta-ads MCP server?
io.github.mikusnuz/meta-ads runs locally as an npm package, launched with npx -y @mikusnuz/meta-ads-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @mikusnuz/meta-ads-mcp
claude mcp add mikusnuz-meta-ads -- npx -y @mikusnuz/meta-ads-mcp
{
"mcpServers": {
"mikusnuz-meta-ads": {
"command": "npx",
"args": [
"-y",
"@mikusnuz/meta-ads-mcp"
]
}
}
} {
"servers": {
"mikusnuz-meta-ads": {
"command": "npx",
"args": [
"-y",
"@mikusnuz/meta-ads-mcp"
]
}
}
} codex mcp add mikusnuz-meta-ads -- npx -y @mikusnuz/meta-ads-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mikusnuz-meta-ads": {
"type": "local",
"command": [
"npx",
"-y",
"@mikusnuz/meta-ads-mcp"
],
"enabled": true
}
}
} openclaw mcp add mikusnuz-meta-ads --command npx --arg -y --arg @mikusnuz/meta-ads-mcp
mcp_servers:
mikusnuz-meta-ads:
command: "npx"
args: ["-y", "@mikusnuz/meta-ads-mcp"] {
"McpServers": {
"mikusnuz-meta-ads": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@mikusnuz/meta-ads-mcp"
]
}
}
} assistant mcp add mikusnuz-meta-ads -t stdio -c npx -a -y @mikusnuz/meta-ads-mcp
{
"mcpServers": {
"mikusnuz-meta-ads": {
"command": "npx",
"args": [
"-y",
"@mikusnuz/meta-ads-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 −2
- Stability: pass → 0.83 functional
- 17 Sept 26 0
- Stability: 0.97 → pass security
- Security disclosure: unverified → fail ▼ functional
- 16 Sept 26 +1
- Security disclosure: fail → unverified ▼ functional
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 −3
- Stability: pass → 0.77 functional
- 9 Sept 26 0
- Stability: 0.97 → pass security
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed npm/@mikusnuz/meta-ads-mcp@1.2.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
get_campaign_adsets ~69
Get all ad sets belonging to a specific campaign.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| campaign_id | string | yes | Campaign ID |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
No output schema declared.
No examples provided.
get_campaign_insights ~187
Get performance insights for a specific campaign.
| Name | Type | Req | Description |
|---|---|---|---|
| breakdowns | string | – | Breakdown dimensions: age,gender,country,region,placement,device_platform |
| campaign_id | string | yes | Campaign ID |
| date_preset | string | – | Date preset: TODAY,YESTERDAY,LAST_7D,LAST_14D,LAST_30D,THIS_MONTH,LAST_MONTH,THIS_QUARTER,LAST_QUARTER,THIS_YEAR,LAST_YEAR |
| fields | string | – | Comma-separated insight fields |
| filtering | string | – | JSON string for filtering |
| level | string | – | Aggregation level: campaign, adset, ad |
| time_increment | string | – | Time granularity: all_days, 1, 7, monthly |
| time_range | string | – | JSON string {since,until} in YYYY-MM-DD format |
No output schema declared.
No examples provided.
get_campaign_leads ~74
Get leads generated by a specific campaign. Requires leads_retrieval permission.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| campaign_id | string | yes | Campaign ID |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
No output schema declared.
No examples provided.
get_canvas ~44
Get details of a specific Instant Experience (Canvas) by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| canvas_id | string | yes | Canvas ID |
| fields | string | – | Comma-separated fields to return |
No output schema declared.
No examples provided.
get_catalog ~40
Get details of a specific product catalog.
| Name | Type | Req | Description |
|---|---|---|---|
| catalog_id | string | yes | Product catalog ID |
| fields | string | – | Comma-separated fields to return |
No output schema declared.
No examples provided.
get_creative ~42
Get details of a specific ad creative by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| creative_id | string | yes | Creative ID |
| fields | string | – | Comma-separated fields to return |
No output schema declared.
No examples provided.
get_delivery_estimate ~46
Get delivery estimate for an ad including estimated daily reach and cost.
| Name | Type | Req | Description |
|---|---|---|---|
| ad_id | string | yes | Ad ID |
| optimization_goal | string | – | Optimization goal to estimate for |
No output schema declared.
No examples provided.
get_experiment ~46
Get details of a specific experiment (ad study).
| Name | Type | Req | Description |
|---|---|---|---|
| experiment_id | string | yes | Experiment (ad study) ID |
| fields | string | – | Comma-separated fields to return |
No output schema declared.
No examples provided.
get_experiment_results ~48
Get results/cells of an experiment (ad study).
| Name | Type | Req | Description |
|---|---|---|---|
| experiment_id | string | yes | Experiment (ad study) ID |
| fields | string | – | Comma-separated fields to return |
No output schema declared.
No examples provided.
get_feed_uploads ~66
Get upload history for a product feed.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| feed_id | string | yes | Product feed ID |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results to return |
No output schema declared.
No examples provided.
get_form_leads ~67
Get leads submitted through a lead generation form.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| form_id | string | yes | Lead form ID |
| limit | number | – | Number of results to return |
No output schema declared.
No examples provided.
get_image ~41
Get details of a specific ad image by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | string | – | Comma-separated fields to return |
| image_id | string | yes | Image ID |
No output schema declared.
No examples provided.
get_lead ~41
Get details of a specific lead by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | string | – | Comma-separated fields to return |
| lead_id | string | yes | Lead ID |
No output schema declared.
No examples provided.
get_lead_form ~43
Get details of a specific lead generation form.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | string | – | Comma-separated fields to return |
| form_id | string | yes | Lead form ID |
No output schema declared.
No examples provided.
get_product ~38
Get details of a specific product.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | string | – | Comma-separated fields to return |
| product_id | string | yes | Product ID |
No output schema declared.
No examples provided.
get_product_set ~41
Get details of a specific product set.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | string | – | Comma-separated fields to return |
| set_id | string | yes | Product set ID |
No output schema declared.
No examples provided.
get_reach_estimate ~49
Get estimated audience reach for a given targeting specification. Useful for planning campaigns before creating them.
| Name | Type | Req | Description |
|---|---|---|---|
| targeting_spec | string | yes | JSON string of targeting spec (same format as ad set targeting) |
No output schema declared.
No examples provided.
get_rf_prediction ~44
Get details of a specific reach & frequency prediction by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | string | – | Comma-separated fields to return |
| prediction_id | string | yes | Prediction ID |
No output schema declared.
No examples provided.
get_rule ~39
Get details of a specific automated rule.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | string | – | Comma-separated fields to return |
| rule_id | string | yes | Rule ID |
No output schema declared.
No examples provided.
get_saved_audience ~44
Get details of a specific saved audience by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| audience_id | string | yes | Saved audience ID |
| fields | string | – | Comma-separated fields to return |
No output schema declared.
No examples provided.
get_targeting_suggestions ~48
Get targeting suggestions based on existing targeting criteria. Meta suggests related interests, behaviors, and demographics.
| Name | Type | Req | Description |
|---|---|---|---|
| targeting_list | string | yes | JSON string of current targeting criteria to get suggestions for |
No output schema declared.
No examples provided.
get_video ~41
Get details of a specific ad video by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | string | – | Comma-separated fields to return |
| video_id | string | yes | Video ID |
No output schema declared.
No examples provided.
list_account_users ~63
List users who have access to the ad account with their roles and permissions.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
No output schema declared.
No examples provided.
list_ad_accounts ~63
List all ad accounts accessible by the current user. Returns paginated results.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
No output schema declared.
No examples provided.
list_ads ~113
List ads in the ad account. Optionally filter by campaign, ad set, or status.
| Name | Type | Req | Description |
|---|---|---|---|
| adset_id | string | – | Filter by ad set ID |
| after | string | – | Pagination cursor for next page |
| campaign_id | string | – | Filter by campaign ID |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
| status | string | – | Filter by status: ACTIVE, PAUSED, DELETED, ARCHIVED |
No output schema declared.
No examples provided.
list_adsets ~97
List ad sets in the ad account. Optionally filter by campaign or status.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| campaign_id | string | – | Filter by campaign ID |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
| status | string | – | Filter by status: ACTIVE, PAUSED, DELETED, ARCHIVED |
No output schema declared.
No examples provided.
list_block_lists ~62
List publisher block lists for the ad account. Returns paginated results.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
No output schema declared.
No examples provided.
list_budget_schedules ~63
List ad budget schedules for the ad account. Returns paginated results.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
No output schema declared.
No examples provided.
list_business_ad_accounts ~66
List ad accounts owned by the configured business. Requires META_BUSINESS_ID env var.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
No output schema declared.
No examples provided.
list_business_users ~63
List users of the configured business. Requires META_BUSINESS_ID env var.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
No output schema declared.
No examples provided.
list_businesses ~62
List all businesses accessible by the current user. Returns paginated results.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
No output schema declared.
No examples provided.
list_campaigns ~143
List campaigns in the ad account. Supports filtering by status and objective. Returns paginated results.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| before | string | – | Pagination cursor for previous page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
| objective | string | – | Filter by objective: OUTCOME_AWARENESS, OUTCOME_ENGAGEMENT, OUTCOME_LEADS, OUTCOME_SALES, OUTCOME_TRAFFIC, OUTCOME_APP_PROMOTION |
| status | string | – | Filter by status: ACTIVE, PAUSED, DELETED, ARCHIVED |
No output schema declared.
No examples provided.
list_canvases ~61
List Instant Experience (Canvas) creatives in the ad account.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
No output schema declared.
No examples provided.
list_catalogs ~54
List product catalogs for the ad account.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results to return |
No output schema declared.
No examples provided.
list_creatives ~56
List ad creatives in the ad account.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
No output schema declared.
No examples provided.
list_custom_audiences ~58
List custom audiences in the ad account.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
No output schema declared.
No examples provided.
list_experiments ~61
List A/B test experiments (ad studies) for the ad account.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results to return |
No output schema declared.
No examples provided.
list_feeds ~64
List product feeds for a catalog.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| catalog_id | string | yes | Product catalog ID |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results to return |
No output schema declared.
No examples provided.
list_images ~56
List ad images uploaded to the ad account.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
No output schema declared.
No examples provided.
list_lead_forms ~67
List lead generation forms for a Facebook Page.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results to return |
| page_id | string | yes | Facebook Page ID |
No output schema declared.
No examples provided.
list_offline_event_sets ~58
List offline conversion data sets for the ad account.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results to return |
No output schema declared.
No examples provided.
list_product_sets ~64
List product sets within a catalog.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| catalog_id | string | yes | Product catalog ID |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results to return |
No output schema declared.
No examples provided.
list_products ~74
List products within a catalog.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| catalog_id | string | yes | Product catalog ID |
| fields | string | – | Comma-separated fields to return |
| filter | string | – | JSON string of filter rules |
| limit | number | – | Number of results to return |
No output schema declared.
No examples provided.
list_rf_predictions ~63
List reach & frequency predictions for the ad account. Returns paginated results.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
No output schema declared.
No examples provided.
list_rules ~53
List automated rules for the ad account.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results to return |
No output schema declared.
No examples provided.
list_saved_audiences ~65
List saved audiences in the ad account. Saved audiences are reusable targeting presets.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
No output schema declared.
No examples provided.
list_system_users ~64
List system users of the configured business. Requires META_BUSINESS_ID env var.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
No output schema declared.
No examples provided.
list_videos ~57
List ad videos uploaded to the ad account.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Pagination cursor for next page |
| fields | string | – | Comma-separated fields to return |
| limit | number | – | Number of results (default 25) |
No output schema declared.
No examples provided.
refresh_token ~42
Refresh a long-lived access token to extend its expiration. Returns a new long-lived token.
| Name | Type | Req | Description |
|---|---|---|---|
| long_lived_token | string | yes | Long-lived access token to refresh |
No output schema declared.
No examples provided.
remove_business_user ~40
Remove a user from the configured business. Requires META_BUSINESS_ID env var.
| Name | Type | Req | Description |
|---|---|---|---|
| user_id | string | yes | User ID to remove from the business |
No output schema declared.
No examples provided.
What is the io.github.mikusnuz/meta-ads MCP server?
io.github.mikusnuz/meta-ads is an MCP server listed in the public MCP registry as io.github.mikusnuz/meta-ads. MCP server for Meta Marketing API, Facebook & Instagram ad campaign management. This page covers its npm package (@mikusnuz/meta-ads-mcp).
Is the io.github.mikusnuz/meta-ads MCP server safe to use?
io.github.mikusnuz/meta-ads scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.mikusnuz/meta-ads MCP server expose?
io.github.mikusnuz/meta-ads exposes 123 tools: list_campaigns, get_campaign, create_campaign, update_campaign, delete_campaign, and 118 more. Their descriptions and schemas cost roughly 8,605 tokens of context every time the server is loaded.
Is the io.github.mikusnuz/meta-ads MCP server still maintained?
io.github.mikusnuz/meta-ads is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.mikusnuz/meta-ads MCP server under?
io.github.mikusnuz/meta-ads declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.