Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

CharterBench in other clients