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.1.8
Known tools 5
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, Economics, Sports).
Inferred read-onlyget_marketFetch one outcome market in full, every tradable leg with implied odds and 24h volume.
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-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.