Submit

Crypto Apis Blockchain Utils

@Crypto APIs

3 months ago
MCP server for Crypto APIs Utils product. Validate addresses, decode raw transactions, and XRP X-Address encode/decode.
Overview

MCP server for Crypto APIs Utils product. Validate addresses, decode raw transactions, and XRP X-Address encode/decode.

API Version: Compatible with Crypto APIs version 2024-12-12

Features UTXO utils: Validate address, decode raw transaction hex (bitcoin, bitcoin-cash, litecoin, dogecoin, dash, zcash)

EVM utils: Validate address, decode raw transaction hex

XRP utils: Validate address, decode X-Address, encode X-Address

Derive addresses: Derive HD wallet (xPub/yPub/zPub) change or receiving addresses without syncing

Server Config

{
  "mcpServers": {
    "cryptoapis-utils": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-utils"
      ],
      "env": {
        "CRYPTOAPIS_API_KEY": "your_api_key_here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server