mcpbeat Sign in

Bostrom MCP Server

by cyberia-to Your server? Claim it
local only

Bostrom MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm.

86-tool MCP server for Bostrom blockchain: read chain state and sign transactions

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

Installs per day peak 26 · avg 10 · -28% w/w
a month agotoday
40
Installs / week
npm · bostrom-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 bostrom-mcp -- npx -y bostrom-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bostrom-mcp": {
      "args": [
        "-y",
        "bostrom-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bostrom-mcp]
command = "npx"
args = ["-y", "bostrom-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bostrom-mcp": {
      "args": [
        "-y",
        "bostrom-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bostrom-mcp": {
      "args": [
        "-y",
        "bostrom-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BOSTROM_MNEMONIC (Wallet mnemonic for write tools (optional — read tools work without it)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bostrom MCP

same job, measured the same way
MCP Broadcast
by cryptoapis-io

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

76 installs/wk local only
Fuse Network
by fuse

MCP server for Fuse Network: balances, tokens, staking, DeFi data, swaps and on-chain transactions.

50 tools answering
Near Wallet Manager
by mastrophot

MCP server for NEAR wallet creation, balance checks, and transaction signing.

33 installs/wk local only
Agon Protocol
by agonx402

MCP server for Agon Protocol state reads and prepare-only payment-channel actions.

101 installs/wk local only
Ryvo Protocol
by ryvonetwork

MCP server for Ryvo Protocol state reads and prepare-only payment-channel actions.

28 installs/wk local only
Sui MCP Server
by expertvagabond

53-tool MCP server for Sui blockchain — wallets, DeFi, Move contracts, staking, SuiNS, analytics

52 installs/wk local only
Rootstock (RSK) MCP Server
by rsksmart

MCP Server for Rootstock Blockchain

53 installs/wk local only
MCPClientMock
by akkshay10

MCP server for James Bloom MockServer - create expectations, verify requests, and manage mock state

47 installs/wk local only

Bostrom MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Bostrom MCP?
Bostrom 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 bostrom-mcp was installed 40 times last week.
Is Bostrom 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 Bostrom 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 bostrom-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bostrom MCP?
The npm package bostrom-mcp was installed 40 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.