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.
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.
- 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
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.
One command plus a key — npm install -g @hederatoolbox/platform, then supply credentials
