← Back to search Server uses network capabilities via: urllib Server uses filesystem capabilities via: open(), os, pathlib Server uses env_vars capabilities via: os.environ
io.github.CSOAI-ORG/meok-abci-bridge-mcp
MEOK ABCI Bridge MCP — read-only Tendermint / Cosmos blockchain query for agents. Built-in registry
B
87.9 / 100
Versions
1.0.1latestfirst seen Jun 30, 2026
Tools 8
list_chains annotations: none low
Return the built-in Cosmos / Tendermint chain registry.
abci_info annotations: none low
ABCI `info` — app version, last block height, last app hash.
chain str custom_rpc string
abci_query annotations: none low
ABCI `query` — read application state by path (e.g. '/bank/balances/<addr>').
data str path str chain str prove bool height string custom_rpc string
get_block annotations: none low
Fetch a block (latest when `height` is None).
chain str height string custom_rpc string
get_tx annotations: none low
Fetch a transaction by its hex hash (0x-prefixed accepted).
chain str tx_hash str custom_rpc string
get_validators annotations: none low
Validator set at `height` (latest when None).
chain str height string custom_rpc string
chain_status annotations: none low
Liveness + latest_block_height + app_hash + earliest_block_height.
chain str custom_rpc string
sign_query_result annotations: none low
HMAC-seal an RPC result for replay-proof attestation.
query_result dict
Permissions 3
network medium filesystem low env_vars low Scan Findings 25
low
Tool 'list_chains' has no annotations
low
Tool 'abci_info' has no annotations
low
Tool 'abci_query' has no annotations
low
Tool 'get_block' has no annotations
low
Tool 'get_tx' has no annotations
low
Tool 'get_validators' has no annotations
low
Tool 'chain_status' has no annotations
low
Tool 'sign_query_result' has no annotations
info
Sandbox failed to start for behavioral verification
info
pyproject.toml metadata
info
Tool: list_chains
info
Tool: abci_info
info
Tool: abci_query
info
Tool: get_block
info
Tool: get_tx
info
Tool: get_validators
info
Tool: chain_status
info
Tool: sign_query_result
info
Required env vars (4)
info
Sandbox failed to start for output poisoning scan
medium
Permission: network access detected
low
Permission: filesystem access detected
low
Permission: env_vars access detected
info
No dependency files found for SBOM generation
medium
No build provenance detected (SLSA L0)