# American Default Research

Read-only MCP for U.S. household financial distress data. Query 96 economic indicators (mortgage delinquency, unemployment claims, savings rate, credit conditions, foreclosure activity, and more), th…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add americandefault/research

# Browse available tools
npx -y smithery tool list americandefault/research

# Get full schema for a tool
npx -y smithery tool get americandefault/research get_indicator

# Call a tool
npx -y smithery tool call americandefault/research get_indicator '{}'
```

## Direct MCP Connection

Endpoint: `https://research--americandefault.run.tools`

## Tools (5)

- `get_indicator` — Fetch a compact snapshot of an American Default economic indicator by slug. Returns latest value, unit, frequency, dire…
- `get_county_scorecard` — Fetch a county's County Distress Index (CDI) scorecard by 5-digit FIPS code. Returns composite score (0-100), zone (Hea…
- `get_adi_composite` — Fetch the latest quarterly reading of the American Distress Index (ADI) composite. Returns composite score (0-100), zon…
- `search_indicators` — Search the 96-indicator registry by keyword. Returns ranked matches (up to `limit`, default 10, max 50) with slug, bran…
- `get_cross_correlations` — Fetch statistically-validated leading/lagging relationships for an indicator. Source: the five-filter leading-indicator…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get americandefault/research <tool-name>
```
