{ "name": "octoboost-mcp-server", "version": "1.1.1", "mcpName": "io.github.eugenregehr/geo-seo-analyzer-octoboost", "description": "OctoBoost MCP Server for token-efficient SEO / GEO analysis. Analyze multiple URLs with categorized checks and scored results.", "repository": { "type": "git", "url": "https://github.com/eugenregehr/octoboost-mcp-server.git" }, "type": "module", "main": "dist/index.js", "bin": { "octoboost-mcp-server": "dist/index.js" }, "files": [ "dist", "README.md", "package.json" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.0" }, "devDependencies": { "typescript": "^5.7.0", "@types/node": "^22.0.0" } }