Analytics
aguait.xyz
Provides access to Hyperliquid prediction markets and wallet trading history for analysis.
ENDPOINT 1
https://app.aguait.xyz/api/mcp
MCP server metadata
- Name
- aguait
- Version
- 0.2.0
Known tools 32
explore_marketsList the top tradable outcome (prediction) markets on Hyperliquid, ranked by 24h volume.
Inferred read-onlylist_categoriesCount the currently tradable outcome markets in each category (Crypto, Stocks, Indices, Commodities, FX, Economics, Sports).
Inferred read-onlyget_marketFetch one outcome market in full, every tradable leg with implied odds, settlement coin, 24h volume, and bounded top-of-book liquidity.
Inferred read-onlyget_outcome_historyExplore a public wallet's outcome (prediction) market trade history on Hyperliquid, each market it traded, the position status, cost basis, and realized P&L, bounded to the latest 500 fills.
Potential side effectsget_wallet_summaryA quick headline summary of a public wallet's outcome trading over a window: number of markets traded and net realized P&L, bounded to the latest 500 fills.
Inferred read-onlyget_wallet_stateRead the current public positions, balances, resting ordinary spot/perpetual orders, and outcome sell listings for a Hyperliquid owner address.
Inferred read-onlyget_execution_authorizationRead whether Aguait execution is unlocked for this owner and agent address.
Inferred read-onlyprepare_builder_fee_approvalPrepare the exact Hyperliquid user-signed builder-fee approval for a self-owned funded agent wallet.
Inferred read-onlyexecute_builder_fee_approvalSubmit one exact self-owned Hyperliquid builder-fee approval.
Inferred read-onlyprepare_hyperliquid_depositPrepare the exact native-USDC ERC-20 transfer to Hyperliquid Bridge2.
Potential side effectsget_trading_bookRead the bounded live top-of-book for one Hyperliquid spot or perpetual symbol.
Inferred read-onlylist_venue_marketsList canonical Hyperliquid perpetual and spot symbols with their current public mid when available.
Inferred read-onlyprepare_cap_downsidePlan a cap-downside hedge for one current perpetual position using the existing aguait risk template.
Inferred read-onlyexecute_cap_downsideExecute one already-signed cap-downside hedge returned by prepare_cap_downside.
Potential side effectsprepare_outcome_sellPrepare a position-bounded IOC sell for a Hyperliquid HIP-4 outcome share.
Inferred read-onlyprepare_outcome_buyPrepare a slippage-capped IOC buy for a Hyperliquid HIP-4 outcome share.
Inferred read-onlyprepare_outcome_listingPrepare a GTC limit sell of an outcome position the owner currently holds.
Inferred read-onlyprepare_outcome_cancelPrepare a cancellation for one currently open HIP-4 outcome listing.
Inferred read-onlyexecute_outcome_cancelExecute one already-signed HIP-4 outcome listing cancellation.
Potential side effectsprepare_usd_class_transferPrepare a Hyperliquid USD-class transfer between the owner’s spot and perp accounts.
Potential side effectsexecute_usd_class_transferExecute one already-signed Hyperliquid USD-class transfer.
Potential side effectsprepare_spot_fundingPrepare the bounded spot IOC funding leg used before an outcome buy, normally USDC to the market settlement coin.
Inferred read-onlyexecute_venue_orderExecute one already-signed bounded spot or perpetual order.
Potential side effectsprepare_venue_cancelPrepare cancellation of one currently open ordinary Hyperliquid spot or perpetual order by its cloid.
Inferred read-onlyexecute_venue_cancelExecute one already-signed ordinary spot or perpetual cancellation.
Potential side effectsget_order_statusReconcile an outcome order by owner address and its 16-byte cloid.
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.aguait]
url = "https://app.aguait.xyz/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aguait": {
"type": "http",
"url": "https://app.aguait.xyz/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aguait
Remote MCP URL: https://app.aguait.xyz/api/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": {
"aguait": {
"url": "https://app.aguait.xyz/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aguait": {
"type": "http",
"url": "https://app.aguait.xyz/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aguait",
"transport": "streamable-http",
"url": "https://app.aguait.xyz/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for aguait.xyz was fetched 2026-08-03T17:13:42.155Z and is being refreshed.
aguait.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.