Blocknative

Blocknative

Blocknative provides real-time mempool monitoring and transaction management tools for public blockchains.

51VIEWS
2169USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app blocknativenpx @composio/cli add cursor --app blocknativenpx @composio/cli add cursor --app blocknativenpx @composio/cli add cursor --app blocknative

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Configure Mempool Filters

Tool to configure filters and abi decoding for ethereum mempool transactions. use after establishing a blocknative websocket connection to set up event filters and decoding.

Get Gas Price Distribution

Tool to retrieve the current mempool gas price distribution breakdown. use when analyzing gas price trends or preparing fee strategies.

Get Gas Oracles

Tool to retrieve metadata on supported gas oracles per chain. use when you need to dynamically discover all available on-chain gas estimation oracles across networks.

Get Gas Prices

Tool to fetch gas price estimates for specific inclusion probabilities. use when you need gas price ranges for the next block or next ~10 seconds.

Get Supported Chains

Tool to retrieve supported chains metadata. use when discovering available networks for blocknative gas services.

Get Base Fee Estimates

Tool to get real-time predictions for base fee and blob base fee for the next 5 blocks. use when you need both 99% and 50% confidence estimates for upcoming blocks.

Subscribe Multichain

Tool to generate websocket subscription details for events across multiple chains. use when preparing to track a transaction hash or account address across chains via blocknative multichain sdk.

Subscribe Transaction Hash

Tool to subscribe to transaction state change events of an ethereum transaction hash. use after establishing a blocknative websocket connection to prepare the subscription message.

Unsubscribe Multichain

Tool to unsubscribe from events across multiple chains using the multichain sdk. use after stopping monitoring of an address or transaction to clean up resources, e.g., call: blocknative.unsubscribe({ id: '0x..', chainid: '0x1' }).

Unsubscribe Transaction Hash

Tool to unsubscribe from transaction state change events for an ethereum transaction hash. use after establishing a blocknative websocket connection to prepare the unsubscription message.

10 actions available