← atlasipholdingsllc.com

INDIVIDUAL MCP TOOL

sample_product

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

atlasipholdingsllc.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for sample_product and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

atlasipholdingsllc.com

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.

Related tools

  • 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.
  • 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.
  • 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).
  • quote_request — Quote a dataset need: text / keywords / category, max_age_hours, budget_usd, resolution, window_days, records, region or bbox.
  • 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).
  • get_changes — Change events since a cursor.
  • get_entitlement — What an api_key is entitled to and has used: tier, credits quota, used, remaining, projected cost of a request, reset date.
  • 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.