{"name":"io.github.bobymicjohn/2b2t-atlas","slug":"bobymicjohn-2b2t-atlas","title":"2b2t Atlas","description":"Search 2b2t locations, groups, highways, renders, Archive warps, and WDL metadata.","url":"https://mcp.market/server/bobymicjohn-2b2t-atlas","rating":null,"grade":"A","score":91,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":30,"stars":4,"forks":0,"downloads_week":null,"last_push_at":"2026-09-10T18:04:46.000Z","license":"Unlicense"},"uptime":{"percent":100,"checks":5,"ok":5,"last_checked_at":"2026-09-20T16:21:03.667Z","last_ok_at":"2026-09-20T16:21:03.667Z","latency_ms":247},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/bobymicjohn/2b2tAtlas-Public-API","website":"https://2b2tatlas.com/mcp/","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://api.blackportal.cloud/mcp"}],"packages":[],"tools":[{"name":"find_highways_near_location","description":"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}.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"x":{"description":"Native X coordinate; provide x/z OR location_id OR exact location_name.","type":["integer","null"],"default":null},"z":{"description":"Native Z coordinate, paired with x.","type":["integer","null"],"default":null},"dimension":{"description":"0 Overworld, 1 Nether, 2 End. Inferred for a named location; defaults to Overworld for coordinates.","type":["integer","null"],"default":null},"location_id":{"description":"Atlas location ID as the origin; do not combine with x/z or name.","type":["integer","null"],"default":null},"location_name":{"description":"Exact location name, case-insensitive. Ambiguous names require an ID.","type":["string","null"],"default":null},"highway_dimension":{"description":"Dimension of highways to compare; omit to use origin dimension. OW/Nether use nominal 8:1 conversion; End cannot convert.","type":["integer","null"],"default":null},"limit":{"description":"Maximum results, 1–100.","type":"integer","default":5}}}},{"name":"find_locations_by_time_range","description":"Find locations with a dated Archive warp or public render captured within an inclusive time range.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"description":"Inclusive start date in YYYY-MM-DD form.","type":"string"},"to":{"description":"Inclusive end date in YYYY-MM-DD form.","type":"string"},"dimension":{"description":"Optional Minecraft dimension: 0 Overworld, 1 Nether, or 2 End.","type":["integer","null"],"default":null},"limit":{"description":"Maximum results, from 1 to 100. Defaults to 20.","type":"integer","default":20}},"required":["from","to"]}},{"name":"find_locations_near","description":"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}.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"x":{"description":"Native X coordinate; provide x/z OR location_id OR exact location_name.","type":["integer","null"],"default":null},"z":{"description":"Native Z coordinate, paired with x.","type":["integer","null"],"default":null},"dimension":{"description":"0 Overworld, 1 Nether, 2 End. Inferred for a named location; defaults to Overworld for coordinates.","type":["integer","null"],"default":null},"location_id":{"description":"Atlas location ID as the origin; do not combine with x/z or name.","type":["integer","null"],"default":null},"location_name":{"description":"Exact location name, case-insensitive. Ambiguous names require an ID.","type":["string","null"],"default":null},"radius":{"description":"Native-dimension radius, 1–30,000,000 blocks.","type":"integer","default":10000},"limit":{"description":"Maximum results, 1–100.","type":"integer","default":20},"group":{"description":"Optional group name or alias.","type":["string","null"],"default":null},"has_render":{"description":"Require or exclude a public render; omit for either.","type":["boolean","null"],"default":null},"has_world_download":{"description":"Require or exclude a downloadable WDL; omit for either.","type":["boolean","null"],"default":null},"exclude_origin":{"description":"Exclude the origin location ID when resolved by name/ID.","type":"boolean","default":false}}}},{"name":"find_preserved_builds","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Optional location or history search text.","type":["string","null"],"default":null},"dimension":{"description":"Optional Minecraft dimension: 0 Overworld, 1 Nether, or 2 End.","type":["integer","null"],"default":null},"group":{"description":"Optional builder or owning group name.","type":["string","null"],"default":null},"from_date":{"description":"Optional inclusive earliest capture date in YYYY-MM-DD form.","type":["string","null"],"default":null},"to_date":{"description":"Optional inclusive latest capture date in YYYY-MM-DD form.","type":["string","null"],"default":null},"limit":{"description":"Maximum results, from 1 to 100. Defaults to 20.","type":"integer","default":20}}}},{"name":"find_recently_added_or_modified","description":"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\"}.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"description":"Inclusive UTC date YYYY-MM-DD.","type":"string"},"to":{"description":"Inclusive UTC date YYYY-MM-DD.","type":"string"},"kind":{"description":"added, modified, or either.","type":"string","default":"either"},"dimension":{"description":"Optional dimension 0, 1 or 2.","type":["integer","null"],"default":null},"limit":{"description":"Maximum results, 1–100.","type":"integer","default":20}},"required":["from","to"]}},{"name":"get_dataset_stats","description":"Return current counts and machine-readable discovery links for the public 2b2t Atlas dataset.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"get_group","description":"Get one group with its history, aliases, links, attributed builds, attributed highways, roles, and canonical URLs.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Persistent numeric Atlas group ID.","type":"integer"}},"required":["id"]}},{"name":"get_group_builds","description":"List locations explicitly attributed to a group, including roles, coordinates, render counts, and canonical links.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"group_id":{"description":"Persistent numeric Atlas group ID.","type":"integer"},"limit":{"description":"Maximum results, from 1 to 100. Defaults to 50.","type":"integer","default":50}},"required":["group_id"]}},{"name":"get_highway","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Persistent numeric Atlas highway ID.","type":"integer"}},"required":["id"]}},{"name":"get_location","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Persistent numeric Atlas location ID.","type":"integer"}},"required":["id"]}},{"name":"get_nocom_dataset","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"get_nocom_highway_activity","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"dimension":{"description":"overworld or nether; defaults to nether.","type":"string","default":"nether"},"direction":{"description":"Optional compass name: north, northeast, east, southeast, south, southwest, west, northwest.","type":["string","null"],"default":null}}}},{"name":"get_nocom_periods","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"dimension":{"description":"overworld, nether or end; omit for all dimensions.","type":["string","null"],"default":null},"from":{"description":"Optional inclusive date YYYY-MM-DD; selects overlapping buckets.","type":["string","null"],"default":null},"to":{"description":"Optional inclusive date YYYY-MM-DD; selects overlapping buckets.","type":["string","null"],"default":null}}}},{"name":"get_render_metadata","description":"List public map-render metadata for a location, including tile templates, exact bounds, coordinate scheme, dates, provenance, and source-WDL links.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"location_id":{"description":"Persistent numeric Atlas location ID.","type":"integer"}},"required":["location_id"]}},{"name":"get_warps","description":"List every Archive warp linked to a location, including landing coordinates, capture date, checksum, and WDL links when available.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"location_id":{"description":"Persistent numeric Atlas location ID.","type":"integer"}},"required":["location_id"]}},{"name":"get_world_downloads","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"location_id":{"description":"Persistent numeric Atlas location ID.","type":"integer"}},"required":["location_id"]}},{"name":"research_area","description":"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}.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"x":{"description":"Native X coordinate; provide x/z OR location_id OR exact location_name.","type":["integer","null"],"default":null},"z":{"description":"Native Z coordinate, paired with x.","type":["integer","null"],"default":null},"dimension":{"description":"0 Overworld, 1 Nether, 2 End. Inferred for a named location; defaults to Overworld for coordinates.","type":["integer","null"],"default":null},"location_id":{"description":"Atlas location ID as the origin; do not combine with x/z or name.","type":["integer","null"],"default":null},"location_name":{"description":"Exact location name, case-insensitive. Ambiguous names require an ID.","type":["string","null"],"default":null},"radius":{"description":"Native-dimension radius, 1–30,000,000 blocks.","type":"integer","default":10000},"limit":{"description":"Maximum locations, 1–100.","type":"integer","default":20},"group":{"description":"Optional group name or alias for locations.","type":["string","null"],"default":null},"preserved_only":{"description":"Require both a public render and downloadable WDL.","type":"boolean","default":false}}}},{"name":"research_location","description":"Research a place by name or search phrase: returns the best full record, alternate candidates, nearby places and relationships. For only a known ID use get_location; for discovery lists use search_locations; for coordinate-based context use research_area.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"description":"Location name or distinctive search phrase.","type":"string"}},"required":["name"]}},{"name":"search_groups","description":"Search documented 2b2t groups by name, history, or activity classification.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Group name, alias, or words from its description. Leave empty to browse.","type":["string","null"],"default":null},"type":{"description":"Optional Atlas classification: Build, Highway, Mixed, or Other.","type":["string","null"],"default":null},"limit":{"description":"Maximum results, from 1 to 100. Defaults to 20.","type":"integer","default":20}}}},{"name":"search_highways","description":"Search public, approved 2b2t highways and canals by name, history, dimension, or attributed group.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Highway/canal name or words from its description. Leave empty to browse.","type":["string","null"],"default":null},"dimension":{"description":"Optional Minecraft dimension: 0 Overworld, 1 Nether, or 2 End.","type":["integer","null"],"default":null},"group":{"description":"Optional builder or maintainer group name.","type":["string","null"],"default":null},"limit":{"description":"Maximum results, from 1 to 100. Defaults to 20.","type":"integer","default":20}}}},{"name":"search_locations","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Words from a location name, description, tag, or Archive warp. Leave empty to browse.","type":["string","null"],"default":null},"dimension":{"description":"Minecraft dimension: 0 Overworld, 1 Nether, or 2 End.","type":["integer","null"],"default":null},"group":{"description":"Builder or owning group name, including a partial name.","type":["string","null"],"default":null},"type":{"description":"Location classification or tag, such as base, spawn, monument, or world border.","type":["string","null"],"default":null},"has_render":{"description":"True to require a public map render; false to require none; omit for either.","type":["boolean","null"],"default":null},"has_world_download":{"description":"True to require a publicly downloadable preserved WDL; false to require none; omit for either.","type":["boolean","null"],"default":null},"limit":{"description":"Maximum results, from 1 to 100. Defaults to 20.","type":"integer","default":20}}}}],"scan":{"score":91,"grade":"A","scanned_at":"2026-09-20T11:36:12.824Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T11:36:12.772Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1075ms"]},"poisoning":{"score":15,"max":15,"notes":["21 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 10 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"probes":[{"url":"https://api.blackportal.cloud/mcp","reachable":true,"authRequired":false,"latencyMs":1075,"serverInfo":{"name":"2b2t-atlas","version":"1.0.0"}}],"packages":[],"repo":{"found":true,"owner":"bobymicjohn","repo":"2b2tAtlas-Public-API","archived":false,"pushedAt":"2026-09-10T18:04:46Z","stars":4,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/7483240?v=4","ownerCreatedAt":"2014-05-04T22:54:21Z","license":"Unlicense"},"icon":{"url":"https://avatars.githubusercontent.com/u/7483240?v=4&s=128","source":"github"},"presence":{"stars":4,"forks":0,"downloadsWeek":null,"license":"Unlicense","lastPushAt":"2026-09-10T18:04:46.000Z","score":30}}}},"grade_history":[],"reviews":[]}