Hedera ecosystem intelligence for AI agents. 6 tools, 2 modules. Pay per call in HBAR.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The intelligence layer for AI agents on Hedera.
23 tools. 7 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, compliance, and Fixatum DID registration.
Built for agents that need to reason about Hedera, not just interact with it.
Claude Desktop β one business objective, no steps specified, agent decides everything:
Terminal agent β autonomous compliance workflow running headless:
Five production-ready agents in examples/. Clone the repo, fund once, run. Zero dependencies beyond Node.js 18+.
One-time setup for all agents:
Windows users: set env vars before running:
set HEDERA_ACCOUNT_ID=0.0.YOUR_ID && set TOKEN_ID=0.0.731861 && node examples/whale-alert-agent.mjsOr edit the config constants directly at the top of each file.
examples/agent-reputation-monitor.mjs
Watches a list of Fixatum-registered AI agents on a schedule. Detects grade changes and significant score drops β then writes a tamper-proof record to your HCS topic when a change is observed.
Built for platforms that accept agents as counterparties, DAOs monitoring delegate agents, and operators tracking a deployed agent fleet. Polling is free (fixatum_score costs nothing) β you only pay 0.1 HBAR when an alert actually fires.
Create a watched-agents.json file next to the script:
Then run:
First run establishes baselines only β no alerts fire on startup. State is saved to
agents-state.jsonand survives restarts.
| Config | Default | Description |
|---|---|---|
HCS_TOPIC_ID | required | Your HCS topic for alert records |
CHECK_INTERVAL_H | 6 | Hours between checks |
DROP_THRESHOLD | 10 | Point drop that triggers alert regardless of grade |
WATCH_FILE | watched-agents.json | Path to your watch list |
Cost: Free to poll Β· 0.1 β per alert written to HCS
Agents without a Fixatum DID cannot be monitored. Get one at fixatum.com/register.
examples/compliance-kya-onboarding-agent.mjs
Screens any Hedera account before doing business with them. Runs identity resolution, on-chain risk screening, and optional KYC verification β then pulls a live Fixatum KYA trust score (0β100) for free as part of the same run. The full result is written as a single tamper-proof record to your own HCS topic.
Returns APPROVED, REJECTED, PENDING_REVIEW, or PENDING_KYC.
Designed for token issuers, DEXes, DAOs, and treasury managers who want auditable counterparty screening with a reputation layer, not just a binary pass/fail.
HCS_TOPIC_IDis required β records write to your own topic, not a shared one. If you have a Fixatum DID, youragent_topic_idworks here. Get one at fixatum.com/register.
| Config | Default | Description |
|---|---|---|
SUBJECT | 0.0.7925398 | Account to screen |
HCS_TOPIC_ID | required | Your HCS topic for compliance records |
KYC_TOKEN_ID | none | Optional: your token ID for KYC check |
SKIP_VERIFY | false | Set true to skip tamper verification |
Cost: ~1.3 β base Β· ~2.3 β with verify Β· ~2.8 β with verify + KYC
Note:
identity_check_sanctionsis on-chain behavioural analysis of Hedera transaction patterns only. It is not a legal sanctions check against any government watchlist.
examples/whale-alert-agent.mjs
Monitors any Hedera token for unusual whale concentration on a schedule. When top-10 holders exceed your threshold, writes a tamper-proof whale_alert record to HCS and prints the Hashscan proof URL.
| Config | Default | Description |
|---|---|---|
TOKEN_ID | 0.0.731861 | Token to monitor |
THRESHOLD_PCT | 80 | Alert if top-10 holders exceed this % |
CHECK_INTERVAL_MS | 3600000 | Check every hour |
Cost: 0.2 β per check Β· 5 β only when anomaly fires
examples/token-due-diligence-agent.mjs
Full investment and listing due diligence on any Hedera token in one run. Pulls price data, deep holder analysis, admin key risks, and treasury account identity β outputs a structured risk report with an overall verdict.
Cost: ~1.0 β per report (token_price + token_analyze + identity_resolve on treasury)
examples/dao-monitor-agent.mjs
Watches active governance proposals for a Hedera token on a schedule. Alerts when a proposal is closing within 24 hours. Pass --analyze with a PROPOSAL_ID for deep vote tally and outcome prediction.
Cost: 0.2 β per check Β· 1.0 β for deep analysis Β· 10 β covers ~12 days at 4 checks/day
MCP endpoint:
Claude.ai (web or mobile) Settings β Connectors β Add β paste the endpoint URL above.
Claude Desktop app
Step 1 β install the package globally (required, do this once):
Step 2 β add to claude_desktop_config.json under mcpServers:
Restart Claude Desktop after saving the config.
Windows users: if you see
npm error could not determine executable to run, your npm global directory may not exist yet. Run these first:
OpenClaw / ClawHub
Install the HederaToolbox skill directly from ClawHub:
Then add your Hedera account ID to your OpenClaw environment:
Skill listing: clawhub.ai/mountainmystic/hederatoolbox
Cursor / other MCP-compatible clients Use the endpoint URL directly in your MCP server config.
HederaToolbox uses agent-native HBAR payments. No accounts, no OAuth, no email.
Platform wallet: 0.0.10309126 (mainnet)
Credits are persistent. Unused balance carries over indefinitely.
All safety controls run server-side and cannot be bypassed by modifying the npm package.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hedera-mcp-platform)<a href="https://allmcps.com/mcp/hedera-mcp-platform"><img src="https://allmcps.com/api/badge/hedera-mcp-platform?style=directory" alt="Hedera MCP Platform on AllMCPs" /></a>