American Default Research
@vibecode1
关于 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), the American Distress Index (ADI) composite score, and county-level distress scores
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"american-default-research": {
"url": "https://mcp.americandefault.org/mcp",
"transport": "streamable-http"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is American Default Research?
American Default Research is a Model Context Protocol server that exposes 96 economic distress indicators, the American Distress Index (ADI) composite score, and county-level distress scores across all 3,144 U.S. counties to MCP-compatible AI agents. It is designed for AI agents that need to retrieve structured economic distress data.
How to use American Default Research?
Point any MCP-compatible client at the hosted streamable-HTTP endpoint at https://mcp.americandefault.org/mcp. For Claude Desktop, add the endpoint URL to claude_desktop_config.json. The server exposes five tools: get_indicator, get_county_scorecard, get_adi_composite, search_indicators, and get_cross_correlations. A local install is possible for self-hosting but requires data files not included in the repo.
Key features of American Default Research
- Exposes 5 tools for retrieving distress data, ADI, and correlations.
- Data covers all 3,144 U.S. counties with 96 economic indicators.
- Each response includes canonical citations in APA, MLA, Chicago, and news-copy formats.
- Schema versioning ensures backward compatibility (v1 tools stay live).
- Built-in rate limiting for the HTTP transport (per-minute burst and per-hour sustained).
- Supports both stdio (for local clients) and streamable-HTTP transports.
Use cases of American Default Research
- An AI agent retrieves the latest American Distress Index composite score using
get_adi_composite. - A financial analyst's assistant fetches a county-level distress scorecard for a given FIPS code.
- A researcher searches for economic indicators by keyword (e.g., "mortgage delinquency") via
search_indicators. - An agent analyzes leading/lagging relationships between two indicators via
get_cross_correlations. - A policy brief generator automatically cites each data point with pre-formatted APA citations.
FAQ from American Default Research
What data sources does American Default Research use?
Data is sourced from FRED, BLS, NY Fed Household Debt and Credit Report, ATTOM Data Solutions, Mortgage Bankers Association, American Bankruptcy Institute / Epiq Systems, and additional primary government and industry sources.
Is the server free to use for AI agents?
The hosted endpoint is available without an explicit cost mentioned; the server supports anonymous and issued bearer-token tiers. Data is free to use with attribution per the canonical attribution block.
Can I run American Default Research locally instead of using the hosted endpoint?
The local installation is possible but requires data files (data/ and site/src/data/) not included in the repo. You can mirror data from the public API or use the repo as a code reference only.
What happens if an indicator slug has no populated data yet?
10 of 96 bundles return status: "awaiting_population" with full metadata and a null latest_value—agents can discover the slug exists without receiving phantom data.
How are response sizes managed for LLM context budgets?
Each endpoint has a defined response size budget (e.g., get_indicator ≤ 16 KB, get_county_scorecard ≤ 25 KB). The raw 300+ point indicator series is omitted from get_indicator to keep context manageable; the full series is available at a separate API endpoint.
数据与分析 分类下的更多 MCP 服务器
HubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Web3 Research MCP
aaronjmarsDeep Research for crypto - free & fully local
评论