HomeMarketing & E-Commerce › SearchAtlas

SearchAtlas

SearchAtlas AI Agent — SEO, content, PPC, authority building, and site management

TypeScript Cloud
★ 2 stars Last pushed 2026-04-24 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.3.8)

npx -y searchatlas-mcp-server@1.3.8

Or add to your MCP client config:

{
  "mcpServers": {
    "searchatlas-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "searchatlas-mcp-server@1.3.8"
      ],
      "env": {
        "SEARCHATLAS_TOKEN": "<YOUR_VALUE>",
        "SEARCHATLAS_API_KEY": "<YOUR_VALUE>",
        "SEARCHATLAS_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • SEARCHATLAS_TOKEN required secret — JWT token for authentication (preferred method)
  • SEARCHATLAS_API_KEY secret — API key authentication (alternative to JWT token)
  • SEARCHATLAS_API_URL — API base URL (defaults to https://mcp.searchatlas.com)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry