Skip to main content
Glama
Ownership verified

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

23 tools
account_info
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyNoOptional. Your Hedera account ID (e.g. 0.0.456789) or API key. If provided, your current balance is returned.
confirm_terms
Destructive
Inspect

Accept Terms of Service. Required before any paid tool executes. FREE.

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour Hedera account ID / API key (e.g. 0.0.456789)
confirmedYesMust be true. Passing false is a no-op.
terms_versionYesThe terms version you are accepting — must match the current version returned by get_terms.
contract_analyze
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour HederaIntel API key
contract_idYesHedera contract ID to analyze (e.g. 0.0.123456)
contract_call
Read-only
Inspect

Read-only call to a Hedera contract function. No tx submitted. 1.0 HBAR.

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour HederaIntel API key
abi_hintNoOptional full function signature for precise ABI encoding e.g. 'balanceOf(address)' or 'getReserves()'
contract_idYesHedera contract ID (e.g. 0.0.123456) or EVM address (0x...)
return_typesNoOptional ABI return types for precise decoding e.g. ['uint112','uint112','uint32'] for getReserves, ['address'] for owner
function_nameYesContract function name to call (e.g. balanceOf, totalSupply, name)
function_paramsNoOptional array of parameter values to pass to the function
contract_read
Read-only
Inspect

Hedera contract state: info, bytecode size, recent activity, storage. No tx executed. 0.2 HBAR.

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour HederaIntel API key
contract_idYesHedera 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour HederaToolbox API key (Hedera account ID).
hedera_account_idYesYour Hedera account ID (e.g. 0.0.123456) — this becomes part of your DID.
ed25519_public_keyNoYour 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_score
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour HederaToolbox API key (Hedera account ID).
did_or_account_idYesFull Fixatum DID (did:hedera:mainnet:z...) or Hedera account ID (0.0.XXXXXX).
fixatum_status
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour HederaToolbox API key (Hedera account ID).
hedera_account_idYesHedera account ID to check (e.g. 0.0.123456).
get_terms
Read-only
Inspect

Machine-readable Terms of Service. FREE. Call before any paid tool, then confirm_terms.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_analyze
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour HederaIntel API key
token_idYesHedera token ID the proposal belongs to
topic_idNoHCS topic ID where proposal votes are recorded
proposal_idYesProposal ID or HCS sequence number to analyze
governance_monitor
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour HederaIntel API key
token_idYesHedera token ID to monitor governance for (e.g. 0.0.123456)
topic_idNoOptional HCS topic ID used for governance messages
hcs_audit_trail
Read-only
Inspect

Full chronological audit trail for an entity from Hedera HCS. 2.0 HBAR.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax records to retrieve (default 50)
api_keyYesYour HederaIntel API key
topic_idNoHCS topic ID to query. Defaults to the HederaIntel platform topic.
entity_idYesEntity ID to retrieve audit trail for
hcs_monitor
Read-only
Inspect

HCS topic status: message count, creation time, memo. Defaults to platform topic. 0.1 HBAR.

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour HederaIntel API key
topic_idNoHedera topic ID (e.g. 0.0.8026796). Defaults to the HederaIntel platform topic.
hcs_query
Read-only
Inspect

Natural language query on an HCS topic. Returns ranked messages and summary. 0.1 HBAR.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax messages to retrieve (default 50)
queryYesNatural language question about the topic
api_keyYesYour HederaIntel API key
topic_idNoHedera topic ID (e.g. 0.0.8026796). Defaults to the HederaIntel platform topic.
hcs_understand
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour HederaIntel API key
topic_idNoHedera topic ID. Defaults to the HederaIntel platform topic.
analysis_typeYesType of analysis to perform
lookback_daysNoDays of history to analyze (default 7, max 30)
hcs_verify_record
Read-only
Inspect

Verify a compliance record on Hedera HCS has not been tampered. 1.0 HBAR.

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour HederaIntel API key
topic_idNoHCS topic ID where the record was written. Defaults to the HederaIntel platform topic.
record_idYesRecord ID returned when the record was written
hcs_write_record
Destructive
Inspect

Write tamper-evident compliance record to Hedera HCS. Returns record ID and tx proof. 5.0 HBAR.

ParametersJSON Schema
NameRequiredDescriptionDefault
dataYesThe compliance data to record (any JSON object)
api_keyYesYour HederaIntel API key
topic_idNoHCS topic ID to write the record to. Defaults to the HederaIntel platform topic.
entity_idYesID of the entity this record relates to
record_typeYesType of compliance record (e.g. transaction, approval, audit_event)
identity_check_sanctions
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour HederaIntel API key
account_idYesHedera account ID (e.g. 0.0.123456) or EVM address (0x...)
identity_resolve
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour HederaIntel API key
account_idYesHedera account ID (e.g. 0.0.123456) or EVM address (e.g. 0x1234...)
identity_verify_kyc
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour HederaIntel API key
token_idNoOptional token ID to check KYC status for a specific token
account_idYesHedera account ID (e.g. 0.0.123456) or EVM address (0x...)
token_analyze
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour HederaIntel API key
token_idYesHedera token ID to analyze (e.g. 0.0.123456)
token_monitor
Read-only
Inspect

Hedera token whale movements and unusual transfer patterns. 0.2 HBAR.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of recent transactions to return (default 25, max 100)
api_keyYesYour HederaIntel API key
token_idYesHedera token ID to monitor (e.g. 0.0.123456)
token_price
Read-only
Inspect

Hedera token price, market cap, 24h volume. 0.1 HBAR.

ParametersJSON Schema
NameRequiredDescriptionDefault
api_keyYesYour HederaIntel API key
token_idYesHedera 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 ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.