Skip to content
Grok

FlashBank for Grok

io.github.rotwang9000/flashbank

Fixed-fee P2P term loans (no oracles) and flash loans on Ethereum, Base, Arbitrum and Sepolia.

client:Grok transport:stdio runtime:npm

Install FlashBank in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "flashbank": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

FlashBank in other clients