Crypto Apis Blockchain Utils
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Crypto Apis Blockchain UtilsCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
