MCP Prepare Transactions runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from npm. Last commit 30 Jul 2026.
MCP server for building unsigned transactions on EVM, Tezos, Solana, Kaspa, XRP, UTXO, Tron
Today is the operative word: we check MCP Prepare Transactions every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-prepare-transactions -- npx -y @cryptoapis-io/mcp-prepare-transactions
{
"mcpServers": {
"mcp-prepare-transactions": {
"args": [
"-y",
"@cryptoapis-io/mcp-prepare-transactions"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-prepare-transactions]
command = "npx"
args = ["-y", "@cryptoapis-io/mcp-prepare-transactions"]
{
"mcpServers": {
"mcp-prepare-transactions": {
"args": [
"-y",
"@cryptoapis-io/mcp-prepare-transactions"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-prepare-transactions": {
"args": [
"-y",
"@cryptoapis-io/mcp-prepare-transactions"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CRYPTOAPIS_API_KEY (Crypto APIs API key).
The author declared them in the registry entry; get the values from the project itself.
MCP server for transaction lookup across EVM, UTXO, Solana, XRP, Kaspa via Crypto APIs
MCP server for local transaction signing on EVM, UTXO, Tron, and XRP — no API calls needed
MCP server for fee recommendations and gas estimation on EVM, UTXO, XRP, Tezos, Solana
MCP server for current balance and state of EVM, UTXO, Solana, XRP, Kaspa addresses via Crypto APIs
MCP server for full transaction and token history on EVM and UTXO addresses via Crypto APIs
Self-hosted MCP server for Kalshi prediction market trading via DFlow on Solana
MCP server for broadcasting signed raw transactions to multiple blockchains via Crypto APIs
MCP server for HD wallet management, balance, and sync on EVM, UTXO, XRP via Crypto APIs
Answers built from our own checks of this server.