Strict read-only MCP server for Meta Ads
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"flin-meta-ads-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# flin-meta-ads-mcp `flin-meta-ads-mcp` is a public, strict read-only MCP server for Meta Ads. It is designed to be installed with `uvx` and loaded into Claude with minimal setup. ## What it does - Lists and reads Meta Ads accounts - Reads campaigns, ad sets, ads, ad images, and creatives - Gets ad previews (including `preview_url` links) - Fetches insights for account, campaign, ad set, and ad levels - Stays read-only in `v0.1.x` ## Scope for `v0.1.x` This release is strictly read-only. That means: - No create, update, pause, resume, or delete actions - No OAuth flow or token refresh - No generic Graph API proxy ## Install Install and run the latest published PyPI release: ```bash uvx flin-meta-ads-mcp ``` Install and refresh to the newest published release: ```bash uvx --refresh flin-meta-ads-mcp ``` Run the latest GitHub code (main branch): ```bash uvx --refresh --from git+https://github.com/flin-agency/flin-meta-ads-mcp.git flin-meta-ads-mcp ``` ## Claude config Stable (latest published PyPI release, refreshed): ```json { "mcpServers": { "flin-meta-ads-mcp": { "command": "uvx", "args": ["--refresh", "flin-meta-ads-mcp"], "env": { "META_ACCESS_TOKEN": "EAA...", "META_GRAPH_API_VERSION": "v21.0" } } } } ``` Latest GitHub code (main branch, refreshed): ```json { "mcpServers": { "flin-meta-ads-mcp": { "command": "uvx", "args": [ "--refresh", "--from", "git+https://github.com/flin-agency/flin-meta-ads-mcp.git", "flin-meta-ads-mcp" ], "env": { "META_ACCESS_TOKEN": "EAA...", "META_GRAPH_API_VERSION": "v21.0" } } } } ``` ## Environment variables Required: - `META_ACCESS_TOKEN`: Meta access token with read permissions Optional: - `META_GRAPH_API_VERSION`: Graph API version, default `v21.0` - `META_TIMEOUT_SECONDS`: request timeout, default `30` - `META_MAX_RETRIES`: retry count for transient failures, defau…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.