flin-meta-ads-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| META_MAX_RETRIES | No | Retry count for transient failures, default 3 | 3 |
| META_ACCESS_TOKEN | Yes | Meta access token with read permissions | |
| RUN_LIVE_META_TESTS | No | Set to 1 to enable live integration tests | |
| META_TIMEOUT_SECONDS | No | Request timeout, default 30 | 30 |
| META_GRAPH_API_VERSION | No | Graph API version, default v21.0 | v21.0 |
| META_DEFAULT_AD_ACCOUNT_ID | No | Optional fallback ad account (e.g. act_123...) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_ad_accountsC | List ad accounts accessible by the token |
| get_ad_accountB | Fetch a single ad account by id |
| list_campaignsC | List campaigns for an ad account |
| get_campaignB | Fetch a single campaign by id |
| list_adsetsC | List ad sets for an ad account |
| get_adsetB | Fetch a single ad set by id |
| list_adsC | List ads for an ad account |
| get_adB | Fetch a single ad by id |
| list_ad_imagesB | List ad images for an ad account |
| get_ad_imageC | Fetch a single ad image by id |
| list_ad_creativesC | List ad creatives for an ad account |
| get_ad_creativeA | Fetch a single ad creative by id |
| get_ad_previewB | Fetch or generate a rendered preview for an ad or ad creative |
| get_insightsA | Fetch insights for an account, campaign, ad set, or ad |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 14 tools
Each tool targets a distinct entity and action: get/list for ad accounts, campaigns, adsets, ads, ad images, and ad creatives, plus dedicated preview and insights tools. There is no overlap or ambiguity between the tools.
All tool names follow a consistent verb_noun pattern using lowercase and underscores, with the verbs 'list' for collections and 'get' for single entities. This makes the tool surface predictable and easy to navigate.
With 14 tools, the server is well-scoped for a read-only Meta Ads API. The count covers all major resources without being overwhelming or too sparse.
The server provides comprehensive read coverage for all major objects (accounts, campaigns, adsets, ads, images, creatives, preview, insights). The only noticeable gap is the lack of write operations (create/update/delete), but the server appears intentionally read-only based on the tool descriptions.