Atlas Data Exchange MCP server
Infrastructure and hazard intelligence with provenance, spatial confidence and quality contracts.
Little public usage data yet
Reviews
Write oneNobody has reviewed Atlas Data Exchange yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Atlas Data Exchange tools (10, 2 write)
write = sends, deletes, buys or postsanswer_questionFreeAsk a question Atlas can answer live (seismic unusual in a region, wave energy, commodity regimes, logistics safety, what cells are alert-worthy). Returns verdict, evidence, datasets and the purchase path.
buy_productwrite actionFreeThe exact purchase call for a product and tier (one-time pack via POST /api/datapacks/buy, subscription via POST /api/feeds/subscribe), with terms, idempotency and what is metered. Does not move money: purchases need a session (or Stripe checkout).
create_watchwrite actionFreeThe exact subscribe call for a watch (mode=watch) with the filters given, its tier, price and metering, plus the webhook contract. Does not move money.
get_changesFreeChange events since a cursor. Anonymous: the latest-day preview, at most 10 events (limit_applied/limit_max in the response). With api_key: the metered signal feed for that subscription (GET /api/feeds/{slug}/changes).
get_entitlementFreeWhat an api_key is entitled to and has used: tier, credits quota, used, remaining, projected cost of a request, reset date.
inspect_productFreeThe full machine-readable commercial contract of one product: pricing ladder, credit multipliers, views, schema, measured quality, SLOs, provenance, join quality, semantics (ships through risk indicator), limitations.
quote_requestFreeQuote a dataset need: text / keywords / category, max_age_hours, budget_usd, resolution, window_days, records, region or bbox. Returns ranked products with the cheapest fitting tier, estimated records and credits, cost, and the exact purchase call.
quote_watchFreeQuote a watch (signal feed): need text plus filters (bbox, cohorts, signals, min_severity, min_confidence) -> product (ranked like quote_request, among packs with the cell layer), cheapest tier that meets the need, best tier within budget, estimated events per month and credits (watch events cost 5 credits).
sample_productFreeFree sample rows of a product (k-anonymised where applicable) with data_through and contract version.
search_productsFreeSEMANTIC product discovery: describe the need in plain words (industry, infrastructure type, hazard, question) and get products ranked by profile match (answers_questions, use_cases, industries, infrastructure_types, hazard_classes, example_questions), with the matched terms, what each product is NOT for, its temporal/spatial coverage, the cheapest satisfying tier, quality status and contract URL.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 943ms20/20
- Tool poisoning10 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 2 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http atlas-data-exchange https://app.atlasipholdingsllc.com/mcp?src=mcp_registry
Atlas Data Exchange: common questions
- Is Atlas Data Exchange MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Atlas Data Exchange safety report
- How do I install Atlas Data Exchange?
- It runs remotely at app.atlasipholdingsllc.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Atlas Data Exchange need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Atlas Data Exchange maintained?
- The latest release is v2026.9.11-2.
- Is Atlas Data Exchange up?
- 100% of our last 8 checks got an answer. We check remote servers about four times a day.