Atlas // Gateway
Operational

Model Context Protocol Endpoint

This endpoint is the Atlas MCP server. Connect your AI tools here to give them read access to your organization's Atlas data.

Claude.ai Configuration

https://atlas-mcp.arcsense.ca/

Cursor Configuration

{
  "mcpServers": {
    "atlas": {
      "type": "http",
      "url": "https://atlas-mcp.arcsense.ca/"
    }
  }
}

Claude Desktop Configuration

{
  "mcpServers": {
    "atlas": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-http-client",
        "https://atlas-mcp.arcsense.ca/"
      ]
    }
  }
}