Weavz
Blockscout

Blockscout

Read addresses, transactions, tokens, blocks, and stats from Blockscout EVM explorers.

11 tools

Tools

Name
search

Search a Blockscout explorer for addresses, tokens, blocks, and transactions.

list_transactions

List recent chain transactions with Blockscout keyset pagination.

get_transaction

Get transaction details by hash.

get_address

Get address, wallet, or contract summary information.

list_address_transactions

List transactions for an address using Blockscout keyset pagination.

list_address_token_transfers

List token transfers for an address.

get_token

Get token metadata by contract address.

list_token_transfers

List transfers for a token contract.

get_block

Get block information by block number or hash.

get_stats_counters

Get pre-calculated Blockscout chain counters.

custom_rest_get

Call a read-only Blockscout REST v2 endpoint on the configured explorer.

Quick Start

TypeScript
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.