FlashBank
About
Fixed-fee P2P term loans (no oracles) and flash loans on Ethereum, Base, Arbitrum and Sepolia.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
FLASHBANK_MCP_PRIVATE_KEY FLASHBANK_MCP_ALLOW_MAINNET FLASHBANK_MCP_RPC_SEPOLIAClaude Code
claude mcp add --env FLASHBANK_MCP_PRIVATE_KEY= --env FLASHBANK_MCP_ALLOW_MAINNET= --env FLASHBANK_MCP_RPC_SEPOLIA= flashbank -- npx @flashbank/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"flashbank","command":"npx","args":["@flashbank/mcp"],"env":{"FLASHBANK_MCP_PRIVATE_KEY":"","FLASHBANK_MCP_ALLOW_MAINNET":"","FLASHBANK_MCP_RPC_SEPOLIA":""}}'
JSON
{
"mcpServers": {
"flashbank": {
"command": "npx",
"args": [
"@flashbank/mcp"
],
"env": {
"FLASHBANK_MCP_PRIVATE_KEY": "",
"FLASHBANK_MCP_ALLOW_MAINNET": "",
"FLASHBANK_MCP_RPC_SEPOLIA": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.