mcpbeat Sign in

FlashBank MCP Server

local only

FlashBank runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 3 Aug 2026.

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

Installs per day peak 13 · avg 7 · +48% w/w
a month agotoday
33
Installs / week
npm · @flashbank/mcp
0
Stars
1 open issues
3 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 14 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/abi.js:1, [пакет] src/chains.js:1, [пакет] src/clients.js:1 и ещё 2
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add flashbank -- npx -y @flashbank/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "flashbank": {
      "args": [
        "-y",
        "@flashbank/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.flashbank]
command = "npx"
args = ["-y", "@flashbank/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "flashbank": {
      "args": [
        "-y",
        "@flashbank/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "flashbank": {
      "args": [
        "-y",
        "@flashbank/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FLASHBANK_MCP_PRIVATE_KEY (Optional EVM private key enabling write tools (create/take/repay offers, faucet). Omit for read-only mode. Use a throwaway key.), FLASHBANK_MCP_ALLOW_MAINNET (Set to 'true' to allow write tools on mainnets (Ethereum, Base, Arbitrum). Defaults to Sepolia-only writes.), FLASHBANK_MCP_RPC_SEPOLIA (Optional custom RPC URL override for Sepolia (similarly FLASHBANK_MCP_RPC_ETHEREUM / _BASE / _ARBITRUM).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to FlashBank

same job, measured the same way
Gavel
by thegavel

Oracle-free fixed-rate, fixed-term BTC credit on Arbitrum One. Data and unsigned blueprints.

21 tools answering
NodeProxy Web Surface Markdown Parser
by pgalyen1987

x402 MCP web parser: URLs to Markdown for agents. USDC on Base, Polygon, Arbitrum, Ethereum.

72 installs/wk 2 tools answering
Ethereum Toolkit
by tkllabs-bh-mcp-servers

Real-time Ethereum blockchain data (gas prices, account balances etc) on Mainnet and Sepolia

answering
Accrue
by accrue

Stablecoin Yield Index (SYX) and live USDC vault APYs across Ethereum, Base, Arbitrum.

20 tools answering
Base Flash Arb MCP
by lordbasilaiassistant-sudo

MCP server for AI agents to detect flash loan arbitrage opportunities across DEXes on Base. Scan Uni

63 installs/wk local only
I
URL Normalizer
by ryuamarines

Normalizes and deduplicates a list of URLs. x402 payment required (testnet USDC, Base Sepolia).

1 tools answering
Ponzu
by yuzukyouma

ERC-20 token launchpad on Ethereum — deploy, presale, swap, and farm via AI agents

53 installs/wk local only
Ponzu
by ponzutech

ERC-20 token launchpad on Ethereum — deploy, presale, swap, and farm via AI agents

local only

FlashBank — questions

Answers built from our own checks of this server.

Why is there no uptime for FlashBank?
FlashBank runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @flashbank/mcp was installed 33 times last week.
How do I connect FlashBank?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @flashbank/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use FlashBank?
The npm package @flashbank/mcp was installed 33 times in the last week. Week over week that is +48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is FlashBank open source?
Yes — it is published under the MIT licence, written in JavaScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.