@getmcpads/meta-ads-mcp-server 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -14,6 +14,8 @@ You run it. Your token stays on your machine. Nothing is proxied through a third
|
|
|
14
14
|
npx -y @getmcpads/meta-ads-mcp-server
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
+
Also listed in the [MCP Registry](https://registry.modelcontextprotocol.io) as **`com.getmcpads/meta-ads`**, so clients that read the registry can install it by name.
|
|
18
|
+
|
|
17
19
|
> **Prefer not to run it yourself?** [getmcpads.com](https://www.getmcpads.com) is the hosted
|
|
18
20
|
> version of this server, with Meta Ads alongside Google Ads, TikTok Ads, Pinterest Ads, GA4 and
|
|
19
21
|
> Search Console behind a single endpoint, hosted OAuth, and cross-platform reporting.
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getmcpads/meta-ads-mcp-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"mcpName": "com.getmcpads/meta-ads",
|
|
4
5
|
"description": "Open-source MCP server for the Meta (Facebook & Instagram) Ads Marketing API. 34 read tools and 10 write tools that preview before they apply, 190 metrics, 56 breakdowns. Self-hosted, bring your own token.",
|
|
5
6
|
"license": "Apache-2.0",
|
|
6
7
|
"type": "module",
|
|
@@ -68,7 +69,7 @@
|
|
|
68
69
|
"type": "git",
|
|
69
70
|
"url": "git+https://github.com/getmcpads-com/meta-ads-mcp-server.git"
|
|
70
71
|
},
|
|
71
|
-
"homepage": "https://
|
|
72
|
+
"homepage": "https://www.getmcpads.com/tools/meta-ads",
|
|
72
73
|
"bugs": {
|
|
73
74
|
"url": "https://github.com/getmcpads-com/meta-ads-mcp-server/issues"
|
|
74
75
|
},
|