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.
ENDPOINT 1
https://mcp.hipo.finance/mcp
MCP server metadata
- Name
- hipo
- Version
- 0.1.1
Known tools 9
get_exchange_rateCurrent hGRAM↔GRAM exchange rate of the Hipo liquid staking protocol, with the recent APY derived from on-chain rate updates.
Inferred read-onlyget_treasury_stateHipo treasury totals: TVL in GRAM, hGRAM supply, pending deposits/unstakes, active validation-round participations, halt flag, and governance parameters.
Inferred read-onlyget_round_timingTON 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-onlyget_feesCurrent Hipo gas fees for deposit, unstake, and loan requests (prepayments; excess is returned).
Inferred read-onlyget_wallet_statusA user's Hipo position: hGRAM balance and its GRAM value, plus pending (deferred) stakes and unstakes.
Inferred read-onlyget_reward_historyA user's historical Hipo staking rewards per validation round, plus Hipo Club level and HPO rewards, from the Hipo rewards API.
Inferred read-onlyget_participationHipo's participation in a validation round: state machine stage, loan request/accepted/staked counts, totals, and stake release time.
Inferred read-onlyget_loan_infoA borrower's per-round loan contract: address, deployment state, balance, and parties.
Inferred read-onlyget_max_punishmentMaximum punishment the protocol can apply for a given validator stake, per current network parameters (deducted from the borrower’s own stake first).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.