Crypto Apis Blockchain Utils

by CryptoAPIs-io

170 downloads
Not rated
GitHub

About

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

Details

Author
CryptoAPIs-io
Downloads
170
Categories
Finance

- UTXO utils: validate address, decode raw transaction hex (Bitcoin, Litecoin, Dogecoin, Dash, Zcash, Bitcoin Cash)
- EVM utils: validate address, decode raw transaction hex
- XRP utils: validate address, decode X-Address, encode X-Address
- Derive HD wallet (xPub/yPub/zPub) change or receiving addresses

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Crypto Apis Blockchain Utils
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure the MCP server with your Crypto APIs credentials and then invoke its tools (validate address, decode raw transaction, encode/decode X-Address) from any MCP client. The README does not provide specific installation or configuration commands.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "crypto apis blockchain utils": {
            "cryptoapis-utils": {
                "command": "npx",
                "args": [
                    "-y",
                    "@cryptoapis-io/mcp-utils"
                ],
                "env": {
                    "CRYPTOAPIS_API_KEY": "your_api_key_here"
                }
            }
        }
    }
}

McpServers

{
    "cryptoapis-utils": {
        "command": "npx",
        "args": [
            "-y",
            "@cryptoapis-io/mcp-utils"
        ],
        "env": {
            "CRYPTOAPIS_API_KEY": "your_api_key_here"
        }
    }
}

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.