INDIVIDUAL MCP TOOL
get_compliance
Security & compliance posture (SOC 2, ISO 42001, EU AI Act, OWASP) with evidence links.
LIVE ENDPOINT
https://atlantisbyte.com/mcp
Connect to this endpoint to inspect the live schema for get_compliance and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.atlantis-public]
url = "https://atlantisbyte.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"atlantis-public": {
"type": "http",
"url": "https://atlantisbyte.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: atlantis-public
Remote MCP URL: https://atlantisbyte.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"atlantis-public": {
"url": "https://atlantisbyte.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"atlantis-public": {
"type": "http",
"url": "https://atlantisbyte.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "atlantis-public",
"transport": "streamable-http",
"url": "https://atlantisbyte.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_overview— What Atlantis is: one-line summary plus the four product pillars.list_capabilities— Ready-to-run abilities by business function (HR, Finance, Sales, Engineering, Operations, Legal).list_integrations— Integrations available in the box, extensibility, and deployment/data-ownership options.get_actions— Links an agent can surface to its human: view abilities, book a demo, how it works.get_faqs— Frequently asked questions about Atlantis.