Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

FlashBank

NPM · @FLASHBANK/MCP · SCANNED AUG 3

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

Available components

+19 this week 70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (103 of 107), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (103 of 107), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1521 tokens (~80/item across 19 items; 15 tools + 4 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage88
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 63% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @flashbank/mcp

# add to Claude Code
claude mcp add rotwang9000-flashbank -- npx -y @flashbank/mcp
# add to Codex CLI
codex mcp add rotwang9000-flashbank -- npx -y @flashbank/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rotwang9000-flashbank": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@flashbank/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add rotwang9000-flashbank --command npx --arg -y --arg @flashbank/mcp
# ~/.hermes/config.yaml
mcp_servers:
  rotwang9000-flashbank:
    command: "npx"
    args: ["-y", "@flashbank/mcp"]
// mcp.json
{
  "mcpServers": {
    "rotwang9000-flashbank": {
      "command": "npx",
      "args": [
        "-y",
        "@flashbank/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +11
    • Known CVEs: partial → unverified security
    • Dependency health: partial → unverified functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Stability: unverified → 0.23 functional
  • 1 Aug 26 +25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 51

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@flashbank/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 103 packages

103 packages in the resolved dependency tree · 101 deprecated · 30 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 15 exposed · ~1,220 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
explain ~36

Plain-English primer on both FlashBank products, the loan lifecycle, fees and safety rules. Call this first if you are unsure how anything works.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

faucet_mint ~61

Mint a free batch of 10,000 fpUSD or fpETH (valueless playground tokens) to the signing wallet on Sepolia. The safe way for agents to get funds to experiment with.

NameTypeReqDescription
tokenstringyesWhich playground token to mint

No output schema declared.

No examples provided.

flash_pools ~43

Per-token flash-loan liquidity on a chain: committed amount, live available liquidity, fee, per-loan cap and provider count.

NameTypeReqDescription
chainstringyes

No output schema declared.

No examples provided.

flash_quote ~76

Fee quote for flash-borrowing a given amount of a token (symbol or address) on a chain.

NameTypeReqDescription
amountstringyesHuman amount to borrow, e.g. "250"
chainstringyes
tokenstringyesToken symbol (e.g. "WETH") or 0x address

No output schema declared.

No examples provided.

list_chains ~26

Supported chains with contract addresses, registry tokens and whether writes are currently permitted for each.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

p2p_cancel ~51

Cancel an offer you created that has not been taken, reclaiming your escrow (any boost spend is not refunded). Mainnet gated.

NameTypeReqDescription
chainstringyes
idintegeryes

No output schema declared.

No examples provided.

p2p_claim_default ~67

After the repay window closes unpaid, the lender claims the collateral (any agreed surplus returns to the borrower). Irreversibly settles the loan. Requires the signing wallet to be the lender (mainnet gated).

NameTypeReqDescription
chainstringyes
idintegeryes

No output schema declared.

No examples provided.

p2p_create_offer ~359

Post a loan offer (you lend) or borrow request (you borrow) on-chain. Escrows your side immediately: lenders escrow the principal, borrowers escrow the collateral. Reversible via p2p_cancel while untaken. Requires a signing key; mainnet additionally requires FLASHBANK_MCP_ALLOW_MAINNET=true.

NameTypeReqDescription
allowedTakerstringRestrict who may take (address). Omit for open market.
chainstringyes
collateralstringyesCollateral amount (human units)
collateralTokenstringyesToken pledged as collateral — symbol or address
coolingOffHoursnumberv2 chains (Sepolia) only: cooling-off window in hours over which the fee vests. Omit or 0 = the protocol minimum for the term; longer is allowed, shorter rejects.
durationDaysnumberyesLoan term in days
flatFeestringyesFlat repayment fee in principal-token units (e.g. "30" = repay principal + 30). NOT a percentage.
graceDaysnumberGrace period after maturity (days, default 1)
offerExpiryHoursnumberHours until the un-taken offer expires (default: never)
principalstringyesPrincipal amount (human units, e.g. "1000")
principalTokenstringyesToken being lent — symbol or address
settlementValuestringAgreed value of ALL the collateral in principal-token units; surplus above the debt returns to the borrower on default. Omit for full forfeit.
sidestringyes"lend" = you provide the principal; "borrow" = you provide the collateral

No output schema declared.

No examples provided.

p2p_get_loan ~62

Full detail for one loan id: terms, parties, status, what a taker must provide, repayment quote, default deadline/split and the on-chain terms hash.

NameTypeReqDescription
chainstringyes
idintegeryesLoan id

No output schema declared.

No examples provided.

p2p_list_offers ~74

Open, takeable loan offers/requests on a chain, newest first with boosted (featured) offers ranked on top. Returns human-readable terms plus the raw ids for follow-up calls.

NameTypeReqDescription
chainstringyesChain to browse
limitintegerMax offers to return (default 20)

No output schema declared.

No examples provided.

p2p_my_loans ~56

Every loan created by or assigned to an address (defaults to the configured wallet), with current status.

NameTypeReqDescription
addressstringAddress to look up (defaults to the signing wallet)
chainstringyes

No output schema declared.

No examples provided.

p2p_repay ~86

Repay an active loan you borrowed, redeeming your collateral. On v2 chains (Sepolia) the fee is the VESTED amount — repaying inside the cooling-off window is rebated down to a 10% floor. Requires the signing wallet to be the borrower (mainnet gated).

NameTypeReqDescription
chainstringyes
idintegeryes

No output schema declared.

No examples provided.

p2p_take_offer ~94

Accept an open offer, pinning the EXACT terms currently on-chain (takeWithTerms) so a last-second re-price reverts instead of surprising you. Approves and escrows your side, which activates the loan — a BINDING commitment until repaid or defaulted. Requires a signing key (mainnet gated).

NameTypeReqDescription
chainstringyes
idintegeryesLoan id to take

No output schema declared.

No examples provided.

p2p_withdraw_unclaimed ~84

v2 chains (Sepolia) only: if a settlement payout to you could not be delivered (e.g. a blocklisting token), it queues on-chain — this checks your queued balance for a token and withdraws it.

NameTypeReqDescription
chainstringyes
tokenstringyesToken symbol or 0x address the payout was in

No output schema declared.

No examples provided.

wallet_status ~45

Address, native balance and registry-token balances of the configured signing wallet on one chain. Reports read-only mode when no key is set.

NameTypeReqDescription
chainstringyesChain to inspect

No output schema declared.

No examples provided.