Labsco
MCP SERVER

Hedera Toolbox

by mountainmystic

Hedera intelligence metered in HBAR: 23 tools across topics, tokens, identity, contracts, governance and compliance, where sending HBAR from your account is the signup.

Chain State, Explorers & Contract Tooling
Summary
Read the one caveat on sanctions screening.

The project says plainly that `identity_check_sanctions` is behavioural analysis of on-chain Hedera transaction patterns — not a check against any government watchlist — which is exactly the sort of thing you want to know before wiring it into a compliance flow. The rest is a well-priced surface where polling is often free and you only pay when something is written or deeply analysed.

What it is

A hosted MCP server for the Hedera network. There is no account creation and no OAuth — you send HBAR from your Hedera account to the platform wallet, and that account id becomes your key. Each tool has a published price and your balance carries over.

What you get
  • Free onboarding tools — `get_terms` for machine-readable terms, `confirm_terms` to record consent, `account_info` for the wallet address, the full pricing table and your balance
  • Topic intelligence — `hcs_monitor`, `hcs_query` for natural-language questions over topic messages, `hcs_understand` for anomalies and trends
  • Audit trail — `hcs_write_record`, `hcs_verify_record`, `hcs_audit_trail`
  • Tokens — `token_price`, `token_monitor`, `token_analyze` for holder distribution and concentration risk
  • Identity — `identity_resolve`, `identity_verify_kyc`, `identity_check_sanctions`
  • Contracts — `contract_read`, `contract_call` for read-only calls with no gas, `contract_analyze`; both native Hedera ids and EVM addresses are accepted
  • Governance — `governance_monitor`, `governance_analyze`
  • Fixatum DID — `fixatum_register`, plus `fixatum_score` and `fixatum_status`, which are free to poll
Requirements

A Hedera mainnet account and some HBAR. Connect either to the endpoint at https://api.hederatoolbox.com/mcp, or install @hederatoolbox/platform globally and launch it with npx. Send HBAR to the platform wallet 0.0.10309126 and your account id is provisioned as the key; you authenticate with that public id, never a private key. Consent through `confirm_terms` is required before any paid tool runs. The npm package is for integration use; the backend is proprietary.

Setup effort

One command plus a key — npm install -g @hederatoolbox/platform, then supply credentials