← hipo.finance

INDIVIDUAL MCP TOOL

get_wallet_status

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

hipo.financenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.hipo.finance/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_wallet_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

hipo.finance

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.

Related tools

  • get_exchange_rate — Current hGRAM↔GRAM exchange rate of the Hipo liquid staking protocol, with the recent APY derived from on-chain rate updates.
  • get_treasury_state — Hipo treasury totals: TVL in GRAM, hGRAM supply, pending deposits/unstakes, active validation-round participations, halt flag, and governance parameters.
  • 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.
  • get_fees — Current Hipo gas fees for deposit, unstake, and loan requests (prepayments; excess is returned).
  • 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.
  • get_participation — Hipo's participation in a validation round: state machine stage, loan request/accepted/staked counts, totals, and stake release time.
  • get_loan_info — A borrower's per-round loan contract: address, deployment state, balance, and parties.
  • 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).