{ "name": "mcp-gsc", "version": "0.3.2", "description": "Google Search Console MCP server — query search analytics, inspect URLs, manage sitemaps & more via natural language", "type": "module", "main": "dist/index.js", "bin": { "mcp-gsc": "dist/index.js" }, "files": [ "dist", "logo.svg", "README.md", "LICENSE" ], "scripts": { "dev": "bun src/index.ts", "build": "bun build src/index.ts --compile --outfile=mcp-gsc", "build:npm": "bun build src/index.ts --bundle --target node --outfile dist/index.js && node -e \"const f='dist/index.js';require('fs').writeFileSync(f,require('fs').readFileSync(f,'utf8').replace('#!/usr/bin/env bun','#!/usr/bin/env node'))\"", "prepublishOnly": "bun run build:npm", "test": "bun test", "typecheck": "tsc --noEmit", "setup": "bun run src/auth/setup.ts", "inspect": "bunx @modelcontextprotocol/inspector bun src/index.ts", "format": "biome format --write .", "lint": "biome check .", "check": "biome check --write ." }, "keywords": [ "mcp", "google-search-console", "gsc", "seo", "ai", "claude", "model-context-protocol", "bun" ], "author": "pijusz", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/pijusz/mcp-gsc.git" }, "engines": { "node": ">=22" }, "homepage": "https://github.com/pijusz/mcp-gsc#readme", "dependencies": { "@modelcontextprotocol/sdk": "1.30.0", "google-auth-library": "^11.0.0", "zod": "^4.4.3" }, "devDependencies": { "@biomejs/biome": "2.5.6", "@types/bun": "1.3.14", "typescript": "7.0.2" }, "mcpName": "io.github.pijusz/mcp-gsc" }