{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.cyberia-to/bostrom-mcp",
"title": "Bostrom MCP",
"description": "85-tool MCP server for Bostrom blockchain: read chain state, sign transactions, mine Lithium proofs",
"repository": {
"url": "https://github.com/cyberia-to/bostrom-mcp",
"source": "github"
},
"version": "0.7.0",
"packages": [
{
"registryType": "npm",
"identifier": "bostrom-mcp",
"version": "0.7.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Wallet mnemonic for write tools (optional โ read tools work without it)",
"isRequired": false,
"format": "string",
"isSecret": true,
"name": "BOSTROM_MNEMONIC"
}
]
}
]
}