You're viewing a demo portfolio

Join the waitlist
PRSM

get_address_txns

Active

Tool of Blockscout

declared in 0.1.0

"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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Blockscout

https://github.com/pipeworx-io/mcp-blockscout

1/7 registries
View full server →