streamable-httpMITupdated 5mo ago
9 DeFi risk & compliance intelligence tools for the Hedera ecosystem.
What can you do with hederaoracle?
HederaOracle MCP Server
9 DeFi risk & compliance intelligence tools for the Hedera ecosystem.
Enterprise-grade network with Google, IBM, Boeing on the Governing Council. HTS token key analysis for institutional risk assessment.
Live Endpoint
https://tooloracle.io/hedera/mcp/
No API key required. MIT licensed.
Quick Setup
{
"mcpServers": {
"hederaoracle": {
"url": "https://tooloracle.io/hedera/mcp/"
}
}
}
Tools (9)
| Tool | Description | Data Source |
|---|---|---|
hbar_overview |
Hedera ecosystem: HBAR price, TVL, supply, Governing Council, protocols | CoinGecko + DeFiLlama + Mirror Node |
hbar_account_info |
Account balance, key type, token holdings | Hedera Mirror Node |
hbar_token_info |
HTS token risk analysis: admin/freeze/wipe/supply/pause keys with risk scoring | Hedera Mirror Node |
hbar_protocol_health |
Protocol health: TVL, audits, risk grade (SaucerSwap, Stader, HeliSwap...) | DeFiLlama |
hbar_defi_yields |
Compare DeFi yields across Hedera protocols | DeFiLlama Yields |
hbar_protocol_list |
All Hedera DeFi protocols ranked by TVL | DeFiLlama |
hbar_stablecoin_risk |
Stablecoin supply and risk on Hedera | DeFiLlama |
hbar_network_stats |
Network stats: supply, nodes, consensus info | Hedera Mirror Node |
hbar_transactions |
Recent transactions for any Hedera account | Hedera Mirror Node |
Key Feature: HTS Token Key Analysis
Hedera Token Service (HTS) tokens have granular key permissions. hbar_token_info checks all keys:
- Admin Key — Can modify token properties
- Freeze Key — Can freeze token transfers
- Wipe Key — Can wipe token balances
- Supply Key — Can mint/burn tokens
- Pause Key — Can pause all operations
Each key impacts the risk score. Tokens with fewer keys = lower risk.
Data Sources
- Hedera Mirror Node (mainnet.mirrornode.hedera.com) — Accounts, tokens, transactions, network
- DeFiLlama — TVL, yields, stablecoins, DEX volumes
- CoinGecko — Prices, market data
Links
- Live endpoint: https://tooloracle.io/hedera/mcp/
- Health check: https://tooloracle.io/hedera/health
- Builder: FeedOracle Technologies — EU-based compliance infrastructure
- Marketplace: ToolOracle
- License: MIT
Install
Add hederaoracle to your client. Pick the one you use.
claude mcp add --transport http hederaoracle https://tooloracle.io/hedera/mcp/codex mcp add hederaoracle --url https://tooloracle.io/hedera/mcp/{
"mcpServers": {
"hederaoracle": {
"url": "https://tooloracle.io/hedera/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hederaoracle": {
"type": "http",
"url": "https://tooloracle.io/hedera/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hederaoracle": {
"url": "https://tooloracle.io/hedera/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hederaoracle": {
"serverUrl": "https://tooloracle.io/hedera/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
9 tools
hederaoracle exposes 9 tools to a connected agent.
- hbar_overview
- Hedera ecosystem: HBAR price, TVL, supply, Governing Council, protocols
- hbar_account_info
- Account balance, key type, token holdings
- hbar_token_info
- HTS token risk analysis: admin/freeze/wipe/supply/pause keys with risk scoring
- hbar_protocol_health
- Protocol health: TVL, audits, risk grade (SaucerSwap, Stader, HeliSwap...)
- hbar_defi_yields
- Compare DeFi yields across Hedera protocols
- hbar_protocol_list
- All Hedera DeFi protocols ranked by TVL
- hbar_stablecoin_risk
- Stablecoin supply and risk on Hedera
- hbar_network_stats
- Network stats: supply, nodes, consensus info
- hbar_transactions
- Recent transactions for any Hedera account
Score
66 / 100
Good
- Documentation22/25
- Maintenance13/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 148 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 9 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | May 7, 2026 |