AgentHubAgentHub

SearchAtlas

MCP ServerMCP Registry官方收录

io.github.search-atlas-group/searchatlas · v1.3.8

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

概览

SearchAtlas 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "searchatlas": {
      "command": "npx",
      "args": [
        "-y",
        "searchatlas-mcp-server"
      ],
      "env": {
        "SEARCHATLAS_TOKEN": "<SEARCHATLAS_TOKEN>"
      }
    }
  }
}

环境变量

SEARCHATLAS_TOKEN必填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)

相关资源

统一 Manifest

{
  "id": "io.github.search-atlas-group/searchatlas",
  "type": "mcp-server",
  "version": "1.3.8",
  "displayName": "SearchAtlas",
  "description": "SearchAtlas AI Agent — SEO, content, PPC, authority building, and site management",
  "repository": {
    "url": "https://github.com/Search-Atlas-Group/searchatlas-mcp-server",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "searchatlas-mcp-server",
        "version": "1.3.8",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SEARCHATLAS_TOKEN",
            "description": "JWT token for authentication (preferred method)",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "SEARCHATLAS_API_KEY",
            "description": "API key authentication (alternative to JWT token)",
            "isSecret": true
          },
          {
            "name": "SEARCHATLAS_API_URL",
            "description": "API base URL (defaults to https://mcp.searchatlas.com)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.search-atlas-group/searchatlas",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.search-atlas-group%2Fsearchatlas/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
SearchAtlas — MCP Server 安装与配置 · AgentHub