{ "name": "@getscaleforge/mcp-meta-ads", "version": "0.3.0", "mcpName": "io.github.Mike25app/scaleforge-mcp-meta-ads", "description": "Meta Ads MCP by ScaleForge — control Facebook/Instagram campaigns from Claude, ChatGPT, Cursor, or any MCP agent. Direct Meta Graph API v24.0, 32 tools, no backend required.", "type": "module", "main": "dist/index.js", "bin": { "scaleforge-mcp": "dist/index.js", "mcp-meta-ads": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node dist/index.js", "serve": "node dist/http.js", "test": "node --test dist/helpers/session.test.js", "prepublishOnly": "npm run build && chmod +x dist/index.js" }, "keywords": [ "mcp", "model-context-protocol", "meta-ads", "facebook-ads", "instagram-ads", "meta-marketing-api", "graph-api", "claude", "claude-desktop", "cursor", "chatgpt", "ai-agent", "llm", "automation", "scaleforge" ], "author": "ScaleForge ", "license": "MIT", "homepage": "https://getscaleforge.com", "repository": "github:Mike25app/scaleforge-mcp-meta-ads", "bugs": "https://github.com/Mike25app/scaleforge-mcp-meta-ads/issues", "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.5.0" } }