2b2t Atlas / MCP

2b2t Atlas MCP server

The Atlas MCP server gives AI assistants, research agents, bots, and developer tools deterministic read-only access to the same structured catalog used by the public Atlas. It covers canonical locations, groups and their builds, highways, Archive warps, render provenance, downloadable partial WDL metadata, nearby-place searches, historical date ranges, and live dataset statistics.

Endpoint: https://api.blackportal.cloud/mcp
Transport: Streamable HTTP
Access: public, stateless, bounded, and read-only

Official MCP Registry: io.github.bobymicjohn/2b2t-atlas

Connect an MCP client

{
  "mcpServers": {
    "2b2t-atlas": {
      "type": "http",
      "url": "https://api.blackportal.cloud/mcp"
    }
  }
}

The server returns metadata and public download URLs rather than transferring render images or WDL ZIP bytes through MCP. Preserve canonical entity URLs and original provenance links when citing results.

Available tools

Resources

Clients can read stable resources at 2b2tatlas://location/{id}, 2b2tatlas://group/{id}, 2b2tatlas://highway/{id}, and 2b2tatlas://dataset.

Full API and MCP documentation | Official MCP Registry listing | About the preservation project | Examples on GitHub