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
search_locationsget_locationfind_locations_nearfind_locations_by_time_rangefind_preserved_buildsresearch_locationsearch_groupsget_groupget_group_buildssearch_highwaysget_highwayget_warpsget_world_downloadsget_render_metadataget_dataset_stats
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