86-tool MCP server for Bostrom blockchain: read chain state and sign transactions
$ cd rust && cargo build --releasePlease install the `bostrom-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Build from source** — Clone repo and build the Rust binary Run: `cd rust && cargo build --release`
Optional prerequisites:
- Wallet (optional) — Wallet mnemonic needed for write tools. Create via cyb.ai or Keplr/Cosmostation and fund with BOOT. (https://cyb.ai)
Canonical MCP server config (stdio transport):
- command: `/path/to/bostrom-mcp`
- args: []
- optional environment variables:
- `BOSTROM_MNEMONIC`: Wallet mnemonic for write tools (example: `<twelve word mnemonic>`)
- `BOSTROM_RPC`: RPC endpoint (example: `https://rpc.bostrom.cybernode.ai`)
- `BOSTROM_LCD`: LCD/REST endpoint (example: `https://lcd.bostrom.cybernode.ai`)
- `BOSTROM_IPFS_API`: IPFS API for pinning content (example: `https://io.cybernode.ai`)
- `BOSTROM_GAS_PRICE`: Gas price (example: `0.01boot`)
- `BOSTROM_GAS_MULTIPLIER`: Gas estimate multiplier (example: `1.4`)
- `BOSTROM_MIN_GAS`: Minimum gas limit (example: `100000`)
- `BOSTROM_MAX_SEND_AMOUNT`: Circuit breaker: max amount per send
Note: Rust binary built from source; read tools work without mnemonic.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)