meta-ads-mcp 0.2.5__py3-none-any.whl → 0.2.6__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meta-ads-mcp
3
- Version: 0.2.5
3
+ Version: 0.2.6
4
4
  Summary: Model Calling Protocol (MCP) plugin for interacting with Meta Ads API
5
5
  Project-URL: Homepage, https://github.com/nictuku/meta-ads-mcp
6
6
  Project-URL: Bug Tracker, https://github.com/nictuku/meta-ads-mcp/issues
@@ -187,7 +187,28 @@ Add this to your `claude_desktop_config.json` to integrate with Claude in Cursor
187
187
  - `ad_id`: Meta Ads ad ID
188
188
  - Returns: The ad image ready for direct visual analysis
189
189
 
190
- 12. `mcp_meta_ads_get_insights`
190
+ 12. `mcp_meta_ads_update_ad`
191
+ - Update an ad with new settings
192
+ - Inputs:
193
+ - `ad_id`: Meta Ads ad ID
194
+ - `status`: Update ad status (ACTIVE, PAUSED, etc.)
195
+ - `bid_amount`: Bid amount in account currency (in cents for USD)
196
+ - `access_token` (optional): Meta API access token (will use cached token if not provided)
197
+ - Returns: Confirmation with updated ad details and a confirmation link
198
+
199
+ 13. `mcp_meta_ads_update_adset`
200
+ - Update an ad set with new settings including frequency caps
201
+ - Inputs:
202
+ - `adset_id`: Meta Ads ad set ID
203
+ - `frequency_control_specs`: List of frequency control specifications
204
+ - `bid_strategy`: Bid strategy (e.g., 'LOWEST_COST_WITH_BID_CAP')
205
+ - `bid_amount`: Bid amount in account currency (in cents for USD)
206
+ - `status`: Update ad set status (ACTIVE, PAUSED, etc.)
207
+ - `targeting`: Targeting specifications including targeting_automation
208
+ - `access_token` (optional): Meta API access token (will use cached token if not provided)
209
+ - Returns: Confirmation with updated ad set details and a confirmation link
210
+
211
+ 14. `mcp_meta_ads_get_insights`
191
212
  - Get performance insights for a campaign, ad set, ad or account
192
213
  - Inputs:
193
214
  - `access_token` (optional): Meta API access token (will use cached token if not provided)
@@ -197,7 +218,7 @@ Add this to your `claude_desktop_config.json` to integrate with Claude in Cursor
197
218
  - `level`: Level of aggregation (ad, adset, campaign, account)
198
219
  - Returns: Performance metrics for the specified object
199
220
 
200
- 13. `mcp_meta_ads_debug_image_download`
221
+ 15. `mcp_meta_ads_debug_image_download`
201
222
  - Debug image download issues and report detailed diagnostics
202
223
  - Inputs:
203
224
  - `access_token` (optional): Meta API access token (will use cached token if not provided)
@@ -205,7 +226,7 @@ Add this to your `claude_desktop_config.json` to integrate with Claude in Cursor
205
226
  - `ad_id`: Meta Ads ad ID (optional, used if url is not provided)
206
227
  - Returns: Diagnostic information about image download attempts
207
228
 
208
- 14. `mcp_meta_ads_get_login_link`
229
+ 16. `mcp_meta_ads_get_login_link`
209
230
  - Get a clickable login link for Meta Ads authentication
210
231
  - Inputs:
211
232
  - `access_token` (optional): Meta API access token (will use cached token if not provided)
@@ -1,19 +1,20 @@
1
- meta_ads_mcp/__init__.py,sha256=Mf42uSXVCCipMTMhyIzXP2PLHIlpmqmhj04vB4XDans,1204
1
+ meta_ads_mcp/__init__.py,sha256=r_A2NaKWasOAmt5IT2zhGrE2FRjVIMYiQKXZ9LMxTI0,1236
2
2
  meta_ads_mcp/__main__.py,sha256=XaQt3iXftG_7f0Zu7Wop9SeFgrD2WBn0EQOaPMc27d8,207
3
3
  meta_ads_mcp/api.py,sha256=9mmoJIdkC3PexZn3hw8XiKznecsbOSnhHtdEsJiPIyw,77475
4
4
  meta_ads_mcp/core/__init__.py,sha256=BA93zC6D8CzKbLo4JqqNqahq2LVgWBsoIXmJCK4AdIc,924
5
5
  meta_ads_mcp/core/accounts.py,sha256=Nmp7lPxO9wmq25jWV7_H0LIqnEbBhpCVBlLGW2HUaq0,2277
6
- meta_ads_mcp/core/ads.py,sha256=TS37bUX8kJeeX4M2jv3StZev7Riq-n8Fm0TOhEL0eIY,14625
7
- meta_ads_mcp/core/adsets.py,sha256=oUmvH-odZLrTNkwVlGp1orBFtb8ZsCJ0ZSEC65V3NUg,7348
6
+ meta_ads_mcp/core/ads.py,sha256=jAwa1gD3HpXFhDW53cUMYwnt52jmBjTHTwb9HUk0EaA,16975
7
+ meta_ads_mcp/core/adsets.py,sha256=zSC67UhrhiinLY_SYSMNjRlmSZxCvyBYXIXroPBaVNc,7359
8
8
  meta_ads_mcp/core/api.py,sha256=AurfnoUZoIq9WS4cnsmVqpxc3pdsws8jvNhzQzdzLGg,12209
9
- meta_ads_mcp/core/auth.py,sha256=tbwAia-pj9OyAmkri3Sv2wFq70qVFD9kN8XpkzI9gTE,89265
9
+ meta_ads_mcp/core/auth.py,sha256=2uFGSD_6l8ExS1CQx7VQnPDq2yIb1fAk_t1BFFGQr7A,16881
10
10
  meta_ads_mcp/core/authentication.py,sha256=6zoGorswj5kRbrt_18A8KrZdCORNLGHybvb7XRQ1yJg,3474
11
+ meta_ads_mcp/core/callback_server.py,sha256=b5TzUz9nEk0i5MWujlls5gAsHru__UjTPJQan1xQ_10,40947
11
12
  meta_ads_mcp/core/campaigns.py,sha256=u5jNHSxcWlZgzVLNmaeoovA9OcPjSUjTegUMcDLAurs,4381
12
13
  meta_ads_mcp/core/insights.py,sha256=f4Rs3kG0oqpKl8zBc_nt_zE0z4zvb9i0g12galrDiw8,17376
13
14
  meta_ads_mcp/core/resources.py,sha256=-zIIfZulpo76vcKv6jhAlQq91cR2SZ3cjYZt3ek3x0w,1236
14
15
  meta_ads_mcp/core/server.py,sha256=-tClGe4rc-8U2ihgpipLstiTPRg3-CnjsTRgncsNa_A,3055
15
16
  meta_ads_mcp/core/utils.py,sha256=wxh722z-x0TSJwDEEeDylkv4VJqLmqnkZy-YGRzs4vQ,6049
16
- meta_ads_mcp-0.2.5.dist-info/METADATA,sha256=YWT1H50cEd2P0QJRjLKxcR6IQim98kpjwGB6gFcgC1Y,14196
17
- meta_ads_mcp-0.2.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
18
- meta_ads_mcp-0.2.5.dist-info/entry_points.txt,sha256=Dv2RkoBjRJBqj6CyhwqGIiwPCD-SCL1-7B9-zmVRuv0,57
19
- meta_ads_mcp-0.2.5.dist-info/RECORD,,
17
+ meta_ads_mcp-0.2.6.dist-info/METADATA,sha256=4UUxhxKMIfZ9bvMfqW6CJb8-6bJibUaXElSsdmrFBa4,15300
18
+ meta_ads_mcp-0.2.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
19
+ meta_ads_mcp-0.2.6.dist-info/entry_points.txt,sha256=Dv2RkoBjRJBqj6CyhwqGIiwPCD-SCL1-7B9-zmVRuv0,57
20
+ meta_ads_mcp-0.2.6.dist-info/RECORD,,