FlashBank
Rank #42,428io.github.Rotwang9000/flashbank
Fixed-fee P2P term loans (no oracles) and flash loans on Ethereum, Base, Arbitrum and Sepolia.
FlashBank is a Model Context Protocol (MCP) server published by Rotwang9000. It ranks #42,428 of 115,591 servers tracked on MCP Toplist. FlashBank is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 10, 2026 and most recently updated on Jun 12, 2026.
Ranks ahead of 73,163 of 115,591 servers on MCP Toplist.
Use FlashBank
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add flashbank -e "FLASHBANK_MCP_PRIVATE_KEY=<your FLASHBANK_MCP_PRIVATE_KEY>" -e "FLASHBANK_MCP_ALLOW_MAINNET=<your FLASHBANK_MCP_ALLOW_MAINNET>" -e "FLASHBANK_MCP_RPC_SEPOLIA=<your FLASHBANK_MCP_RPC_SEPOLIA>" -- npx -y @flashbank/mcpReplace each placeholder with your own value before saving.
[mcp_servers.flashbank]
command = "npx"
args = ["-y", "@flashbank/mcp"]
[mcp_servers.flashbank.env]
FLASHBANK_MCP_PRIVATE_KEY = "<your FLASHBANK_MCP_PRIVATE_KEY>"
FLASHBANK_MCP_ALLOW_MAINNET = "<your FLASHBANK_MCP_ALLOW_MAINNET>"
FLASHBANK_MCP_RPC_SEPOLIA = "<your FLASHBANK_MCP_RPC_SEPOLIA>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"flashbank": {
"command": "npx",
"args": [
"-y",
"@flashbank/mcp"
],
"env": {
"FLASHBANK_MCP_PRIVATE_KEY": "<your FLASHBANK_MCP_PRIVATE_KEY>",
"FLASHBANK_MCP_ALLOW_MAINNET": "<your FLASHBANK_MCP_ALLOW_MAINNET>",
"FLASHBANK_MCP_RPC_SEPOLIA": "<your FLASHBANK_MCP_RPC_SEPOLIA>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"flashbank": {
"command": "npx",
"args": [
"-y",
"@flashbank/mcp"
],
"env": {
"FLASHBANK_MCP_PRIVATE_KEY": "<your FLASHBANK_MCP_PRIVATE_KEY>",
"FLASHBANK_MCP_ALLOW_MAINNET": "<your FLASHBANK_MCP_ALLOW_MAINNET>",
"FLASHBANK_MCP_RPC_SEPOLIA": "<your FLASHBANK_MCP_RPC_SEPOLIA>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"flashbank": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@flashbank/mcp"
],
"env": {
"FLASHBANK_MCP_PRIVATE_KEY": "<your FLASHBANK_MCP_PRIVATE_KEY>",
"FLASHBANK_MCP_ALLOW_MAINNET": "<your FLASHBANK_MCP_ALLOW_MAINNET>",
"FLASHBANK_MCP_RPC_SEPOLIA": "<your FLASHBANK_MCP_RPC_SEPOLIA>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"flashbank": {
"command": "npx",
"args": [
"-y",
"@flashbank/mcp"
],
"env": {
"FLASHBANK_MCP_PRIVATE_KEY": "<your FLASHBANK_MCP_PRIVATE_KEY>",
"FLASHBANK_MCP_ALLOW_MAINNET": "<your FLASHBANK_MCP_ALLOW_MAINNET>",
"FLASHBANK_MCP_RPC_SEPOLIA": "<your FLASHBANK_MCP_RPC_SEPOLIA>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"flashbank": {
"command": "npx",
"args": [
"-y",
"@flashbank/mcp"
],
"env": {
"FLASHBANK_MCP_PRIVATE_KEY": "<your FLASHBANK_MCP_PRIVATE_KEY>",
"FLASHBANK_MCP_ALLOW_MAINNET": "<your FLASHBANK_MCP_ALLOW_MAINNET>",
"FLASHBANK_MCP_RPC_SEPOLIA": "<your FLASHBANK_MCP_RPC_SEPOLIA>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Rotwang9000%2Fflashbank)<a href="https://mcptoplist.com/server/io.github.Rotwang9000%2Fflashbank"><img src="https://mcptoplist.com/badge/io.github.Rotwang9000%2Fflashbank.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
Rotwang9000
Other servers by Rotwang9000
View all Rotwang9000 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.1.1 | Jun 12, 2026 |
Frequently asked questions
- Who maintains FlashBank?
- FlashBank is maintained by Rotwang9000, which publishes 4 MCP servers (2 total versions) tracked on MCP Toplist.
- Is FlashBank listed on the Official MCP Registry?
- Yes — FlashBank is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does FlashBank have?
- MCP Toplist tracks 1 version of FlashBank, most recently published on Jun 12, 2026.
- Where can I find the source code for FlashBank?
- The source code for FlashBank is hosted at github.com/rotwang9000/flashbank-net.