
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@hederaintel/platform
Advanced tools
Hedera blockchain intelligence for AI agents. 24 tools across 8 modules — HCS, compliance, governance, tokens, DeFi, identity, contracts, NFTs. Pay per call in HBAR. No registration required.
The intelligence layer for AI agents on Hedera.
24 tools. 8 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.
https://hedera-mcp-platform-production.up.railway.app/mcp
{
"mcpServers": {
"hederaintel": {
"url": "https://hedera-mcp-platform-production.up.railway.app/mcp"
}
}
}
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.10298356 (mainnet)
Credits are persistent. Unused balance carries over indefinitely.
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.
| Trigger | Tier | Behaviour |
|---|---|---|
| Any tool call | Consent gate | confirm_terms required |
hcs_write_record | Notify | Executes immediately — webhook notification sent to operator |
| Same tool >20 calls in 60s | Loop guard | Blocked — agent must wait 60s |
| All other tools | Auto | Executes immediately |
Full architecture: SECURITY.md — written for AI agents to read.
Terms of Service: get_terms tool or /public/terms.json
| Tool | Description |
|---|---|
get_terms | Machine-readable Terms of Service. Call before anything else. |
confirm_terms | Record consent. Required before any paid tool. |
account_info | Platform wallet address, full pricing table, your balance. |
| Tool | Cost | Description |
|---|---|---|
hcs_monitor | 0.05 HBAR | Topic status, message count, recent activity |
hcs_query | 0.05 HBAR | Natural language Q&A over topic messages, AI-ranked |
hcs_understand | 0.50 HBAR | Anomaly detection, trend analysis, entity extraction |
| Tool | Cost | Description |
|---|---|---|
hcs_write_record | 2.00 HBAR | Write tamper-evident record to HCS |
hcs_verify_record | 0.50 HBAR | Verify a record has not been altered |
hcs_audit_trail | 1.00 HBAR | Full chronological audit history for an entity |
| Tool | Cost | Description |
|---|---|---|
governance_monitor | 0.10 HBAR | Active proposals, deadlines, current vote tallies |
governance_analyze | 0.50 HBAR | Voter sentiment, participation rate, outcome prediction |
| Tool | Cost | Description |
|---|---|---|
token_price | 0.05 HBAR | Spot price, 1h/24h/7d change, liquidity — via SaucerSwap |
token_monitor | 0.10 HBAR | Recent transfers, whale movements, unusual patterns |
defi_yields | 0.20 HBAR | Live yield opportunities: pools, staking, lending |
token_analyze | 0.30 HBAR | Holder distribution, velocity, concentration, risk score |
| Tool | Cost | Description |
|---|---|---|
identity_resolve | 0.10 HBAR | Account profile: age, holdings, transaction history |
identity_verify_kyc | 0.20 HBAR | KYC grant status and verification history for a token |
identity_check_sanctions | 0.50 HBAR | On-chain risk screening, counterparty patterns |
| Tool | Cost | Description |
|---|---|---|
contract_read | 0.10 HBAR | Metadata, bytecode size, recent callers, gas stats |
contract_call | 0.50 HBAR | Read-only function call — no gas, no transaction |
contract_analyze | 1.00 HBAR | Activity patterns, caller distribution, risk classification |
Accepts both Hedera native IDs (0.0.123456) and EVM addresses (0x...).
| Tool | Cost | Description |
|---|---|---|
nft_collection_info | 0.10 HBAR | Supply, royalties, treasury, token properties |
nft_token_metadata | 0.10 HBAR | Serial-level data: IPFS metadata, current owner |
token_holders | 0.20 HBAR | Top holders, concentration metrics, whale analysis |
nft_collection_analyze | 0.30 HBAR | Whale concentration, transfer velocity, rarity signals |
AI Agent
| MCP (stdio or Streamable HTTP)
v
@hederaintel/platform (npm, ~15 KB)
| tool schemas + HTTPS proxy — zero business logic
v HTTPS
HederaIntel Remote Brain (Railway, proprietary)
|-- consent gate
|-- HITL enforcement
|-- HBAR payment processing
|-- SaucerSwap API (live token prices)
|-- Hedera mirror node
|-- SQLite (balances, consent log, HITL events)
v
Hedera Mainnet
The npm package contains no business logic — only tool schemas and a proxy. Intelligence, payments, and safety enforcement live in the private remote server and are never published to npm.
governance_vote and the entire bridge module; 24 focused tools across 8 modulescontract_call return type decoding — pass return_types for precise ABI decoding of tuples, arrays, and multi-value returns0x... addresses directlyaccount_info shows real-time USD cost for every tool@hederaintel/platform — npm namespace (migrated from hedera-mcp-platform)npm package (src/index.js, src/tools.js, src/proxy.js) — provided for integration use.
Remote server (src/modules/, src/server.js, src/payments.js, and all backend logic) — Proprietary. See LICENSE.md.
Enterprise licensing and SLA inquiries: open an issue titled [Enterprise].
FAQs
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.
The npm package @hederaintel/platform receives a total of 30 weekly downloads. As such, @hederaintel/platform popularity was classified as not popular.
We found that @hederaintel/platform demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.