Catalog
io.github.cyberia-to/bostrom-mcp
OfficialBostrom MCP
86-tool MCP server for Bostrom blockchain: read chain state and sign transactions
Read and sign blockchain transactions on Bostrom with 86 integrated tools.
README not available yet.
Install
Configuration
Environment variables
BOSTROM_MNEMONICsecretWallet mnemonic for write tools (optional — read tools work without it)
claude_desktop_config.json
{
"mcpServers": {
"bostrom-mcp": {
"command": "npx",
"args": [
"-y",
"bostrom-mcp@0.5.0"
],
"env": {
"BOSTROM_MNEMONIC": "<YOUR_BOSTROM_MNEMONIC>"
}
}
}
}