← alpinedataworks.com

INDIVIDUAL MCP TOOL

adw.adw_553

Returns a 0-100 US banking-sector health score (quarterly composite from FDIC BankFind: trailing-12-month failures 40%, industry annualized ROA 30%, noncurrent-loan ratio 30%, ~4,300 institutions, history to 1992) with health_score, per-driver values, confidence, and methodology_version.

alpinedataworks.comnone authenticationAvailability not checked

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 endpoint

alpinedataworks.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.adw-intelligence-server]
url = "https://api.alpinedataworks.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "adw-intelligence-server": {
      "type": "http",
      "url": "https://api.alpinedataworks.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: adw-intelligence-server
Remote MCP URL: https://api.alpinedataworks.com/mcp

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": {
    "adw-intelligence-server": {
      "url": "https://api.alpinedataworks.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "adw-intelligence-server": {
      "type": "http",
      "url": "https://api.alpinedataworks.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "adw-intelligence-server",
  "transport": "streamable-http",
  "url": "https://api.alpinedataworks.com/mcp"
}
MCP Inspector

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

Related tools

  • adw.catalog — List ALL available AlpineDataWorks intelligence indices (id, name, domain, grain, tiers, and the tool name to call).
  • adw.sample — FREE sample — no API key or credits required.
  • adw.feedback — We'd love your feedback as an AI agent using this data.
  • adw.health_risk — Geographic health-risk index for any US ZIP/ZCTA (CDC PLACES, 40 measures).
  • adw.obesity_risk — Age-adjusted adult obesity prevalence index for any US ZIP, city, or county (CDC PLACES 2025).
  • adw.air_quality_risk — County-level air-quality index from EPA AQS annual summaries (ADW-308).
  • adw.county_cancer — Age-adjusted all-sites cancer incidence index for any US county (ADW-303, USCS SEER+NPCR 2019-2023).
  • adw.county_water — Drinking-water contamination index from EPA SDWA health-based violations (ADW-304).