{ "name": "searchatlas-mcp-server", "version": "2.0.0", "mcpName": "io.github.search-atlas-group/searchatlas", "description": "stdio bridge to the SearchAtlas v2 MCP server (https://mcp.searchatlas.com/mcp/). Exposes 500+ tools for OTTO SEO, PPC, content generation, site explorer, Google Business Profile, local SEO, link building, digital PR, LLM visibility, keyword research, and more.", "type": "module", "main": "dist/index.js", "bin": { "searchatlas-mcp-server": "dist/index.js", "searchatlas": "dist/index.js" }, "scripts": { "clean": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\"", "build": "npm run clean && tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "prepare": "npm run build", "prepublishOnly": "npm run build && npm test" }, "keywords": [ "mcp", "model-context-protocol", "searchatlas", "seo", "ai-agent", "content", "ppc", "site-explorer", "authority-building", "keyword-research", "backlinks", "google-business-profile", "llm-visibility", "otto-seo", "rank-tracking", "claude", "cursor", "ai-tools", "marketing" ], "repository": { "type": "git", "url": "https://github.com/Search-Atlas-Group/searchatlas-mcp-server.git" }, "homepage": "https://searchatlas.com", "bugs": { "url": "https://github.com/Search-Atlas-Group/searchatlas-mcp-server/issues" }, "author": "SearchAtlas (https://searchatlas.com)", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.24.4" }, "devDependencies": { "@types/node": "^22.15.3", "@vitest/coverage-v8": "^4.0.18", "typescript": "^5.8.3", "vitest": "^4.0.18" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "README.md", "LICENSE", "server.json" ] }