# Bostrom MCP (npm · bostrom-mcp)

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

- Trust score: 0/100 (low)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

> **Recent critical change**: CVE-2026-41242 affects this package (2026-08-02). See the changelog below before you install this server.

## Components

- npm · `bostrom-mcp`: 0/100 (this document), [markdown](https://verifymcp.io/servers/cyberia-to-bostrom-mcp/bostrom-mcp.md), [page](https://verifymcp.io/servers/cyberia-to-bostrom-mcp/bostrom-mcp)

## Channel facts

- Registry: `npm`
- Package: `bostrom-mcp`
- Version: `0.5.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 65/100
  - No malware found by supply-chain analysis.
  - CVE check failed: an unpatched critical CVE affects this package; the score is capped at 0.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (171 of 175), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 144 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 4671 tokens (~55/item across 84 items; 84 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 98% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add cyberia-to-bostrom-mcp -- npx -y bostrom-mcp
```

### Codex

```bash
codex mcp add cyberia-to-bostrom-mcp -- npx -y bostrom-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cyberia-to-bostrom-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "bostrom-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add cyberia-to-bostrom-mcp --command npx --arg -y --arg bostrom-mcp
```

### Hermes

```yaml
mcp_servers:
  cyberia-to-bostrom-mcp:
    command: "npx"
    args: ["-y", "bostrom-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "cyberia-to-bostrom-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bostrom-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 0, 0)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 0, 0)

- [critical regression] CVE-2026-41242 affects this package: high
- [critical regression] Known CVEs: unverified → fail
- [critical regression] Score status: scored → failed
- [security regression] Provenance: unverified → fail
- [security improvement] CVE-2025-14505 no longer affects this package
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: excellent
- [functional] First check of Tool coverage: 98
- [functional] First check of Schema quality: pass
- [functional] Licence: MIT

### 2026-08-01 (score 0, −2)

- [functional regression] Dependency health: partial → unverified

### 2026-07-31 (score 2, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 0, −31)

- [security regression] Malware scan: pass → unverified
- [security regression] Known CVEs: partial → unverified
- [security improvement] CVE-2025-14505 no longer affects this package
- [functional regression] Dependency health: partial → unverified

### 2026-07-28 (score 31, +31)

- [security regression] CVE-2025-14505 affects this package
- [security improvement] CVE-2026-41242 no longer affects this package
- [security improvement] Known CVEs: fail → partial
- [functional improvement] Score status: failed → scored

### 2026-07-27 (score 0, −34)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 34)

First indexed and scored.

## MCP tools (84)

### `graph_search` (~79 tokens)

Search cyberlinks by particle CID or neuron address. Returns linked particles and their creators.

Input parameters:

- `limit` (number): Max results
- `neuron` (string): Neuron address (bostrom1...) to find their links
- `offset` (number): Pagination offset
- `particle` (string): CID of a particle to find links from/to

### `graph_rank` (~40 tokens)

Get the cyberank score for a particle (CID). Higher rank = more important in the knowledge graph.

Input parameters:

- `particle` (string, required): CID of the particle

### `graph_neuron` (~34 tokens)

Get neuron profile: number of cyberlinks created

Input parameters:

- `address` (string, required): Neuron address (bostrom1...)

### `graph_particle` (~41 tokens)

Fetch particle content by CID from IPFS. Returns text content (truncated at 50KB).

Input parameters:

- `cid` (string, required): IPFS CID of the particle

### `graph_recent_links` (~30 tokens)

Get the most recent cyberlinks created on Bostrom

Input parameters:

- `limit` (number): Max results

### `graph_stats` (~20 tokens)

Get knowledge graph statistics: total cyberlinks and active neurons

### `economy_balances` (~50 tokens)

Get all token balances for an address (BOOT, HYDROGEN, VOLT, AMPERE, LI, etc.)

Input parameters:

- `address` (string, required): Bostrom address (bostrom1...)

### `economy_supply` (~58 tokens)

Get total supply for a token denom. Use 'boot' for BOOT, full factory path for LI, etc.

Input parameters:

- `denom` (string, required): Token denom, e.g. 'boot', 'hydrogen', or full factory denom for LI

### `economy_mint_price` (~22 tokens)

Get current Volt and Ampere mint prices (resources module)

### `economy_staking` (~41 tokens)

Get staking info for an address: delegations, rewards, and unbonding

Input parameters:

- `address` (string, required): Delegator address (bostrom1...)

### `economy_pools` (~18 tokens)

Get liquidity pool stats from the pools module

### `economy_inflation` (~19 tokens)

Get current inflation rate and minting parameters

### `li_block_context` (~46 tokens)

Get current block hash and data hash (cyberlinks merkle) for lithium v1 mining. Returns height, block_hash (hex), cyberlinks_merkle (hex), time.

### `li_core_config` (~35 tokens)

Get litium-core config: token_denom, admin, paused

Input parameters:

- `contract` (string): litium-core contract address

### `li_burn_stats` (~36 tokens)

Get LI burn stats: total_burned via contract-mediated transfers

Input parameters:

- `contract` (string): litium-core contract address

### `li_total_minted` (~30 tokens)

Get total LI minted and supply cap

Input parameters:

- `contract` (string): litium-core contract address

### `li_mine_state` (~41 tokens)

Get full litium-mine state: config, window_status, stats, emission breakdown

Input parameters:

- `contract` (string): litium-mine contract address

### `li_mine_config` (~79 tokens)

Get litium-mine config: max_proof_age, estimated_gas_cost_uboot, window_size, pid_interval, min_difficulty, alpha, beta, fee_bucket_duration, fee_num_buckets, warmup_base_rate, core/stake/refer/token contracts

Input parameters:

- `contract` (string): litium-mine contract address

### `li_window_status` (~44 tokens)

Get sliding window status: proof_count, window_d_rate, window_entries, base_rate, alpha, beta

Input parameters:

- `contract` (string): litium-mine contract address

### `li_emission` (~48 tokens)

Get Lithium emission breakdown: alpha, beta, emission_rate, gross_rate, mining_rate, staking_rate, windowed_fees

Input parameters:

- `contract` (string): litium-mine contract address

### `li_reward_estimate` (~60 tokens)

Estimate LI reward for a given difficulty: gross_reward, estimated_gas_cost_uboot, earns_reward

Input parameters:

- `contract` (string): litium-mine contract address
- `difficulty_bits` (number, required): Difficulty in bits (leading zero bits)

### `li_mine_stats` (~43 tokens)

Get aggregate mining stats: total_proofs, total_rewards, unique_miners, avg_difficulty

Input parameters:

- `contract` (string): litium-mine contract address

### `li_miner_stats` (~55 tokens)

Get per-miner stats: proofs_submitted, total_rewards, last_proof_time

Input parameters:

- `address` (string, required): Miner address (bostrom1...)
- `contract` (string): litium-mine contract address

### `li_recent_proofs` (~40 tokens)

Get recent proof submission transactions for the mine contract

Input parameters:

- `contract` (string): litium-mine contract address
- `limit` (number)

### `li_stake_config` (~49 tokens)

Get litium-stake config: core_contract, mine_contract, token_contract, unbonding_period_seconds, admin, paused

Input parameters:

- `contract` (string): litium-stake contract address

### `li_total_staked` (~33 tokens)

Get total LI staked across all stakers

Input parameters:

- `contract` (string): litium-stake contract address

### `li_stake_info` (~64 tokens)

Get staking state for an address: staked_amount, pending_unbonding, pending_unbonding_until, claimable_rewards

Input parameters:

- `address` (string, required): Staker address (bostrom1...)
- `contract` (string): litium-stake contract address

### `li_staking_stats` (~37 tokens)

Get aggregate staking stats: reserve, total_staked, reward_index

Input parameters:

- `contract` (string): litium-stake contract address

### `li_refer_config` (~44 tokens)

Get litium-refer config: core_contract, mine_contract, community_pool_addr, admin, paused

Input parameters:

- `contract` (string): litium-refer contract address

### `li_referrer_of` (~44 tokens)

Get who referred a specific miner

Input parameters:

- `contract` (string): litium-refer contract address
- `miner` (string, required): Miner address (bostrom1...)

### `li_referral_info` (~52 tokens)

Get referral stats for a referrer: referral_rewards, referrals_count

Input parameters:

- `address` (string, required): Referrer address (bostrom1...)
- `contract` (string): litium-refer contract address

### `li_community_pool` (~39 tokens)

Get unclaimed community pool balance (referral rewards for miners without referrer)

Input parameters:

- `contract` (string): litium-refer contract address

### `li_miner_tx_history` (~45 tokens)

Get a miner's recent contract execution TX history and total count

Input parameters:

- `address` (string, required): Miner address (bostrom1...)
- `limit` (number)

### `gov_proposals` (~47 tokens)

List governance proposals. Filter by status: active (voting), passed, rejected, or all.

Input parameters:

- `limit` (number)
- `status` (string): Filter by proposal status

### `gov_proposal_detail` (~29 tokens)

Get full proposal details including vote tally

Input parameters:

- `proposal_id` (string, required): Proposal ID number

### `gov_validators` (~41 tokens)

Get the active validator set with moniker, commission, and voting power

Input parameters:

- `limit` (number)
- `status` (string): Validator bond status

### `gov_params` (~38 tokens)

Get chain parameters: staking, slashing, governance, distribution, or minting params

Input parameters:

- `module` (string, required): Module to get params for

### `infra_chain_status` (~29 tokens)

Get current Bostrom chain status: latest block height, time, chain ID, sync status

### `infra_tx_search` (~95 tokens)

Search transactions by sender address, contract address, or message type.

Input parameters:

- `contract` (string): Filter by contract address
- `limit` (number): Max results
- `message_type` (string): Filter by message type, e.g. /cosmwasm.wasm.v1.MsgExecuteContract
- `offset` (number): Pagination offset
- `sender` (string): Filter by sender address (bostrom1...)

### `infra_tx_detail` (~26 tokens)

Get full decoded transaction by hash

Input parameters:

- `txhash` (string, required): Transaction hash

### `wallet_info` (~30 tokens)

Get agent wallet address and all token balances. Works only when BOSTROM_MNEMONIC is set.

### `wallet_send` (~89 tokens)

Send tokens to a recipient address. Requires BOSTROM_MNEMONIC. Subject to BOSTROM_MAX_SEND_AMOUNT circuit breaker if set.

Input parameters:

- `amount` (string, required): Amount in base units (e.g. '1000000' for 1 BOOT)
- `denom` (string): Token denom (default: boot)
- `to` (string, required): Recipient address (bostrom1...)

### `wallet_delegate` (~64 tokens)

Delegate (stake) tokens to a validator. Delegated tokens earn staking rewards.

Input parameters:

- `amount` (string, required): Amount in base units
- `denom` (string): Token denom (default: boot)
- `validator` (string, required): Validator address (bostromvaloper1...)

### `wallet_undelegate` (~70 tokens)

Undelegate (unstake) tokens from a validator. Unbonding takes ~21 days.

Input parameters:

- `amount` (string, required): Amount in base units
- `denom` (string): Token denom (default: boot)
- `validator` (string, required): Validator address (bostromvaloper1...)

### `wallet_redelegate` (~80 tokens)

Redelegate tokens from one validator to another without unbonding.

Input parameters:

- `amount` (string, required): Amount in base units
- `denom` (string): Token denom (default: boot)
- `dst_validator` (string, required): Destination validator (bostromvaloper1...)
- `src_validator` (string, required): Source validator (bostromvaloper1...)

### `wallet_claim_rewards` (~43 tokens)

Claim staking rewards. If no validator specified, claims from all delegations.

Input parameters:

- `validator` (string): Specific validator to claim from (optional — claims all if omitted)

### `wallet_vote` (~47 tokens)

Vote on a governance proposal. Options: yes, no, abstain, no_with_veto.

Input parameters:

- `option` (string, required): Vote option
- `proposal_id` (number, required): Proposal ID

### `graph_create_cyberlink` (~66 tokens)

Create a cyberlink between two CIDs in the knowledge graph. Requires VOLT and AMPERE energy (use graph_investmint to get them).

Input parameters:

- `from_cid` (string, required): Source particle CID
- `to_cid` (string, required): Destination particle CID

### `graph_create_cyberlinks` (~46 tokens)

Create multiple cyberlinks in a single transaction (batch). More gas-efficient than individual calls.

Input parameters:

- `links` (array, required): Array of {from, to} CID pairs

### `graph_investmint` (~87 tokens)

Convert HYDROGEN into millivolt or milliampere energy. VOLT powers cyberlink creation, AMPERE powers bandwidth. Length = number of base periods (~5 days each).

Input parameters:

- `amount` (string, required): Amount of HYDROGEN to investmint (base units)
- `length` (number, required): Number of base periods
- `resource` (string, required): Resource type

### `graph_pin_content` (~48 tokens)

Pin text content to IPFS and return the CID. Use the returned CID with graph_create_cyberlink to add to knowledge graph.

Input parameters:

- `content` (string, required): Text content to pin

### `graph_create_knowledge` (~101 tokens)

Compound: pin content to IPFS then create cyberlink(s). Provide from_cid to link FROM an existing particle TO the new content, and/or to_cid to link FROM the new content TO an existing particle.

Input parameters:

- `content` (string, required): Text content to pin
- `from_cid` (string): Existing CID to link FROM (→ new content)
- `to_cid` (string): Existing CID to link TO (new content →)

### `contract_execute` (~77 tokens)

Execute a CosmWasm smart contract message. Use this for generic contract interactions not covered by specialized tools.

Input parameters:

- `contract` (string, required): Contract address (bostrom1...)
- `funds` (array): Coins to send with the message
- `memo` (string): Transaction memo
- `msg` (object, required): Execute message as JSON object

### `contract_execute_multi` (~50 tokens)

Execute multiple contract messages in a single transaction. More gas-efficient and atomic — all succeed or all fail.

Input parameters:

- `memo` (string): Transaction memo
- `operations` (array, required): Array of contract operations

### `wasm_upload` (~72 tokens)

Upload CosmWasm contract bytecode (.wasm file) to the chain. Returns a code_id for instantiation. Provide a local file path to the .wasm file.

Input parameters:

- `file_path` (string, required): Absolute path to the .wasm file on local filesystem
- `memo` (string): Transaction memo

### `wasm_instantiate` (~122 tokens)

Instantiate a CosmWasm contract from a code ID. Creates a new contract instance with the given initialization message. Set admin to your address to allow future migrations.

Input parameters:

- `admin` (string): Admin address (for migrations). If omitted, contract is immutable.
- `code_id` (number, required): Code ID from wasm_upload
- `funds` (array): Initial funds to send to the contract
- `label` (string, required): Human-readable label for the contract
- `memo` (string): Transaction memo
- `msg` (object, required): Instantiation message (JSON)

### `wasm_migrate` (~81 tokens)

Migrate a CosmWasm contract to a new code ID. Only the contract admin can migrate. Runs the migrate entry point.

Input parameters:

- `contract` (string, required): Contract address to migrate
- `memo` (string): Transaction memo
- `msg` (object, required): Migration message (JSON)
- `new_code_id` (number, required): New code ID to migrate to

### `wasm_update_admin` (~61 tokens)

Update the admin of a CosmWasm contract. Only the current admin can update it.

Input parameters:

- `contract` (string, required): Contract address
- `memo` (string): Transaction memo
- `new_admin` (string, required): New admin address (bostrom1...)

### `wasm_clear_admin` (~52 tokens)

Clear the admin of a CosmWasm contract, making it immutable. WARNING: This is irreversible — no future migrations possible.

Input parameters:

- `contract` (string, required): Contract address
- `memo` (string): Transaction memo

### `li_submit_proof` (~154 tokens)

Submit a lithium mining proof with client-chosen difficulty. Requires challenge (32-byte hex) and difficulty (leading zero bits). First referrer submission also binds the referrer permanently.

Input parameters:

- `challenge` (string, required): Challenge (hex, 32 bytes)
- `contract` (string): litium-mine contract address
- `difficulty` (number, required): Difficulty in bits (leading zero bits)
- `hash` (string, required): Computed hash (hex)
- `miner_address` (string, required): Miner address (bostrom1...)
- `nonce` (number, required): Nonce value
- `referrer` (string): Referrer address (optional, bound permanently on first proof)
- `timestamp` (number, required): Timestamp (unix seconds)

### `li_stake` (~60 tokens)

Stake LI tokens to earn staking rewards. Sends CW-20 LI to the stake contract via litium-core Send.

Input parameters:

- `amount` (string, required): Amount of LI to stake (base units)
- `contract` (string): litium-stake contract address

### `li_unstake` (~50 tokens)

Unstake LI tokens. Subject to unbonding period.

Input parameters:

- `amount` (string, required): Amount of LI to unstake (base units)
- `contract` (string): litium-stake contract address

### `li_claim_rewards` (~31 tokens)

Claim LI staking rewards from the stake contract.

Input parameters:

- `contract` (string): litium-stake contract address

### `li_claim_unbonding` (~50 tokens)

Claim matured unbonding LI tokens from the stake contract. Only succeeds after unbonding_period_seconds has elapsed since unstaking.

Input parameters:

- `contract` (string): litium-stake contract address

### `li_claim_referral_rewards` (~47 tokens)

Claim accumulated referral rewards from the litium-refer contract. Called by the referrer to collect earned referral share.

Input parameters:

- `contract` (string): litium-refer contract address

### `token_create` (~58 tokens)

Create a new TokenFactory denom. WARNING: costs ~10,000 BOOT. Denom will be factory/{your_address}/{subdenom}.

Input parameters:

- `subdenom` (string, required): Subdenom name (e.g. 'mytoken')

### `token_set_metadata` (~110 tokens)

Set human-readable metadata for a TokenFactory denom (name, symbol, description). Idempotent — safe to call again with updated values.

Input parameters:

- `denom` (string, required): Full denom (factory/{addr}/{subdenom})
- `description` (string, required): Token description
- `exponent` (number): Decimal exponent (0 for no decimals, 6 for micro-units)
- `name` (string, required): Token display name
- `symbol` (string, required): Token symbol (e.g. 'MYT')

### `token_mint` (~67 tokens)

Mint new tokens to a specified address. Must be denom admin.

Input parameters:

- `amount` (string, required): Amount to mint (base units)
- `denom` (string, required): Full denom (factory/{addr}/{subdenom})
- `mint_to` (string, required): Recipient address (bostrom1...)

### `token_burn` (~68 tokens)

Burn tokens from a specified address. Must be denom admin.

Input parameters:

- `amount` (string, required): Amount to burn (base units)
- `burn_from` (string, required): Address to burn from (bostrom1...)
- `denom` (string, required): Full denom (factory/{addr}/{subdenom})

### `token_change_admin` (~57 tokens)

Transfer admin rights for a denom to a new address. Irreversible.

Input parameters:

- `denom` (string, required): Full denom (factory/{addr}/{subdenom})
- `new_admin` (string, required): New admin address (bostrom1...)

### `token_list_created` (~21 tokens)

List all TokenFactory denoms created by the agent wallet.

### `liquidity_create_pool` (~88 tokens)

Create a new Gravity DEX liquidity pool. WARNING: costs ~1,000 BOOT. Deposit coins are sorted alphabetically by denom automatically.

Input parameters:

- `amount_a` (string, required): First token amount (base units)
- `amount_b` (string, required): Second token amount (base units)
- `denom_a` (string, required): First token denom
- `denom_b` (string, required): Second token denom

### `liquidity_deposit` (~79 tokens)

Deposit tokens into an existing liquidity pool. Executes in batch at end of block.

Input parameters:

- `amount_a` (string, required): First token amount
- `amount_b` (string, required): Second token amount
- `denom_a` (string, required): First token denom
- `denom_b` (string, required): Second token denom
- `pool_id` (number, required): Pool ID

### `liquidity_withdraw` (~71 tokens)

Withdraw LP tokens from a pool to receive underlying assets. Executes in batch at end of block.

Input parameters:

- `pool_coin_amount` (string, required): Amount of LP tokens to withdraw
- `pool_coin_denom` (string, required): LP token denom (pool{id} format)
- `pool_id` (number, required): Pool ID

### `liquidity_swap` (~120 tokens)

Swap tokens via a Gravity DEX pool. Batched execution: swap executes at end of block, not immediately. order_price is the limit price (use pool price for market swap).

Input parameters:

- `demand_denom` (string, required): Denom you want to receive
- `offer_amount` (string, required): Amount you are selling (base units)
- `offer_denom` (string, required): Denom you are selling
- `order_price` (string, required): Limit price (decimal string, e.g. '1.5')
- `pool_id` (number, required): Pool ID

### `liquidity_pool_detail` (~31 tokens)

Get pool details: reserves, parameters, current batch info.

Input parameters:

- `pool_id` (number, required): Pool ID

### `swap_tokens` (~128 tokens)

Swap tokens using Gravity DEX. Auto-discovers the right pool and calculates market price. Applies slippage tolerance (default 3%). Batched execution: swap executes at end of block. Use swap_estimate first to preview the swap.

Input parameters:

- `demand_denom` (string, required): Denom you want to receive
- `offer_amount` (string, required): Amount you are selling (base units)
- `offer_denom` (string, required): Denom you are selling (e.g. 'boot', 'hydrogen')
- `slippage_percent` (number): Slippage tolerance in percent (default 3)

### `swap_estimate` (~83 tokens)

Estimate a token swap: find the pool, get current price, and calculate expected output. Does not execute any transaction — use swap_tokens to execute.

Input parameters:

- `demand_denom` (string, required): Denom you want to receive
- `offer_amount` (string, required): Amount you are selling (base units)
- `offer_denom` (string, required): Denom you are selling

### `grid_create_route` (~49 tokens)

Create an energy route to allocate VOLT/AMPERE to another address.

Input parameters:

- `destination` (string, required): Destination address (bostrom1...)
- `name` (string, required): Route name/label

### `grid_edit_route` (~58 tokens)

Edit an existing energy route's allocated value.

Input parameters:

- `amount` (string, required): Amount to allocate (base units)
- `denom` (string, required): Resource denom (millivolt or milliampere)
- `destination` (string, required): Route destination address

### `grid_delete_route` (~26 tokens)

Delete an energy route.

Input parameters:

- `destination` (string, required): Route destination address to delete

### `grid_list_routes` (~41 tokens)

List all energy routes from an address. If no address, uses agent wallet.

Input parameters:

- `address` (string): Source address (optional — defaults to agent wallet)

### `ibc_transfer` (~98 tokens)

Transfer tokens to another chain via IBC. Use ibc_channels to find the correct channel ID.

Input parameters:

- `amount` (string, required): Amount (base units)
- `channel` (string, required): IBC channel ID (e.g. 'channel-2')
- `denom` (string, required): Token denom to transfer
- `receiver` (string, required): Receiver address on destination chain
- `timeout_minutes` (number): Timeout in minutes (default: 10)

### `ibc_channels` (~19 tokens)

List active IBC channels with counterparty info.

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/cyberia-to-bostrom-mcp/bostrom-mcp#diagnostics

## Score history

- 2026-08-03: 0
- 2026-08-02: 0
- 2026-08-01: 0
- 2026-07-31: 2
- 2026-07-30: 0
- 2026-07-28: 31
- 2026-07-27: 0
- 2026-07-26: 34

## Links

- npm package: https://www.npmjs.com/package/bostrom-mcp
- Socket report: https://socket.dev/npm/package/bostrom-mcp
- Changelog RSS feed: https://verifymcp.io/servers/cyberia-to-bostrom-mcp/bostrom-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/cyberia-to-bostrom-mcp/bostrom-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/cyberia-to-bostrom-mcp/bostrom-mcp
