Developer Tools
hederatoolbox.com
Provides Hedera Hashgraph platform services including terms of service management, account information, and HCS topic monitoring and querying.
ENDPOINT 1
https://api.hederatoolbox.com/mcp
MCP server metadata
- Name
- hedera-mcp-platform
- Version
- 3.3.0
Known tools 25
account_infoPlatform wallet, live pricing for all 23 tools in HBAR/USD, and your balance.
Inferred read-onlyhcs_understandDeep HCS topic analysis: anomaly detection, trends, entity extraction, risk.
Inferred read-onlyhcs_write_recordWrite a tamper-evident record to any open HCS topic on Hedera.
Potential side effectshcs_verify_recordCheck that a compliance record on Hedera HCS still matches its stored hash.
Inferred read-onlygovernance_monitorActive governance proposals for a Hedera token or DAO: open proposals, deadlines, vote tallies.
Inferred read-onlygovernance_analyzeGovernance proposal analysis: voter sentiment, participation, concentration, outcome prediction.
Inferred read-onlytoken_analyzeHedera token deep analysis: holder distribution, velocity, liquidity, risk score.
Inferred read-onlyidentity_resolveResolve Hedera account ID or EVM address to on-chain profile: age, tokens, tx history.
Inferred read-onlyidentity_check_sanctionsSanctions and risk screening for a Hedera account: tx patterns, counterparty risk.
Inferred read-onlycontract_readHedera contract state: info, bytecode size, recent activity, storage.
Inferred read-onlycontract_analyzeHedera contract deep analysis: activity, caller distribution, gas, risk, classification.
Inferred read-onlyfixatum_registerRegister this agent with Fixatum to get a permanent W3C-compliant DID (did:hedera:mainnet:z...) anchored to Hedera HCS and a live KYA trust score.
Inferred read-onlyfixatum_fleet_statusRead all agent statuses and inbox count from the Fixatum agent communication layer.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hedera-mcp-platform]
url = "https://api.hederatoolbox.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hedera-mcp-platform": {
"type": "http",
"url": "https://api.hederatoolbox.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hedera-mcp-platform
Remote MCP URL: https://api.hederatoolbox.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hedera-mcp-platform": {
"url": "https://api.hederatoolbox.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hedera-mcp-platform": {
"type": "http",
"url": "https://api.hederatoolbox.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hedera-mcp-platform",
"transport": "streamable-http",
"url": "https://api.hederatoolbox.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for hederatoolbox.com was fetched 2026-07-26T18:16:43.529Z and is being refreshed.
hederatoolbox.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.