Blockscout
Read addresses, transactions, tokens, blocks, and stats from Blockscout EVM explorers.
Tools
| Name | Description |
|---|---|
searchSearch a Blockscout explorer for addresses, tokens, blocks, and transactions. | Search a Blockscout explorer for addresses, tokens, blocks, and transactions. |
list_transactionsList recent chain transactions with Blockscout keyset pagination. | List recent chain transactions with Blockscout keyset pagination. |
get_transactionGet transaction details by hash. | Get transaction details by hash. |
get_addressGet address, wallet, or contract summary information. | Get address, wallet, or contract summary information. |
list_address_transactionsList transactions for an address using Blockscout keyset pagination. | List transactions for an address using Blockscout keyset pagination. |
list_address_token_transfersList token transfers for an address. | List token transfers for an address. |
get_tokenGet token metadata by contract address. | Get token metadata by contract address. |
list_token_transfersList transfers for a token contract. | List transfers for a token contract. |
get_blockGet block information by block number or hash. | Get block information by block number or hash. |
get_stats_countersGet pre-calculated Blockscout chain counters. | Get pre-calculated Blockscout chain counters. |
custom_rest_getCall a read-only Blockscout REST v2 endpoint on the configured explorer. | Call a read-only Blockscout REST v2 endpoint on the configured explorer. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('blockscout', 'search', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'blockscout',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Blockscout to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Blockscout support?
Blockscout supports 11 tools including Search, List Transactions, Get Transaction, Get Address, List Address Transactions, and more.
Can I use Blockscout with AI agents?
Yes. Add Blockscout to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Blockscout be used in stateful agent workflows?
Yes. Agents can combine Blockscout tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Blockscout use?
Blockscout uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Blockscout integration cost?
The Blockscout integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Blockscout in minutes
Get 20,000 free action executions every month. No credit card required.