🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@hederaintel/platform

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hederaintel/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.

latest
Source
npmnpm
Version
2.9.1
Version published
Weekly downloads
8
-11.11%
Maintainers
1
Weekly downloads
 
Created
Source

HederaIntel

The intelligence layer for AI agents on Hedera.

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

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

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

npm MCP Registry License HITL

Connect

https://hedera-mcp-platform-production.up.railway.app/mcp
{
  "mcpServers": {
    "hederaintel": {
      "url": "https://hedera-mcp-platform-production.up.railway.app/mcp"
    }
  }
}

How It Works

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

Enterprise Safety — HITL Enforcement

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

HITL is enforced on operation type, not balance size. HederaIntel is a read and intelligence platform — the risk surface is irreversible on-chain writes and runaway agent loops.

TriggerTierBehaviour
Any tool callConsent gateconfirm_terms required
hcs_write_recordNotifyExecutes immediately — webhook notification sent to operator
Same tool >20 calls in 60sLoop guardBlocked — agent must wait 60s
All other toolsAutoExecutes immediately

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.05 HBARTopic status, message count, recent activity
hcs_query0.05 HBARNatural language Q&A over topic messages, AI-ranked
hcs_understand0.50 HBARAnomaly detection, trend analysis, entity extraction

Module 2 — Compliance and Audit Trail

ToolCostDescription
hcs_write_record2.00 HBARWrite tamper-evident record to HCS
hcs_verify_record0.50 HBARVerify a record has not been altered
hcs_audit_trail1.00 HBARFull chronological audit history for an entity

Module 3 — Governance Intelligence

ToolCostDescription
governance_monitor0.10 HBARActive proposals, deadlines, current vote tallies
governance_analyze0.50 HBARVoter sentiment, participation rate, outcome prediction

Module 4 — Token Intelligence

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

Module 5 — Identity Resolution

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

Module 6 — Smart Contract Intelligence

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

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

What's New in v2.9.0

  • Leaner tool set — removed defi_yields and entire NFT module; 20 focused tools across 6 modules
  • New operator wallet — platform wallet updated to 0.0.10309126
  • contract_call return type decoding — pass return_types for precise ABI decoding of tuples, arrays, and multi-value returns
  • EVM address support — all identity and contract tools accept 0x... addresses directly
  • Live HBAR/USD pricingaccount_info shows real-time USD cost for every tool

Known Limitations

  • Mirror node balance endpoint occasionally returns empty for high-holder tokens. Metadata unaffected.
npmhttps://www.npmjs.com/package/@hederaintel/platform
MCP Registryhttps://registry.modelcontextprotocol.io — search hederaintel
Live endpointhttps://hedera-mcp-platform-production.up.railway.app/mcp
Termshttps://hedera-mcp-platform-production.up.railway.app/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].

Keywords

hederaintel

FAQs

Package last updated on 05 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts