mcpbeat Sign in

Crypto Tools MCP Server

local only

Crypto Tools MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Hash, sign, and encrypt text locally with standard algorithms. No network and no key.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · crypto-tools-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 crypto-tools-mcp -- npx -y crypto-tools-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "crypto-tools-mcp": {
      "args": [
        "-y",
        "crypto-tools-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.crypto-tools-mcp]
command = "npx"
args = ["-y", "crypto-tools-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "crypto-tools-mcp": {
      "args": [
        "-y",
        "crypto-tools-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "crypto-tools-mcp": {
      "args": [
        "-y",
        "crypto-tools-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Crypto Tools MCP

same job, measured the same way
Apple Stocks MCP
by helderpgoncalves

Reads your macOS Apple Stocks watchlist, quotes and fundamentals locally. Read-only, no network.

34 installs/wk local only
Verify
by tachyo

Cryptographic proof of wallet ownership in two steps, with no keys and no custody.

2 tools answering
Agent Spend Policy MCP
by dingdawg

Local agent spend-policy checks. No funds, keys, payment authority, or network access.

35 installs/wk local only
ClawPay MCP — Non-Custodial x402 Payments for AI Agents
by up2itnow0822

Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.

47 installs/wk local only
IronWallet
by ironwallet

Non-custodial crypto wallet MCP: check balances, sign and send transfers, and swap tokens locally.

74 installs/wk local only
Stelar Signals
by stelardigital

Crypto market signals and portfolio telemetry. 6 tools pay-per-call in USDC, no API key.

28 installs/wk 12 tools answering
Shingou
by shingou

Hourly crypto news sentiment and typed market events, with sources on every signal.

19 installs/wk 4 tools answering
Nukez MCP
by zlaylowz

Agent-native storage with cryptographic verification on Solana. Keyless: clients sign and pay.

15 tools answering

Crypto Tools MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Crypto Tools MCP?
Crypto Tools MCP 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 crypto-tools-mcp.
Is Crypto Tools MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Crypto Tools MCP?
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 crypto-tools-mcp straight from npm; nothing to host, nothing to sign up for.