FlashBank for Cline
io.github.rotwang9000/flashbank
Fixed-fee P2P term loans (no oracles) and flash loans on Ethereum, Base, Arbitrum and Sepolia.
client:Cline
transport:stdio
runtime:npm
Install FlashBank in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"flashbank": {
"command": "npx",
"args": [
"-y",
"@flashbank/mcp"
],
"env": {
"FLASHBANK_MCP_PRIVATE_KEY": "<FLASHBANK_MCP_PRIVATE_KEY>",
"FLASHBANK_MCP_ALLOW_MAINNET": "<FLASHBANK_MCP_ALLOW_MAINNET>",
"FLASHBANK_MCP_RPC_SEPOLIA": "<FLASHBANK_MCP_RPC_SEPOLIA>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs