3 months ago
MCP server for Crypto APIs Utils product. Validate addresses, decode raw transactions, and XRP X-Address encode/decode.
Server Config
{
"mcpServers": {
"cryptoapis-utils": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-utils"
],
"env": {
"CRYPTOAPIS_API_KEY": "your_api_key_here"
}
}
}
}