← Back to search

io.github.CSOAI-ORG/meok-abci-bridge-mcp

CSOAI-ORG streamable_http Scanned 24d ago

MEOK ABCI Bridge MCP — read-only Tendermint / Cosmos blockchain query for agents. Built-in registry

B
87.9 / 100

Versions

1.0.1latest
first seen Jun 30, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

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
Server uses network capabilities via: urllib
filesystem low
Server uses filesystem capabilities via: open(), os, pathlib
env_vars low
Server uses env_vars capabilities via: os.environ

Scan Findings 25

low
Tool 'list_chains' has no annotations annotation_checker · 100%
low
Tool 'abci_info' has no annotations annotation_checker · 100%
low
Tool 'abci_query' has no annotations annotation_checker · 100%
low
Tool 'get_block' has no annotations annotation_checker · 100%
low
Tool 'get_tx' has no annotations annotation_checker · 100%
low
Tool 'get_validators' has no annotations annotation_checker · 100%
low
Tool 'chain_status' has no annotations annotation_checker · 100%
low
Tool 'sign_query_result' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: list_chains manifest_parser · 90%
info
Tool: abci_info manifest_parser · 90%
info
Tool: abci_query manifest_parser · 90%
info
Tool: get_block manifest_parser · 90%
info
Tool: get_tx manifest_parser · 90%
info
Tool: get_validators manifest_parser · 90%
info
Tool: chain_status manifest_parser · 90%
info
Tool: sign_query_result manifest_parser · 90%
info
Required env vars (4) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 80%
low
Permission: filesystem access detected permission_analyzer · 80%
low
Permission: env_vars access detected permission_analyzer · 90%
info
No dependency files found for SBOM generation sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%