Sign In

@hederatoolbox/platform

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hederatoolbox/platform

Hedera blockchain intelligence for AI agents. 20 tools across 6 modules — HCS, compliance, governance, tokens, identity, contracts. Pay per call in HBAR. No registration required.

Source
npmnpm
Version
3.4.2
Version published
Weekly downloads
21
-61.11%
Maintainers
1
Weekly downloads
 
Created
Source

HederaToolbox

The intelligence layer for AI agents on Hedera.

20 tools. 6 modules. Pay per call in HBAR. No registration.

HederaToolbox is a production Model Context Protocol server. It gives AI agents structured, metered access to the full Hedera ecosystem — HCS topics, tokens, identity, smart contracts, governance, and compliance.

Built for agents that need to reason about Hedera, not just interact with it.

Demo

Claude Desktop — one business objective, no steps specified, agent decides everything:

Claude Desktop Demo

Terminal agent — same workflow running as a standalone Node.js script:

Terminal Agent Demo

npm MCP Registry Network License

Connect

MCP endpoint:

https://api.hederatoolbox.com/mcp

Claude.ai (web or mobile) Settings → Connectors → Add → paste the endpoint URL above.

Claude Desktop app Add to claude_desktop_config.json under mcpServers:

{
  "mcpServers": {
    "hederatoolbox": {
      "command": "npx",
      "args": ["-y", "@hederatoolbox/platform"]
    }
  }
}

Cursor / other MCP-compatible clients Use the endpoint URL directly in your MCP server config.

How It Works

HederaToolbox uses agent-native HBAR payments. No accounts, no OAuth, no email.

1. get_terms        -> read the Terms of Service         (free)
2. confirm_terms    -> record consent                    (free)
3. account_info     -> get platform wallet + pricing     (free)
4. send HBAR        -> your account ID becomes your key  (auto-provisioned)
5. call any tool    -> pass your Hedera account ID as api_key

Platform wallet: 0.0.10309126 (mainnet)

Credits are persistent. Unused balance carries over indefinitely.

Safety Architecture

All safety controls run server-side and cannot be bypassed by modifying the npm package.

  • Consent gateconfirm_terms required before any paid tool executes
  • Atomic balance deduction — balance check and deduct are a single SQL operation, race-condition proof
  • Loop guard — same tool called >20 times in 60s by the same key is blocked automatically

Terms of Service: get_terms tool or /public/terms.json

Tools

ToolDescription
get_termsMachine-readable Terms of Service. Call before anything else.
confirm_termsRecord consent. Required before any paid tool.
account_infoPlatform wallet address, full pricing table, your balance.

Module 1 — HCS Topic Intelligence

ToolCostDescription
hcs_monitor0.10 HBARTopic status, message count, recent activity
hcs_query0.10 HBARNatural language Q&A over topic messages, AI-ranked
hcs_understand1.00 HBARAnomaly detection, trend analysis, entity extraction

Module 2 — Compliance and Audit Trail

ToolCostDescription
hcs_write_record5.00 HBARWrite tamper-evident record to HCS
hcs_verify_record1.00 HBARVerify a record has not been altered
hcs_audit_trail2.00 HBARFull chronological audit history for an entity

Module 3 — Governance Intelligence

ToolCostDescription
governance_monitor0.20 HBARActive proposals, deadlines, current vote tallies
governance_analyze1.00 HBARVoter sentiment, participation rate, outcome prediction

Module 4 — Token Intelligence

ToolCostDescription
token_price0.10 HBARSpot price, 1h/24h/7d change, liquidity — via SaucerSwap
token_monitor0.20 HBARRecent transfers, whale movements, unusual patterns
token_analyze0.60 HBARHolder distribution, velocity, concentration, risk score

Module 5 — Identity Resolution

ToolCostDescription
identity_resolve0.20 HBARAccount profile: age, holdings, transaction history
identity_verify_kyc0.50 HBARKYC grant status and verification history for a token
identity_check_sanctions1.00 HBAROn-chain risk screening, counterparty patterns

Module 6 — Smart Contract Intelligence

ToolCostDescription
contract_read0.20 HBARMetadata, bytecode size, recent callers, gas stats
contract_call1.00 HBARRead-only function call — no gas, no transaction
contract_analyze1.50 HBARActivity patterns, caller distribution, risk classification

Accepts both Hedera native IDs (0.0.123456) and EVM addresses (0x...).

What's New in v3.4.0

  • Repriced all tools — prices updated across all 6 modules to reflect platform maturity and value delivered

What's New in v3.3.0

  • Full security audit — SQLite-backed rate limiting, API key format validation, request body size limiting, separate BACKUP_SECRET, 90-day auto-purge of IP/user-agent from consent records
  • HITL removed — human-in-the-loop hard-stop removed entirely; all tools execute directly
  • Legal pages — Privacy Policy and Terms of Service published at hederatoolbox.com
  • Permanent endpoint — MCP endpoint is https://api.hederatoolbox.com/mcp

Known Limitations

  • Mirror node balance endpoint occasionally returns empty for high-holder tokens. Metadata unaffected.
npmhttps://www.npmjs.com/package/@hederatoolbox/platform
MCP Registryhttps://registry.modelcontextprotocol.io/?q=hederatoolbox
Live endpointhttps://api.hederatoolbox.com/mcp
Termshttps://api.hederatoolbox.com/terms

License

npm package — provided for integration use only.

Remote server and all backend logic — Proprietary. See LICENSE.md.

Enterprise licensing and SLA inquiries: open an issue titled [Enterprise].

Website

hederatoolbox.com

Keywords

hederatoolbox

FAQs

Package last updated on 13 Mar 2026

Related posts