Skip to content
VS Code

FDIC BankFind MCP Server for VS Code

io.github.jflamb/fdic-mcp-server

Search FDIC institutions, branches, failures, and peer analysis over MCP.

client:VS Code transport:stdio runtime:npm

Install FDIC BankFind MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "fdic-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "fdic-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

FDIC BankFind MCP Server in other clients