{
  "schema_version": "2024-11-05",
  "name": "Coldstorm Intelligence",
  "description": "Payment-gated intelligence MCP server. Exposes automated screening and briefing endpoints alongside human-supervised case opening for authorised agents acting on behalf of a named principal.",
  "publisher": {
    "name": "Coldstorm",
    "url": "https://coldstorm.org",
    "contact": "info@coldstorm.org"
  },
  "server": {
    "url": "https://mcp.coldstorm.org/v1",
    "transport": "streamable-http",
    "protocol_version": "2024-11-05"
  },
  "auth": {
    "scheme": "x402",
    "settlement_currencies": ["USDC"],
    "settlement_chains": ["base"],
    "per_request_payment": true,
    "receiving_wallet": "0x0AcAa90e76bE76aBA83168d34cbB1cCe1E448a55",
    "network_caip2": "eip155:8453"
  },
  "rate_limit": {
    "requests_per_minute": 100,
    "burst": 20
  },
  "tools": [
    {
      "name": "coldstorm.search_case_archetype",
      "description": "Retrieve anonymized case records matched against Coldstorm's curated archetype library. Useful for agent-side scoping and engagement estimation.",
      "cost_usdc": 0,
      "delivery": "automated",
      "returns": "structured case records with source citations"
    },
    {
      "name": "coldstorm.request_intake",
      "description": "Request a scoping call with a human investigator. Agent provides context; a human responds within 12 business hours.",
      "cost_usdc": 0,
      "delivery": "automated-handoff",
      "returns": "intake reference"
    },
    {
      "name": "coldstorm.screen_entity",
      "description": "Preliminary screen of a named entity or individual against consolidated sanctions data (OFAC, EU, UK, UN), PEP registers, and adverse-media feeds. Not a substitute for a certified AML check.",
      "cost_usdc": 50,
      "delivery": "automated",
      "returns": "risk flags with source citations"
    },
    {
      "name": "coldstorm.get_jurisdiction_brief",
      "description": "Current-state briefing on beneficial-ownership disclosure, registry access, filing cadence, and practitioner notes for a named jurisdiction. Human-authored; refreshed quarterly.",
      "cost_usdc": 100,
      "delivery": "human-authored",
      "returns": "markdown briefing (~1200 words)"
    },
    {
      "name": "coldstorm.risk_score_summary",
      "description": "Preliminary risk summary across identity, concealment signals, structure complexity, and jurisdiction. Synthesised into a scored narrative. Intended as an agent-level trigger for deeper human-supervised work, not a standalone compliance output.",
      "cost_usdc": 300,
      "delivery": "analyst-reviewed",
      "returns": "score 0-100 with category breakdown and narrative"
    },
    {
      "name": "coldstorm.deep_asset_trace",
      "description": "Initial payment to open a case. Triggers a human-supervised structured trace with a 10-14 business day SLA. Balance billed against the quoted scope after the initial scoping brief.",
      "cost_usdc": 500,
      "delivery": "human-led",
      "is_case_opening": true,
      "returns": "intake handle and scoping brief",
      "sla_days": 14
    }
  ],
  "data_retention_days": 30,
  "terms_url": "https://coldstorm.org/agents/#terms",
  "privacy_posture": "no-tracking, no-resale, no-model-training",
  "delivery_note": "Automated tools return in seconds from pipelines over structured data sources. Analyst-reviewed and human-authored outputs carry confidence bands and are refreshed or sampled on a regular cadence. Human-led engagements follow retainer scope and the same evidentiary standards as direct counsel-instructed work.",
  "updated_at": "2026-04-22"
}
