Server Details
Production MCP server giving AI agents metered access to live Hedera blockchain data. Query token prices, screen identities, monitor governance, write tamper-evident HCS compliance records, and analyze smart contracts — all paid in HBAR micropayments per call.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
23 toolsaccount_infoRead-onlyInspect
Platform wallet, live pricing for all 20 tools in HBAR/USD, and your balance. FREE. Call first to onboard: send HBAR to platform wallet, your Hedera account ID becomes your API key.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Optional. Your Hedera account ID (e.g. 0.0.456789) or API key. If provided, your current balance is returned. |
confirm_termsDestructiveInspect
Accept Terms of Service. Required before any paid tool executes. FREE.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your Hedera account ID / API key (e.g. 0.0.456789) | |
| confirmed | Yes | Must be true. Passing false is a no-op. | |
| terms_version | Yes | The terms version you are accepting — must match the current version returned by get_terms. |
contract_analyzeRead-onlyInspect
Hedera contract deep analysis: activity, caller distribution, gas, risk, classification. 1.5 HBAR.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your HederaIntel API key | |
| contract_id | Yes | Hedera contract ID to analyze (e.g. 0.0.123456) |
contract_callRead-onlyInspect
Read-only call to a Hedera contract function. No tx submitted. 1.0 HBAR.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your HederaIntel API key | |
| abi_hint | No | Optional full function signature for precise ABI encoding e.g. 'balanceOf(address)' or 'getReserves()' | |
| contract_id | Yes | Hedera contract ID (e.g. 0.0.123456) or EVM address (0x...) | |
| return_types | No | Optional ABI return types for precise decoding e.g. ['uint112','uint112','uint32'] for getReserves, ['address'] for owner | |
| function_name | Yes | Contract function name to call (e.g. balanceOf, totalSupply, name) | |
| function_params | No | Optional array of parameter values to pass to the function |
contract_readRead-onlyInspect
Hedera contract state: info, bytecode size, recent activity, storage. No tx executed. 0.2 HBAR.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your HederaIntel API key | |
| contract_id | Yes | Hedera contract ID (e.g. 0.0.123456) or EVM address (0x...) |
fixatum_registerInspect
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. Costs 100 HBAR. Requires a dedicated Ed25519 key pair — NOT your Hedera account key. Call with hedera_account_id only to get full prerequisites and key generation instructions. Free prerequisite check, no charge until registration proceeds.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your HederaToolbox API key (Hedera account ID). | |
| hedera_account_id | Yes | Your Hedera account ID (e.g. 0.0.123456) — this becomes part of your DID. | |
| ed25519_public_key | No | Your Ed25519 public key encoded as base58btc multibase (starts with z, 40–50 chars). NOT your Hedera ECDSA key. Omit to get prerequisites and key generation instructions. |
fixatum_scoreRead-onlyInspect
Query a live Fixatum KYA trust score for any registered agent. Returns 0-100 score, grade (A-F), and component breakdown (provenance, account age, screening, anomaly signal). Free. Pass a Hedera account ID or full did:hedera DID.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your HederaToolbox API key (Hedera account ID). | |
| did_or_account_id | Yes | Full Fixatum DID (did:hedera:mainnet:z...) or Hedera account ID (0.0.XXXXXX). |
fixatum_statusRead-onlyInspect
Check Fixatum registration status for a Hedera account. Returns DID if registered, live score, and whether provenance is actively building. Free. Use before fixatum_register to check if already registered.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your HederaToolbox API key (Hedera account ID). | |
| hedera_account_id | Yes | Hedera account ID to check (e.g. 0.0.123456). |
get_termsRead-onlyInspect
Machine-readable Terms of Service. FREE. Call before any paid tool, then confirm_terms.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
governance_analyzeRead-onlyInspect
Governance proposal analysis: voter sentiment, participation, concentration, outcome prediction. 1.0 HBAR.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your HederaIntel API key | |
| token_id | Yes | Hedera token ID the proposal belongs to | |
| topic_id | No | HCS topic ID where proposal votes are recorded | |
| proposal_id | Yes | Proposal ID or HCS sequence number to analyze |
governance_monitorRead-onlyInspect
Active governance proposals for a Hedera token or DAO: open proposals, deadlines, vote tallies. 0.2 HBAR.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your HederaIntel API key | |
| token_id | Yes | Hedera token ID to monitor governance for (e.g. 0.0.123456) | |
| topic_id | No | Optional HCS topic ID used for governance messages |
hcs_audit_trailRead-onlyInspect
Full chronological audit trail for an entity from Hedera HCS. 2.0 HBAR.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to retrieve (default 50) | |
| api_key | Yes | Your HederaIntel API key | |
| topic_id | No | HCS topic ID to query. Defaults to the HederaIntel platform topic. | |
| entity_id | Yes | Entity ID to retrieve audit trail for |
hcs_monitorRead-onlyInspect
HCS topic status: message count, creation time, memo. Defaults to platform topic. 0.1 HBAR.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your HederaIntel API key | |
| topic_id | No | Hedera topic ID (e.g. 0.0.8026796). Defaults to the HederaIntel platform topic. |
hcs_queryRead-onlyInspect
Natural language query on an HCS topic. Returns ranked messages and summary. 0.1 HBAR.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max messages to retrieve (default 50) | |
| query | Yes | Natural language question about the topic | |
| api_key | Yes | Your HederaIntel API key | |
| topic_id | No | Hedera topic ID (e.g. 0.0.8026796). Defaults to the HederaIntel platform topic. |
hcs_understandRead-onlyInspect
Deep HCS topic analysis: anomaly detection, trends, entity extraction, risk. 1.0 HBAR.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your HederaIntel API key | |
| topic_id | No | Hedera topic ID. Defaults to the HederaIntel platform topic. | |
| analysis_type | Yes | Type of analysis to perform | |
| lookback_days | No | Days of history to analyze (default 7, max 30) |
hcs_verify_recordRead-onlyInspect
Verify a compliance record on Hedera HCS has not been tampered. 1.0 HBAR.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your HederaIntel API key | |
| topic_id | No | HCS topic ID where the record was written. Defaults to the HederaIntel platform topic. | |
| record_id | Yes | Record ID returned when the record was written |
hcs_write_recordDestructiveInspect
Write tamper-evident compliance record to Hedera HCS. Returns record ID and tx proof. 5.0 HBAR.
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The compliance data to record (any JSON object) | |
| api_key | Yes | Your HederaIntel API key | |
| topic_id | No | HCS topic ID to write the record to. Defaults to the HederaIntel platform topic. | |
| entity_id | Yes | ID of the entity this record relates to | |
| record_type | Yes | Type of compliance record (e.g. transaction, approval, audit_event) |
identity_check_sanctionsRead-onlyInspect
Sanctions and risk screening for a Hedera account: tx patterns, counterparty risk. 1.0 HBAR.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your HederaIntel API key | |
| account_id | Yes | Hedera account ID (e.g. 0.0.123456) or EVM address (0x...) |
identity_resolveRead-onlyInspect
Resolve Hedera account ID or EVM address to on-chain profile: age, tokens, tx history. 0.2 HBAR.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your HederaIntel API key | |
| account_id | Yes | Hedera account ID (e.g. 0.0.123456) or EVM address (e.g. 0x1234...) |
identity_verify_kycRead-onlyInspect
KYC status of a Hedera account for one or more tokens. 0.5 HBAR.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your HederaIntel API key | |
| token_id | No | Optional token ID to check KYC status for a specific token | |
| account_id | Yes | Hedera account ID (e.g. 0.0.123456) or EVM address (0x...) |
token_analyzeRead-onlyInspect
Hedera token deep analysis: holder distribution, velocity, liquidity, risk score. 0.6 HBAR.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your HederaIntel API key | |
| token_id | Yes | Hedera token ID to analyze (e.g. 0.0.123456) |
token_monitorRead-onlyInspect
Hedera token whale movements and unusual transfer patterns. 0.2 HBAR.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of recent transactions to return (default 25, max 100) | |
| api_key | Yes | Your HederaIntel API key | |
| token_id | Yes | Hedera token ID to monitor (e.g. 0.0.123456) |
token_priceRead-onlyInspect
Hedera token price, market cap, 24h volume. 0.1 HBAR.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your HederaIntel API key | |
| token_id | Yes | Hedera token ID (e.g. 0.0.123456) |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!