← Registry

Developer Tools

hederatoolbox.com

Provides Hedera Hashgraph platform services including terms of service management, account information, and HCS topic monitoring and querying.

1 endpoint25 known toolsFirst detected May 12, 2026Last detected September 3, 2026

ENDPOINT 1

https://api.hederatoolbox.com/mcp

No auth detected

MCP server metadata

Name
hedera-mcp-platform
Version
3.3.0
Capabilities
tools

Known tools 25

get_terms

Machine-readable Terms of Service.

Inferred read-only
confirm_terms

Accept Terms of Service.

Inferred read-only
account_info

Platform wallet, live pricing for all 23 tools in HBAR/USD, and your balance.

Inferred read-only
hcs_monitor

HCS topic status: message count, creation time, memo.

Potential side effects
hcs_query

Natural language query on an HCS topic.

Inferred read-only
hcs_understand

Deep HCS topic analysis: anomaly detection, trends, entity extraction, risk.

Inferred read-only
hcs_write_record

Write a tamper-evident record to any open HCS topic on Hedera.

Potential side effects
hcs_verify_record

Check that a compliance record on Hedera HCS still matches its stored hash.

Inferred read-only
hcs_audit_trail

Full chronological audit trail for an entity from Hedera HCS.

Inferred read-only
governance_monitor

Active governance proposals for a Hedera token or DAO: open proposals, deadlines, vote tallies.

Inferred read-only
governance_analyze

Governance proposal analysis: voter sentiment, participation, concentration, outcome prediction.

Inferred read-only
token_price

Hedera token price, market cap, 24h volume.

Inferred read-only
token_analyze

Hedera token deep analysis: holder distribution, velocity, liquidity, risk score.

Inferred read-only
token_monitor

Hedera token whale movements and unusual transfer patterns.

Potential side effects
identity_resolve

Resolve Hedera account ID or EVM address to on-chain profile: age, tokens, tx history.

Inferred read-only
identity_verify_kyc

KYC status of a Hedera account for one or more tokens.

Inferred read-only
identity_check_sanctions

Sanctions and risk screening for a Hedera account: tx patterns, counterparty risk.

Inferred read-only
contract_read

Hedera contract state: info, bytecode size, recent activity, storage.

Inferred read-only
contract_call

Read-only call to a Hedera contract function.

Inferred read-only
contract_analyze

Hedera contract deep analysis: activity, caller distribution, gas, risk, classification.

Inferred read-only
fixatum_register

Register 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-only
fixatum_score

Query a live Fixatum KYA trust score for any registered agent.

Inferred read-only
fixatum_status

Check Fixatum registration status for a Hedera account.

Inferred read-only
fixatum_fleet_status

Read all agent statuses and inbox count from the Fixatum agent communication layer.

Inferred read-only
fixatum_fleet_inbox

Read unresolved flagged items from the Fixatum agent inbox.

Inferred read-only

CONNECT 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.

Trust status Neutral

hederatoolbox.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.