servers / bankless-onchain
Bankless Onchain MCP server
communitystdiolocalunknownhealthy
Query Onchain data, like ERC20 tokens, transaction history, smart contract state.
01Tools · 10
How to read this: tool names here are observed from a live tools/list handshake. The Risk label is a heuristic inferred from the tool name (write/destructive verbs), not from executing the tool — a conservative guess, not a verified capability. We never escalate risk from a description. Found one that's wrong? Tell us — we fix on report.
| Tool | Risk | Side effects | Approval |
|---|---|---|---|
| get_token_balances_on_network Gets all token balances for a given address on a specific network | read | false | unknown |
| get_abi Gets the ABI for a given contract on a specific network | read | false | unknown |
| get_source Gets the source code for a given contract on a specific network | read | false | unknown |
| get_transaction_info Gets detailed information about a specific transaction | read | false | unknown |
| read_contract Read contract state from a blockchain. important:
In case of a tuple, don't use type tuple, but specify the inner types (found in the source) in order. For nested structs, include the substructs types.
Example:
struct DataTypeA {
DataTypeB b;
//the liquidity index. Expressed in ray
uint128 liquidityIndex;
}
struct DataTypeB {
address token;
}
results in outputs for function with return type DataTypeA (tuple in abi): outputs: [{"type": "address"}, {"type": "uint128"}] | read | false | unknown |
| get_events Fetches event logs for a given network and filter criteria | read | false | unknown |
| get_proxy Gets the proxy address for a given network and contract | read | false | unknown |
| build_event_topic Builds an event topic signature based on event name and arguments | unknown | unknown | unknown |
| get_transaction_history_for_user Gets transaction history for a user and optional contract | read | false | unknown |
| get_block_info Gets detailed information about a specific block by number or hash | read | false | unknown |
02Install & source
npx -y @bankless/onchain-mcp
npx- repohttps://github.com/bankless/onchain-mcp
- adoption80 stars · 28 forks
05Provenance & freshness
sourcesAwesome MCP Servers (wong2) [p6]
last_checked2026-08-16 11:39Z
next_check2026-08-18 11:33Z
cadenceevery 48h
verifiedtools_list:passed handshake:passed metadata:passed tools_list:passed handshake:passed metadata:passed tools_list:passed handshake:passed metadata:passed tools_list:passed
index_statusindex — 7 unique facts >= 5
06Badge
Add the “as seen on MCPExplorer” badge to your README.
[](https://mcpexplorer.com/servers/bankless-onchain)
Next step
This is one server. A loadout combines the right servers, governance, and proven plays for a whole job — assembled deliberately, not tool-dumped.
Explore loadouts →