← Registry

Analytics

hipo.finance

Provides on-chain data and metrics for the Hipo liquid staking protocol on TON, including exchange rates, treasury state, round timing, fees, and user wallet positions.

1 endpoint9 known toolsFirst detected August 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.hipo.finance/mcp

No auth detected

MCP server metadata

Name
hipo
Version
0.1.1
Capabilities
resources.listChangedtools.listChanged

Known tools 9

get_exchange_rate

Current hGRAM↔GRAM exchange rate of the Hipo liquid staking protocol, with the recent APY derived from on-chain rate updates.

Inferred read-only
get_treasury_state

Hipo treasury totals: TVL in GRAM, hGRAM supply, pending deposits/unstakes, active validation-round participations, halt flag, and governance parameters.

Inferred read-only
get_round_timing

TON validation round timing as seen by Hipo: current/next round boundaries, election participation window, stake freeze duration, and when rewards or deferred deposits/unstakes settle.

Inferred read-only
get_fees

Current Hipo gas fees for deposit, unstake, and loan requests (prepayments; excess is returned).

Inferred read-only
get_wallet_status

A user's Hipo position: hGRAM balance and its GRAM value, plus pending (deferred) stakes and unstakes.

Inferred read-only
get_reward_history

A user's historical Hipo staking rewards per validation round, plus Hipo Club level and HPO rewards, from the Hipo rewards API.

Inferred read-only
get_participation

Hipo's participation in a validation round: state machine stage, loan request/accepted/staked counts, totals, and stake release time.

Inferred read-only
get_loan_info

A borrower's per-round loan contract: address, deployment state, balance, and parties.

Inferred read-only
get_max_punishment

Maximum punishment the protocol can apply for a given validator stake, per current network parameters (deducted from the borrower’s own stake first).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hipo]
url = "https://mcp.hipo.finance/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hipo": {
      "type": "http",
      "url": "https://mcp.hipo.finance/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hipo
Remote MCP URL: https://mcp.hipo.finance/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hipo": {
      "url": "https://mcp.hipo.finance/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hipo": {
      "type": "http",
      "url": "https://mcp.hipo.finance/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hipo",
  "transport": "streamable-http",
  "url": "https://mcp.hipo.finance/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.