Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Bankless • Blockchain & Crypto
A server enabling structured AI model interaction with on-chain data through the Bankless API.
Interact with smart contract states and retrieve blockchain data
Analyze transactions and event logs on various blockchain networks
Access comprehensive contract ABI and source information programmatically
The Bankless Onchain MCP Server provides a framework to facilitate AI models in accessing blockchain state and event data conveniently. By implementing the Model Context Protocol (MCP), it allows seamless interaction with smart contract states, events, and transactions across various blockchain networks. This server is particularly beneficial for AI applications needing structured and reliable access to blockchain data.
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"}]
Gets the proxy address for a given network and contract
Gets the ABI for a given contract on a specific network
Gets the source code for a given contract on a specific network
Fetches event logs for a given network and filter criteria
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.