← americandefault.org
INDIVIDUAL MCP TOOL
get_adi_composite
Fetch the latest quarterly reading of the American Distress Index (ADI) composite.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.american-default-mcp]
url = "https://mcp.americandefault.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"american-default-mcp": {
"type": "http",
"url": "https://mcp.americandefault.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: american-default-mcp
Remote MCP URL: https://mcp.americandefault.org/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": {
"american-default-mcp": {
"url": "https://mcp.americandefault.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"american-default-mcp": {
"type": "http",
"url": "https://mcp.americandefault.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "american-default-mcp",
"transport": "streamable-http",
"url": "https://mcp.americandefault.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_indicator— Fetch a compact snapshot of an American Default economic indicator by slug.get_county_scorecard— Fetch a county's County Distress Index (CDI) scorecard by 5-digit FIPS code.search_indicators— Search the 96-indicator registry by keyword.get_cross_correlations— Fetch statistically-validated leading/lagging relationships for an indicator.