get_address_txns
ActiveTool of Blockscout
"Recent transactions of [wallet]" / "tx history for [0x...]" / "what has [address] done lately" — recent transactions for an EVM address. Pass chain + 0x address; optionally filter by direction (to/from). Use for wallet-activity audit, fund-flow tracing.
Parameters schema
{
"type": "object",
"examples": [
{
"chain": "ethereum",
"address": "0x1234567890123456789012345678901234567890"
},
{
"chain": "arbitrum",
"limit": 50,
"filter": "to",
"address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd"
}
],
"required": [
"chain",
"address"
],
"properties": {
"chain": {
"type": "string"
},
"limit": {
"type": "number",
"description": "Max returned (default 25, max ~50)"
},
"filter": {
"type": "string",
"description": "to | from (default both)"
},
"address": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Blockscout
https://github.com/pipeworx-io/mcp-blockscout
1/7 registries