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.
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.
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 bostrom-mcp -- npx -y bostrom-mcp
{
"mcpServers": {
"bostrom-mcp": {
"args": [
"-y",
"bostrom-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.bostrom-mcp]
command = "npx"
args = ["-y", "bostrom-mcp"]
{
"mcpServers": {
"bostrom-mcp": {
"args": [
"-y",
"bostrom-mcp"
],
"command": "npx"
}
}
}
{
"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.
MCP server for broadcasting signed raw transactions to multiple blockchains via Crypto APIs
MCP server for Fuse Network: balances, tokens, staking, DeFi data, swaps and on-chain transactions.
MCP server for NEAR wallet creation, balance checks, and transaction signing.
MCP server for Agon Protocol state reads and prepare-only payment-channel actions.
MCP server for Ryvo Protocol state reads and prepare-only payment-channel actions.
53-tool MCP server for Sui blockchain — wallets, DeFi, Move contracts, staking, SuiNS, analytics
MCP Server for Rootstock Blockchain
MCP server for James Bloom MockServer - create expectations, verify requests, and manage mock state
Answers built from our own checks of this server.