# 2b2t Atlas (remote · api.blackportal.cloud)

Search 2b2t locations, groups, highways, renders, Archive warps, and WDL metadata.

- Trust score: 83/100 (high trust)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-22

## Components

- remote · `api.blackportal.cloud`: 83/100 (this document), [markdown](https://verifymcp.io/servers/bobymicjohn-2b2t-atlas/api.md), [page](https://verifymcp.io/servers/bobymicjohn-2b2t-atlas/api)

## Channel facts

- Endpoint: `https://api.blackportal.cloud/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-22.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 87/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2507 tokens (~113/item across 22 items; 21 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 49/100
  - Stability check failed: schema churn in the 16 days we've observed: 0 tool removals, 1 breaking changes, 0 auth/transport breaks, 6 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 21 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 23 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the 2b2t Atlas MCP server?

2b2t Atlas is a hosted endpoint at https://api.blackportal.cloud/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http bobymicjohn-2b2t-atlas 'https://api.blackportal.cloud/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "bobymicjohn-2b2t-atlas": {
      "url": "https://api.blackportal.cloud/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "bobymicjohn-2b2t-atlas": {
      "type": "http",
      "url": "https://api.blackportal.cloud/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.bobymicjohn-2b2t-atlas]
url = "https://api.blackportal.cloud/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bobymicjohn-2b2t-atlas": {
      "type": "remote",
      "url": "https://api.blackportal.cloud/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add bobymicjohn-2b2t-atlas --url 'https://api.blackportal.cloud/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  bobymicjohn-2b2t-atlas:
    url: "https://api.blackportal.cloud/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "bobymicjohn-2b2t-atlas": {
      "Transport": "http",
      "Url": "https://api.blackportal.cloud/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add bobymicjohn-2b2t-atlas -t streamable-http -u 'https://api.blackportal.cloud/mcp'
```

### Other

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

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-22 (score 83, +1)

No change was recorded against any check on this day. Stability & Change Management went from 46 to 49.

### 2026-09-21 (score 82, +3)

- [security improvement] HSTS header: fail → pass
- [security] Tool “find_locations_by_time_range” rewrote its description, which is the text the model reads
- [security] Tool “get_group” rewrote its description, which is the text the model reads
- [security] Tool “get_group_builds” rewrote its description, which is the text the model reads
- [security] Tool “research_location” rewrote its description, which is the text the model reads
- [cosmetic] “get_group_builds” added an optional parameter “offset”

### 2026-09-20 (score 79, 0)

- [security] Tool “find_locations_near” rewrote its description, which is the text the model reads
- [security] Tool “get_location” rewrote its description, which is the text the model reads
- [security] Tool “research_area” rewrote its description, which is the text the model reads
- [security] Tool “research_location” rewrote its description, which is the text the model reads
- [security] Tool “search_locations” rewrote its description, which is the text the model reads

### 2026-09-19 (score 79, +1)

- [security] Tool “get_highway” rewrote its description, which is the text the model reads

### 2026-09-16 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 26 to 29.

### 2026-09-15 (score 77, 0)

- [security regression] Stability: 0.27 → fail
- [security regression] A breaking change shipped without a version bump: still 1.0.0
- [security] Tool “find_locations_near” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail
- [functional regression] “find_locations_near” changed the type of “dimension”: integer → integer|null
- [functional regression] “find_locations_near” changed the type of “x”: integer → integer|null
- [functional regression] “find_locations_near” changed the type of “z”: integer → integer|null
- [functional] New tool “find_highways_near_location”
- [functional] New tool “find_recently_added_or_modified”
- [functional] New tool “research_area”
- [cosmetic] “find_locations_near” added an optional parameter “exclude_origin”
- [cosmetic] “find_locations_near” added an optional parameter “group”
- [cosmetic] “find_locations_near” added an optional parameter “has_render”
- [cosmetic] “find_locations_near” added an optional parameter “has_world_download”
- [cosmetic] “find_locations_near” added an optional parameter “location_id”
- [cosmetic] “find_locations_near” added an optional parameter “location_name”
- [cosmetic] “find_locations_near” reworded the description of “dimension”
- [cosmetic] “find_locations_near” reworded the description of “limit”
- [cosmetic] “find_locations_near” reworded the description of “radius”
- [cosmetic] “find_locations_near” reworded the description of “x”
- [cosmetic] “find_locations_near” reworded the description of “z”
- [cosmetic] “find_locations_near” made “radius” optional
- [cosmetic] “find_locations_near” made “x” optional
- [cosmetic] “find_locations_near” made “z” optional

### 2026-09-13 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (21)

### `get_location` (~62 tokens)

Get one canonical location by ID, including history, groups, warps, renders, attachments, WDLs and provenance. For name discovery use search_locations; for name resolution with nearby context use research_location.

Input parameters:

- `id` (integer, required): Persistent numeric Atlas location ID.

Output parameters:

- `apiUrl` (string)
- `attachments` (array)
- `canonicalUrl` (string)
- `dateAddedRecorded` (string|null)
- `dateAddedUtc` (string|null)
- `description` (string|null)
- `dimension` (string)
- `groups` (array)
- `id` (integer)
- `interactiveUrl` (string)
- `modifiedRecorded` (string|null)
- `modifiedUtc` (string|null)
- `name` (string)
- `renders` (array)
- `tags` (string|null)
- `uuid` (string)
- `videoUrl` (string|null)
- `warps` (array)
- `wikiUrl` (string|null)
- `x` (integer)
- `y` (integer)
- `z` (integer)

### `get_warps` (~48 tokens)

List every Archive warp linked to a location, including landing coordinates, capture date, checksum, and WDL links when available.

Input parameters:

- `location_id` (integer, required): Persistent numeric Atlas location ID.

### `get_render_metadata` (~51 tokens)

List public map-render metadata for a location, including tile templates, exact bounds, coordinate scheme, dates, provenance, and source-WDL links.

Input parameters:

- `location_id` (integer, required): Persistent numeric Atlas location ID.

### `get_highway` (~64 tokens)

Get one public, approved highway or canal with native-dimension geometry, construction metadata, credited groups, evidence notes, attachments with source attribution, and canonical/map/API links. Cite canonicalUrl and preserve original source links.

Input parameters:

- `id` (integer, required): Persistent numeric Atlas highway ID.

Output parameters:

- `apiUrl` (string)
- `attachments` (array)
- `canonicalUrl` (string|null)
- `category` (string)
- `description` (string|null)
- `dimension` (string)
- `enclosed` (boolean)
- `groups` (array)
- `height` (integer|null)
- `id` (integer)
- `interactiveUrl` (string|null)
- `isRoofHighway` (boolean)
- `lengthBlocks` (integer|null)
- `lit` (boolean)
- `mapUrl` (string)
- `name` (string)
- `paved` (boolean)
- `pavingMaterial` (string)
- `points` (array)
- `ringRadius` (integer|null)
- `slug` (string)
- `status` (string)
- `videoUrl` (string|null)
- `walls` (boolean)
- `width` (integer)
- `wikiUrl` (string|null)
- `yLevel` (integer|null)

### `get_world_downloads` (~62 tokens)

List publicly downloadable world snapshots for a location. Returns metadata and HTTPS ZIP URLs, never binary file bytes. WDLs are bounded historical captures, not complete copies of 2b2t.

Input parameters:

- `location_id` (integer, required): Persistent numeric Atlas location ID.

### `research_area` (~252 tokens)

Bundle nearby locations, credited groups, preservation and native-dimension highways. For only nearby locations use find_locations_near; for one named place use research_location. No spatial NoCom inference. Example: {"location_name":"Block Game Jerusalem","radius":25000,"preserved_only":true}.

Input parameters:

- `dimension` (integer|null): 0 Overworld, 1 Nether, 2 End. Inferred for a named location; defaults to Overworld for coordinates.
- `group` (string|null): Optional group name or alias for locations.
- `limit` (integer): Maximum locations, 1–100.
- `location_id` (integer|null): Atlas location ID as the origin; do not combine with x/z or name.
- `location_name` (string|null): Exact location name, case-insensitive. Ambiguous names require an ID.
- `preserved_only` (boolean): Require both a public render and downloadable WDL.
- `radius` (integer): Native-dimension radius, 1–30,000,000 blocks.
- `x` (integer|null): Native X coordinate; provide x/z OR location_id OR exact location_name.
- `z` (integer|null): Native Z coordinate, paired with x.

Output parameters:

- `caveat` (string)
- `locations` (array)
- `nearestHighways` (object)
- `origin` (object)
- `radiusBlocks` (integer)

### `find_recently_added_or_modified` (~146 tokens)

Find location records added/modified in Atlas during inclusive UTC dates, newest matching timestamp first. Not historical capture dates or a complete change log; render-only changes may not update a location. Example: {"from":"2026-09-01","to":"2026-09-14","kind":"added"}.

Input parameters:

- `dimension` (integer|null): Optional dimension 0, 1 or 2.
- `from` (string, required): Inclusive UTC date YYYY-MM-DD.
- `kind` (string): added, modified, or either.
- `limit` (integer): Maximum results, 1–100.
- `to` (string, required): Inclusive UTC date YYYY-MM-DD.

### `find_locations_by_time_range` (~119 tokens)

Find locations with a dated Archive warp or public render captured within an inclusive time range. Year/month-only source dates match overlapping ranges; captureDatePrecision distinguishes them.

Input parameters:

- `dimension` (integer|null): Optional Minecraft dimension: 0 Overworld, 1 Nether, or 2 End.
- `from` (string, required): Inclusive start date in YYYY-MM-DD form.
- `limit` (integer): Maximum results, from 1 to 100. Defaults to 20.
- `to` (string, required): Inclusive end date in YYYY-MM-DD form.

### `get_nocom_dataset` (~55 tokens)

Get Nocom World Pulse historical dataset provenance, per-dimension counts, coverage, tile links and caveats. Observations are not players, visits or ownership; aggregate coverage begins March 2020, not 2018.

Output parameters:

- `attribution` (string)
- `canonicalUrl` (string|null)
- `caveats` (array)
- `dimensions` (array)
- `exploitPatchedDate` (string)
- `groupedRows` (integer)
- `groupedServerScope` (string)
- `groupedSourceSha256` (string)
- `highwayActivityApiUrl` (string)
- `highwaySourceScope` (string)
- `highwaySourceSha256` (string)
- `id` (string)
- `manifestUrl` (string)
- `name` (string)
- `observations` (integer)
- `periodLayerCount` (integer)
- `periodsApiUrl` (string)
- `sourceUrl` (string)
- `tilesGeneratedAtUtc` (string)
- `url` (string)

### `get_nocom_periods` (~106 tokens)

Get up to 39 Nocom observation aggregates and tile templates by dimension and overlapping fixed 30-day UTC buckets. Date filters select whole buckets; results are not exact-day counts or player counts.

Input parameters:

- `dimension` (string|null): overworld, nether or end; omit for all dimensions.
- `from` (string|null): Optional inclusive date YYYY-MM-DD; selects overlapping buckets.
- `to` (string|null): Optional inclusive date YYYY-MM-DD; selects overlapping buckets.

### `search_locations` (~217 tokens)

Discover locations by text, tags, group or preservation filters; returns compact records with canonical links. For proximity use find_locations_near; for a known ID use get_location; for name-based research use research_location.

Input parameters:

- `dimension` (integer|null): Minecraft dimension: 0 Overworld, 1 Nether, or 2 End.
- `group` (string|null): Builder or owning group name, including a partial name.
- `has_render` (boolean|null): True to require a public map render; false to require none; omit for either.
- `has_world_download` (boolean|null): True to require a publicly downloadable preserved WDL; false to require none; omit for either.
- `limit` (integer): Maximum results, from 1 to 100. Defaults to 20.
- `query` (string|null): Words from a location name, description, tag, or Archive warp. Leave empty to browse.
- `type` (string|null): Location classification or tag, such as base, spawn, monument, or world border.

### `find_highways_near_location` (~220 tokens)

Find nearest points on approved highway polylines. Historical geometry, not routing or live passability. Example: {"location_name":"Block Game Jerusalem","highway_dimension":1,"limit":3}.

Input parameters:

- `dimension` (integer|null): 0 Overworld, 1 Nether, 2 End. Inferred for a named location; defaults to Overworld for coordinates.
- `highway_dimension` (integer|null): Dimension of highways to compare; omit to use origin dimension. OW/Nether use nominal 8:1 conversion; End cannot convert.
- `limit` (integer): Maximum results, 1–100.
- `location_id` (integer|null): Atlas location ID as the origin; do not combine with x/z or name.
- `location_name` (string|null): Exact location name, case-insensitive. Ambiguous names require an ID.
- `x` (integer|null): Native X coordinate; provide x/z OR location_id OR exact location_name.
- `z` (integer|null): Native Z coordinate, paired with x.

Output parameters:

- `caveat` (string)
- `highwayDimension` (string)
- `highways` (array)
- `origin` (object)
- `queryX` (number)
- `queryZ` (number)
- `skippedWithoutGeometry` (integer)

### `search_groups` (~89 tokens)

Search documented 2b2t groups by name, history, or activity classification.

Input parameters:

- `limit` (integer): Maximum results, from 1 to 100. Defaults to 20.
- `query` (string|null): Group name, alias, or words from its description. Leave empty to browse.
- `type` (string|null): Optional Atlas classification: Build, Highway, Mixed, or Other.

### `search_highways` (~115 tokens)

Search public, approved 2b2t highways and canals by name, history, dimension, or attributed group.

Input parameters:

- `dimension` (integer|null): Optional Minecraft dimension: 0 Overworld, 1 Nether, or 2 End.
- `group` (string|null): Optional builder or maintainer group name.
- `limit` (integer): Maximum results, from 1 to 100. Defaults to 20.
- `query` (string|null): Highway/canal name or words from its description. Leave empty to browse.

### `get_nocom_highway_activity` (~105 tokens)

Get released historical Nocom highway observation counts by compass direction and fixed 30-day bucket. At most 136 rows per dimension or 17 per direction. Counts reflect scanner bias, not unique players/trips. End has no released highway series.

Input parameters:

- `dimension` (string): overworld or nether; defaults to nether.
- `direction` (string|null): Optional compass name: north, northeast, east, southeast, south, southwest, west, northwest.

### `find_locations_near` (~291 tokens)

Find locations by exact planar distance; filters before limiting. For text discovery use search_locations; for nearby groups, preservation and highways together use research_area. Example: {"location_name":"Mu Megabase","radius":30000000,"limit":10,"exclude_origin":true}.

Input parameters:

- `dimension` (integer|null): 0 Overworld, 1 Nether, 2 End. Inferred for a named location; defaults to Overworld for coordinates.
- `exclude_origin` (boolean): Exclude the origin location ID when resolved by name/ID.
- `group` (string|null): Optional group name or alias.
- `has_render` (boolean|null): Require or exclude a public render; omit for either.
- `has_world_download` (boolean|null): Require or exclude a downloadable WDL; omit for either.
- `limit` (integer): Maximum results, 1–100.
- `location_id` (integer|null): Atlas location ID as the origin; do not combine with x/z or name.
- `location_name` (string|null): Exact location name, case-insensitive. Ambiguous names require an ID.
- `radius` (integer): Native-dimension radius, 1–30,000,000 blocks.
- `x` (integer|null): Native X coordinate; provide x/z OR location_id OR exact location_name.
- `z` (integer|null): Native Z coordinate, paired with x.

### `find_preserved_builds` (~156 tokens)

Find preserved 2b2t builds that have both a public map render and a downloadable bounded world snapshot, optionally filtered by group, dimension, or capture dates.

Input parameters:

- `dimension` (integer|null): Optional Minecraft dimension: 0 Overworld, 1 Nether, or 2 End.
- `from_date` (string|null): Optional inclusive earliest capture date in YYYY-MM-DD form.
- `group` (string|null): Optional builder or owning group name.
- `limit` (integer): Maximum results, from 1 to 100. Defaults to 20.
- `query` (string|null): Optional location or history search text.
- `to_date` (string|null): Optional inclusive latest capture date in YYYY-MM-DD form.

### `get_group` (~55 tokens)

Get one group with history, links, total build count and the first 20 builds. Use get_group_builds with offset for additional builds; get_location for full details.

Input parameters:

- `id` (integer, required): Persistent numeric Atlas group ID.

Output parameters:

- `aliases` (array)
- `apiUrl` (string)
- `attachments` (array)
- `buildCount` (integer)
- `builds` (array)
- `canonicalUrl` (string)
- `description` (string|null)
- `discordUrl` (string|null)
- `founded` (string|null)
- `hasMoreBuilds` (boolean)
- `highways` (array)
- `id` (integer)
- `interactiveUrl` (string)
- `logoUrl` (string|null)
- `name` (string)
- `nextBuildOffset` (integer|null)
- `status` (string|null)
- `type` (string)
- `websiteUrl` (string|null)
- `wikiUrl` (string|null)

### `get_group_builds` (~106 tokens)

Page through a group's builds in stable name/ID order. Pass offset=0 initially, then advance by the returned count until a short page. get_group supplies the total count and first 20 builds.

Input parameters:

- `group_id` (integer, required): Persistent numeric Atlas group ID.
- `limit` (integer): Maximum results, from 1 to 100. Defaults to 50.
- `offset` (integer): Zero-based result offset. Defaults to 0; must be non-negative.

### `get_dataset_stats` (~28 tokens)

Return current counts and machine-readable discovery links for the public 2b2t Atlas dataset.

Output parameters:

- `attachments` (integer)
- `datasetMetadataUrl` (string)
- `generatedAtUtc` (string)
- `groups` (integer)
- `highways` (integer)
- `llmsUrl` (string)
- `locations` (integer)
- `mcpEndpoint` (string)
- `nocomApiUrl` (string|null)
- `nocomDatasetUrl` (string|null)
- `openApiUrl` (string)
- `renders` (integer)
- `warps` (integer)
- `worldDownloads` (integer)

### `research_location` (~78 tokens)

Research a place by name or search phrase: returns the best full record, alternate candidates, nearby places and relationships. Exact homonyms return candidate IDs instead of guessing. For only a known ID use get_location; for discovery lists use search_locations; for coordinate-based context use research_area.

Input parameters:

- `name` (string, required): Location name or distinctive search phrase.

Output parameters:

- `evidenceNotice` (string)
- `location` (object)
- `nearbyLocations` (array)
- `searchCandidates` (array)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/bobymicjohn-2b2t-atlas/api#diagnostics

## Score history

- 2026-09-22: 83
- 2026-09-21: 82
- 2026-09-20: 79
- 2026-09-19: 79
- 2026-09-18: 78
- 2026-09-17: 78
- 2026-09-16: 78
- 2026-09-15: 77
- 2026-09-14: 77
- 2026-09-13: 77
- 2026-09-12: 76
- 2026-09-11: 76
- 2026-09-10: 75
- 2026-09-09: 75
- 2026-09-08: 74
- 2026-09-07: 74
- 2026-09-06: 73

## Common questions

### What is the 2b2t Atlas MCP server?

2b2t Atlas is an MCP server listed in the public MCP registry as io.github.bobymicjohn/2b2t-atlas. Search 2b2t locations, groups, highways, renders, Archive warps, and WDL metadata. This page covers its hosted endpoint (https://api.blackportal.cloud/mcp).

### Is the 2b2t Atlas MCP server safe to use?

2b2t Atlas scores 83 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the 2b2t Atlas MCP server expose?

2b2t Atlas exposes 21 tools: get_location, get_warps, get_render_metadata, get_highway, get_world_downloads, and 16 more. Their descriptions and schemas cost roughly 2,425 tokens of context every time the server is loaded.

### Does the 2b2t Atlas MCP server require authentication?

No. We connected to 2b2t Atlas without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the 2b2t Atlas MCP server still maintained?

2b2t Atlas is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://api.blackportal.cloud/mcp
- Repository: https://github.com/bobymicjohn/2b2tAtlas-Public-API
- Website: https://2b2tatlas.com/mcp/
- Changelog RSS feed: https://verifymcp.io/servers/bobymicjohn-2b2t-atlas/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/bobymicjohn-2b2t-atlas/api.json
- HTML version of this page: https://verifymcp.io/servers/bobymicjohn-2b2t-atlas/api
