mcp-linkedin-ads 1.0.2 → 1.0.3

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 CHANGED
@@ -1,5 +1,10 @@
1
1
  # LinkedIn Ads MCP Server
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/mcp-linkedin-ads)](https://www.npmjs.com/package/mcp-linkedin-ads)
4
+ [![npm downloads](https://img.shields.io/npm/dm/mcp-linkedin-ads)](https://www.npmjs.com/package/mcp-linkedin-ads)
5
+ [![GitHub stars](https://img.shields.io/github/stars/mharnett/mcp-linkedin-ads)](https://github.com/mharnett/mcp-linkedin-ads)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
+
3
8
  Production-grade MCP server for LinkedIn Campaign Manager API. Enables Claude to manage LinkedIn ad accounts, campaigns, ad sets, and creatives with full read/write support.
4
9
 
5
10
  **Features:**
@@ -196,8 +201,12 @@ Contributions welcome! Please:
196
201
 
197
202
  ---
198
203
 
199
- **Maintained by:** VS Code AI team & community contributors
204
+ ## Built By
200
205
 
201
- **Last Updated:** 2026-03-13
206
+ **[Mark Harnett](https://www.linkedin.com/in/markharnett/)** — Demand generation leader and paid media practitioner building AI-powered ad management tools. This server was born from managing 65+ LinkedIn campaigns across multiple clients and wanting Claude to handle campaign ops, performance analysis, and bulk creative updates autonomously.
207
+
208
+ Built with production workloads in mind: resilient API calls (circuit breakers, retry with backoff, response truncation), accurate CTR calculation (landing page clicks, not total clicks), and multi-account support.
202
209
 
203
- **Stability:** Production-ready (65+ campaigns in active management)
210
+ **Also by Mark:** [mcp-bing-ads](https://github.com/mharnett/mcp-bing-ads) Bing/Microsoft Ads MCP server with 30+ tools.
211
+
212
+ **Last Updated:** 2026-03-13
@@ -1 +1 @@
1
- {"sha":"574aa73","builtAt":"2026-03-13T18:23:01.642Z"}
1
+ {"sha":"8ca5e9a","builtAt":"2026-04-09T18:53:22.121Z"}
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "mcp-linkedin-ads",
3
3
  "mcpName": "io.github.mharnett/linkedin-ads",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "description": "MCP server for LinkedIn Campaign Manager API with full campaign, ad group, creative, and targeting support. Production-proven with 65+ campaigns under active management.",
6
6
  "main": "dist/index.js",
7
+ "bin": {
8
+ "mcp-linkedin-ads": "dist/index.js"
9
+ },
7
10
  "types": "dist/index.d.ts",
8
11
  "type": "module",
9
12
  "exports": {
@@ -51,6 +54,7 @@
51
54
  "@modelcontextprotocol/sdk": "^0.5.0",
52
55
  "cockatiel": "^3.2.1",
53
56
  "pino": "^8.21.0",
57
+ "pino-pretty": "^13.1.3",
54
58
  "zod": "^3.22.4"
55
59
  },
56
60
  "devDependencies": {