Server Details
Explore blockchain data across addresses, tokens, blocks, and transactions. Investigate any transa…
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- demomagic/duckchain-mcp
- GitHub Stars
- 0
- Server Listing
- DuckChain MCP Server
Available Tools
51 toolscheck_search_redirectTry in Inspector
Check if a search query should redirect to a specific page.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
get_address_blocks_validatedTry in Inspector
Get blocks validated by a specific address.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_address_coin_balance_historyTry in Inspector
Get coin balance history for a specific address.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_address_coin_balance_history_by_dayTry in Inspector
Get coin balance history by day for a specific address.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_address_countersTry in Inspector
Get address counters.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_address_detailsTry in Inspector
Get address details by hash.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_addresses_listTry in Inspector
Get addresses list.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_address_internal_transactionsTry in Inspector
Get internal transactions for a specific address.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_address_logsTry in Inspector
Get logs for a specific address.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_address_nftTry in Inspector
Get NFT for a specific address.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_address_nft_collectionsTry in Inspector
Get NFT collections for a specific address.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_address_token_balancesTry in Inspector
Get token balances for a specific address.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_address_tokensTry in Inspector
Get tokens for a specific address.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_address_token_transfersTry in Inspector
Get token transfers for a specific address.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_address_transactionsTry in Inspector
Get transactions for a specific address.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_address_withdrawalsTry in Inspector
Get withdrawals for a specific address.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_blockchain_statsTry in Inspector
Get blockchain statistics and counters.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_block_detailsTry in Inspector
Get specific block details by number or hash.
| Name | Required | Description | Default |
|---|---|---|---|
| block_number_or_hash | Yes |
get_blocksTry in Inspector
Get blocks with optional type filtering (block, uncle, reorg).
| Name | Required | Description | Default |
|---|---|---|---|
| block_type | No |
get_block_transactionsTry in Inspector
Get transactions for a specific block.
| Name | Required | Description | Default |
|---|---|---|---|
| block_number_or_hash | Yes |
get_block_withdrawalsTry in Inspector
Get withdrawals for a specific block.
| Name | Required | Description | Default |
|---|---|---|---|
| block_number_or_hash | Yes |
get_indexing_statusTry in Inspector
Get the current indexing status of the blockchain.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_internal_transactionsTry in Inspector
Get internal transactions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_main_page_blocksTry in Inspector
Get blocks for the main page display.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_main_page_transactionsTry in Inspector
Get transactions for the main page display.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_market_chartTry in Inspector
Get market chart data for price and volume visualization.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_smart_contract_detailsTry in Inspector
Get smart contract details by address hash.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_smart_contracts_countersTry in Inspector
Get smart contracts counters.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_smart_contracts_listTry in Inspector
Get smart contracts list.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_token_countersTry in Inspector
Get counters for a specific token.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_token_detailsTry in Inspector
Get token details by address hash.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_token_holdersTry in Inspector
Get holders for a specific token.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_token_instance_detailsTry in Inspector
Get specific token instance details.
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | ||
| address_hash | Yes |
get_token_instance_holdersTry in Inspector
Get holders for a specific token instance.
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | ||
| address_hash | Yes |
get_token_instancesTry in Inspector
Get instances for a specific token.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_token_instance_transfersTry in Inspector
Get transfers for a specific token instance.
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | ||
| address_hash | Yes |
get_token_instance_transfers_countTry in Inspector
Get transfers count for a specific token instance.
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | ||
| address_hash | Yes |
get_tokens_listTry in Inspector
Get tokens list.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_token_transfersTry in Inspector
Get all token transfers.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_token_transfers_by_tokenTry in Inspector
Get transfers for a specific token.
| Name | Required | Description | Default |
|---|---|---|---|
| address_hash | Yes |
get_transaction_detailsTry in Inspector
Get detailed information about a specific transaction by its hash.
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_hash | Yes |
get_transaction_internal_transactionsTry in Inspector
Get internal transactions for a specific transaction.
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_hash | Yes |
get_transaction_logsTry in Inspector
Get logs for a specific transaction.
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_hash | Yes |
get_transaction_raw_traceTry in Inspector
Get raw trace for a specific transaction.
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_hash | Yes |
get_transactionsTry in Inspector
Get transactions with optional filtering by status, type, or method.
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | ||
| filter_type | No | ||
| transaction_type | No |
get_transactions_chartTry in Inspector
Get transaction chart data for visualization.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_transaction_state_changesTry in Inspector
Get state changes for a specific transaction.
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_hash | Yes |
get_transaction_summaryTry in Inspector
Get summary for a specific transaction.
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_hash | Yes |
get_transaction_token_transfersTry in Inspector
Get token transfers for a specific transaction.
| Name | Required | Description | Default |
|---|---|---|---|
| token_type | No | ||
| transaction_hash | Yes |
refetch_token_instance_metadata_toolTry in Inspector
Refetch metadata for a specific token instance.
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | ||
| address_hash | Yes |
search_blockchainTry in Inspector
Search for addresses, tokens, blocks, or transactions on the blockchain.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Your Connectors
Sign in to create a connector for this server.