← Registry

General Tools

atlasipholdingsllc.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint10 known toolsFirst detected September 16, 2026Last detected September 16, 2026

ENDPOINT 1

https://app.atlasipholdingsllc.com/mcp?src=mcp_registry

No auth detected

MCP server metadata

Name
atlas-data-exchange
Version
2026-09-11.2
Capabilities
tools
Server instructions

Atlas sells manufactured views over one graph: cells x days x infrastructure x hazard history x denominators x signals. Start with search_products or answer_question; inspect_product returns the contract; quote_request prices a need in credits; buy_product / create_watch return the exact call. Atlas ships through risk indicator, never a predictive model.

Known tools 10

search_products

SEMANTIC 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.

Inferred read-only
inspect_product

The 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.

Inferred read-only
sample_product

Free sample rows of a product (k-anonymised where applicable) with data_through and contract version.

Inferred read-only
answer_question

Ask a question Atlas can answer live (seismic unusual in a region, wave energy, commodity regimes, logistics safety, what cells are alert-worthy).

Inferred read-only
quote_request

Quote a dataset need: text / keywords / category, max_age_hours, budget_usd, resolution, window_days, records, region or bbox.

Inferred read-only
quote_watch

Quote 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).

Inferred read-only
get_changes

Change events since a cursor.

Inferred read-only
get_entitlement

What an api_key is entitled to and has used: tier, credits quota, used, remaining, projected cost of a request, reset date.

Inferred read-only
buy_product

The 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.

Potential side effects
create_watch

The exact subscribe call for a watch (mode=watch) with the filters given, its tier, price and metering, plus the webhook contract.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.atlas-data-exchange]
url = "https://app.atlasipholdingsllc.com/mcp?src=mcp_registry"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "atlas-data-exchange": {
      "type": "http",
      "url": "https://app.atlasipholdingsllc.com/mcp?src=mcp_registry"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: atlas-data-exchange
Remote MCP URL: https://app.atlasipholdingsllc.com/mcp?src=mcp_registry

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "atlas-data-exchange": {
      "url": "https://app.atlasipholdingsllc.com/mcp?src=mcp_registry"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "atlas-data-exchange": {
      "type": "http",
      "url": "https://app.atlasipholdingsllc.com/mcp?src=mcp_registry"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "atlas-data-exchange",
  "transport": "streamable-http",
  "url": "https://app.atlasipholdingsllc.com/mcp?src=mcp_registry"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.