CharterBench for Cursor
io.github.auburnduke/charterbench
Every U.S. bank and credit union: ratios, peers, growth and change signals from FDIC/NCUA filings.
client:Cursor
transport:stdio
runtime:npm
Install CharterBench in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"charterbench": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"charterbench-mcp"
],
"env": {
"CHARTERBENCH_API_KEY": "<CHARTERBENCH_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs