@fullrun/mcp
Advanced tools
+29
| { | ||
| "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", | ||
| "name": "io.github.tuckerschreiber/fullrun", | ||
| "description": "Google Ads AI agent for Claude Desktop, Cursor, and AI agents. Diagnose account health, list campaigns, get performance metrics, manage keywords, and run AI-powered optimizations.", | ||
| "repository": { | ||
| "url": "https://github.com/tuckerschreiber/fullrun-cli", | ||
| "source": "github" | ||
| }, | ||
| "version": "0.1.1", | ||
| "packages": [ | ||
| { | ||
| "registryType": "npm", | ||
| "identifier": "@fullrun/mcp", | ||
| "version": "0.1.1", | ||
| "transport": { | ||
| "type": "stdio" | ||
| }, | ||
| "environmentVariables": [ | ||
| { | ||
| "description": "Your Fullrun API key for authenticating with the Fullrun API", | ||
| "isRequired": true, | ||
| "format": "string", | ||
| "isSecret": true, | ||
| "name": "FULLRUN_API_KEY" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } |
+3
-2
| { | ||
| "name": "@fullrun/mcp", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Fullrun MCP server — Google Ads management for Claude Desktop, Cursor, and AI agents", | ||
| "mcpName": "io.github.tuckerschreiber/fullrun", | ||
| "bin": { | ||
| "fullrun-mcp": "./dist/server.js" | ||
| }, | ||
| "files": ["dist", "README.md"], | ||
| "files": ["dist", "README.md", "server.json"], | ||
| "scripts": { | ||
@@ -10,0 +11,0 @@ "build": "tsc", |
6465
18.04%5
25%102
39.73%