{ "name": "indexnow-mcp", "version": "1.0.0", "mcpName": "io.github.sharozdawa/indexnow", "description": "MCP server for instant URL indexing via IndexNow and Google Indexing API", "author": "sharozdawa", "license": "MIT", "type": "module", "repository": { "type": "git", "url": "https://github.com/sharozdawa/indexnow-mcp.git" }, "bin": { "indexnow-mcp": "./dist/index.js" }, "main": "./dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js" }, "keywords": ["indexnow", "google-indexing-api", "mcp", "seo", "instant-indexing"], "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^25.5.0", "typescript": "^5.9.3" } }