llms.txt Content
# HederaToolbox
# Machine-readable platform information for AI agents
# https://hederatoolbox.com/llms.txt
## What this is
HederaToolbox is the last mile layer for Hedera. The blockchain infrastructure exists. The gap is the last mile — getting live on-chain intelligence into the hands of AI agents and the people who use them, without requiring a developer, an SDK, or a custom integration. HederaToolbox closes that gap.
It is a production MCP (Model Context Protocol) server that gives AI agents structured, metered access to the Hedera blockchain. 20 tools across 6 modules. Pay per call in HBAR. No registration required. Natural language becomes tool calls, tool calls return structured data, structured data becomes action.
## MCP endpoint
https://api.hederatoolbox.com/mcp
## npm package
@hederatoolbox/platform
npx -y @hederatoolbox/platform
## OpenClaw / ClawHub
Skill slug: mountainmystic/hederatoolbox
Install: clawhub install mountainmystic/hederatoolbox
Listing: https://clawhub.ai/mountainmystic/hederatoolbox
Set HEDERA_ACCOUNT_ID=0.0.XXXXXX in your OpenClaw config after installing.
The skill passes your account ID automatically as api_key on every tool call.
## Version
3.4.5
## How to connect (Claude.ai)
Settings → Connectors → Add custom connector
Connector URL: https://api.hederatoolbox.com/mcp
Transport: HTTP/SSE
## How to connect (Claude Desktop)
Step 1 — install the package globally (required, one time):
npm install -g @hederatoolbox/platform
Step 2 — add to claude_desktop_config.json under mcpServers:
{
"hederatoolbox": {
"command": "npx",
"args": ["-y", "@hederatoolbox/platform"]
}
}
Restart Claude Desktop after saving. Windows users who see 'npm error could not determine executable to run' should run: mkdir %APPDATA%\npm && npm config set prefix %APPDATA%\npm first.
## How to connect (Manus)
Settings → Connectors → Add custom connector
Server Name: hederatoolbox
Transport: HTTP/SSE (not STDIO — HederaTool