mcpbeat Sign in

MCP Prepare Transactions MCP Server

local only

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

Installs per day peak 37 · avg 16 · +14% w/w
a month agotoday
82
Installs / week
npm · @cryptoapis-io/mcp-prepare-transactions
0
Stars
0 open issues
30 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mcp-prepare-transactions -- npx -y @cryptoapis-io/mcp-prepare-transactions
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-prepare-transactions": {
      "args": [
        "-y",
        "@cryptoapis-io/mcp-prepare-transactions"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-prepare-transactions]
command = "npx"
args = ["-y", "@cryptoapis-io/mcp-prepare-transactions"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-prepare-transactions": {
      "args": [
        "-y",
        "@cryptoapis-io/mcp-prepare-transactions"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to MCP Prepare Transactions

same job, measured the same way
MCP Transactions Data
by cryptoapis-io

MCP server for transaction lookup across EVM, UTXO, Solana, XRP, Kaspa via Crypto APIs

62 installs/wk local only
MCP Signer
by cryptoapis-io

MCP server for local transaction signing on EVM, UTXO, Tron, and XRP — no API calls needed

162 installs/wk local only
MCP Blockchain Fees
by cryptoapis-io

MCP server for fee recommendations and gas estimation on EVM, UTXO, XRP, Tezos, Solana

123 installs/wk local only
MCP Address Latest
by cryptoapis-io

MCP server for current balance and state of EVM, UTXO, Solana, XRP, Kaspa addresses via Crypto APIs

76 installs/wk local only
MCP Address History
by cryptoapis-io

MCP server for full transaction and token history on EVM and UTXO addresses via Crypto APIs

76 installs/wk local only
Kalshi MCP Server
by joinquantish

Self-hosted MCP server for Kalshi prediction market trading via DFlow on Solana

local only
MCP Broadcast
by cryptoapis-io

MCP server for broadcasting signed raw transactions to multiple blockchains via Crypto APIs

76 installs/wk local only
MCP Hd Wallet
by cryptoapis-io

MCP server for HD wallet management, balance, and sync on EVM, UTXO, XRP via Crypto APIs

102 installs/wk local only

MCP Prepare Transactions — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Prepare Transactions?
MCP Prepare Transactions runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cryptoapis-io/mcp-prepare-transactions was installed 82 times last week.
How do I connect MCP Prepare Transactions?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cryptoapis-io/mcp-prepare-transactions straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Prepare Transactions?
The npm package @cryptoapis-io/mcp-prepare-transactions was installed 82 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Prepare Transactions open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.