INDIVIDUAL MCP TOOL
get_outcome_history
Explore 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.
LIVE ENDPOINT
https://app.aguait.xyz/api/mcp
Connect to this endpoint to inspect the live schema for get_outcome_history and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.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.
Related tools
explore_markets— List the top tradable outcome (prediction) markets on Hyperliquid, ranked by 24h volume.list_categories— Count the currently tradable outcome markets in each category (Crypto, Economics, Sports).get_market— Fetch one outcome market in full, every tradable leg with implied odds and 24h volume.get_wallet_summary— A 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.