SearchAtlas✓
io.github.search-atlas-group/searchatlas · v1.3.8
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.search-atlas-group/searchatlas",
"description": "SearchAtlas AI Agent — SEO, content, PPC, authority building, and site management",
"title": "SearchAtlas",
"repository": {
"url": "https://github.com/Search-Atlas-Group/searchatlas-mcp-server",
"source": "github"
},
"version": "1.3.8",
"packages": [
{
"registryType": "npm",
"identifier": "searchatlas-mcp-server",
"version": "1.3.8",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "JWT token for authentication (preferred method)",
"isRequired": true,
"isSecret": true,
"name": "SEARCHATLAS_TOKEN"
},
{
"description": "API key authentication (alternative to JWT token)",
"isSecret": true,
"name": "SEARCHATLAS_API_KEY"
},
{
"description": "API base URL (defaults to https://mcp.searchatlas.com)",
"name": "SEARCHATLAS_API_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}