fdic-mcp-server 1.23.1 → 1.24.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 CHANGED
@@ -193,6 +193,8 @@ More examples are in [docs/usage-examples.md](./docs/usage-examples.md).
193
193
 
194
194
  | Tool | Description |
195
195
  |------|-------------|
196
+ | `search` | ChatGPT-compatible citation search across institutions, failures, branches, and schema docs |
197
+ | `fetch` | Fetch full citation text for a result returned by `search` |
196
198
  | `fdic_search_institutions` | Search FDIC-insured banks and savings institutions |
197
199
  | `fdic_get_institution` | Get details for a specific institution by CERT number |
198
200
  | `fdic_search_failures` | Search failed bank records |
@@ -206,6 +208,7 @@ More examples are in [docs/usage-examples.md](./docs/usage-examples.md).
206
208
  | `fdic_compare_bank_snapshots` | Compare two reporting snapshots across banks and rank growth and profitability changes |
207
209
  | `fdic_peer_group_analysis` | Build a peer group and rank an institution against peers on financial metrics |
208
210
  | `fdic_analyze_bank_health` | Run a CAMELS-style health assessment for a single institution |
211
+ | `fdic_show_bank_deep_dive` | Render a ChatGPT bank deep-dive dashboard for a single institution |
209
212
  | `fdic_ubpr_analysis` | Run a UBPR-equivalent ratio analysis (ROA, ROE, NIM, efficiency, capital, liquidity, growth) |
210
213
  | `fdic_compare_peer_health` | Rank a group of institutions by CAMELS-style health scores |
211
214
  | `fdic_detect_risk_signals` | Scan institutions for early warning risk indicators |