{ "name": "search-console-mcp", "version": "2.1.3", "mcpName": "io.github.saurabhsharma2u/search-console-mcp", "description": "MCP server for Google Search Console, Bing Webmaster Tools, Google Analytics 4, and Adsense", "type": "module", "main": "dist/index.js", "bin": { "search-console-mcp": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "setup": "pnpm build && node dist/setup.js", "test": "vitest run --exclude 'tests/e2e/**'", "test:e2e": "pnpm build && vitest run tests/e2e", "test:all": "pnpm test && pnpm test:e2e", "inspector": "npx @modelcontextprotocol/inspector@latest node dist/index.js", "test:live:google": "tsx tests/live-google-test.ts", "test:live:bing": "tsx tests/live-bing-test.ts", "test:live:ga4": "tsx tests/live-ga4-test.ts", "test:live:common": "tsx tests/live-common-test.ts", "test:live:adsense": "tsx tests/live-adsense-test.ts", "test:live": "tsx tests/live-google-test.ts && tsx tests/live-bing-test.ts && tsx tests/live-common-test.ts && tsx tests/live-ga4-test.ts && tsx tests/live-adsense-test.ts", "docs": "typedoc", "pack:mcpb": "pnpm build && mcpb pack . search-console-mcp.mcpb", "deploy:registry": "mcp-publisher publish", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "bing-search", "bing webmaster", "google-search-console", "seo", "google analytics", "ga4", "adsense" ], "author": "Saurabh Sharma", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/saurabhsharma2u/search-console-mcp.git" }, "bugs": { "url": "https://github.com/saurabhsharma2u/search-console-mcp/issues" }, "homepage": "https://searchconsolemcp.saurabh.app", "dependencies": { "@adobe/structured-data-validator": "^1.7.0", "@clack/prompts": "^1.7.0", "@google-analytics/data": "^6.1.0", "@modelcontextprotocol/sdk": "^1.29.0", "@napi-rs/keyring": "^1.3.0", "cheerio": "^1.2.0", "dotenv": "^17.4.2", "googleapis": "^173.0.0", "node-machine-id": "^1.1.12", "open": "^11.0.0", "zod": "^4.4.3" }, "devDependencies": { "@anthropic-ai/mcpb": "^2.1.2", "@types/node": "^25.9.5", "@vitest/coverage-v8": "^4.1.10", "tsx": "^4.19.2", "typedoc": "^0.28.20", "typescript": "^6.0.3", "vitest": "^4.1.10" } }