fdic-mcp-server 1.12.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/dist/index.js +3371 -144
- package/dist/server.js +3371 -144
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -205,11 +205,15 @@ More examples are in [docs/usage-examples.md](./docs/usage-examples.md).
|
|
|
205
205
|
| `fdic_search_demographics` | Search quarterly demographics and market-structure data |
|
|
206
206
|
| `fdic_compare_bank_snapshots` | Compare two reporting snapshots across banks and rank growth and profitability changes |
|
|
207
207
|
| `fdic_peer_group_analysis` | Build a peer group and rank an institution against peers on financial metrics |
|
|
208
|
+
| `fdic_analyze_bank_health` | Run a CAMELS-style health assessment for a single institution |
|
|
209
|
+
| `fdic_compare_peer_health` | Rank a group of institutions by CAMELS-style health scores |
|
|
210
|
+
| `fdic_detect_risk_signals` | Scan institutions for early warning risk indicators |
|
|
208
211
|
|
|
209
|
-
|
|
212
|
+
Server-side analysis helpers:
|
|
210
213
|
|
|
211
214
|
- `fdic_compare_bank_snapshots` batches roster lookup, financial snapshots, and optional demographics snapshots inside the MCP server
|
|
212
215
|
- `fdic_peer_group_analysis` builds a peer group from asset size, charter class, and geography criteria and then ranks an institution against peers
|
|
216
|
+
- `fdic_analyze_bank_health` returns a full `public_camels_proxy_v1` proxy assessment; `fdic_compare_peer_health` returns per-institution summary scores with a full proxy for the subject; `fdic_detect_risk_signals` uses the proxy engine to generate per-institution risk signals — all are analytical proxies, not official regulatory CAMELS ratings
|
|
213
217
|
|
|
214
218
|
## Data Notes
|
|
215
219
|
|