← Registry

Analytics

aguait.xyz

Provides access to Hyperliquid prediction markets and wallet trading history for analysis.

1 endpoint32 known toolsFirst detected July 31, 2026Last detected September 14, 2026

ENDPOINT 1

https://app.aguait.xyz/api/mcp

No auth detected

MCP server metadata

Name
aguait
Version
0.2.0
Capabilities
resources.listChangedtools.listChanged

Known tools 32

explore_markets

List the top tradable outcome (prediction) markets on Hyperliquid, ranked by 24h volume.

Inferred read-only
list_categories

Count the currently tradable outcome markets in each category (Crypto, Stocks, Indices, Commodities, FX, Economics, Sports).

Inferred read-only
get_market

Fetch one outcome market in full, every tradable leg with implied odds, settlement coin, 24h volume, and bounded top-of-book liquidity.

Inferred read-only
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.

Potential side effects
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.

Inferred read-only
get_wallet_state

Read the current public positions, balances, resting ordinary spot/perpetual orders, and outcome sell listings for a Hyperliquid owner address.

Inferred read-only
get_recent_fills

Read bounded public Hyperliquid user fills for an owner address.

Inferred read-only
get_execution_authorization

Read whether Aguait execution is unlocked for this owner and agent address.

Inferred read-only
prepare_builder_fee_approval

Prepare the exact Hyperliquid user-signed builder-fee approval for a self-owned funded agent wallet.

Inferred read-only
execute_builder_fee_approval

Submit one exact self-owned Hyperliquid builder-fee approval.

Inferred read-only
prepare_hyperliquid_deposit

Prepare the exact native-USDC ERC-20 transfer to Hyperliquid Bridge2.

Potential side effects
get_trading_book

Read the bounded live top-of-book for one Hyperliquid spot or perpetual symbol.

Inferred read-only
list_venue_markets

List canonical Hyperliquid perpetual and spot symbols with their current public mid when available.

Inferred read-only
prepare_cap_downside

Plan a cap-downside hedge for one current perpetual position using the existing aguait risk template.

Inferred read-only
execute_cap_downside

Execute one already-signed cap-downside hedge returned by prepare_cap_downside.

Potential side effects
prepare_outcome_sell

Prepare a position-bounded IOC sell for a Hyperliquid HIP-4 outcome share.

Inferred read-only
execute_outcome_sell

Execute one already-signed outcome IOC sell.

Potential side effects
prepare_outcome_buy

Prepare a slippage-capped IOC buy for a Hyperliquid HIP-4 outcome share.

Inferred read-only
execute_outcome_buy

Execute one already-signed HIP-4 outcome IOC buy.

Potential side effects
prepare_outcome_listing

Prepare a GTC limit sell of an outcome position the owner currently holds.

Inferred read-only
execute_outcome_listing

Execute one already-signed HIP-4 GTC outcome listing.

Potential side effects
prepare_outcome_cancel

Prepare a cancellation for one currently open HIP-4 outcome listing.

Inferred read-only
execute_outcome_cancel

Execute one already-signed HIP-4 outcome listing cancellation.

Potential side effects
prepare_usd_class_transfer

Prepare a Hyperliquid USD-class transfer between the owner’s spot and perp accounts.

Potential side effects
execute_usd_class_transfer

Execute one already-signed Hyperliquid USD-class transfer.

Potential side effects
prepare_spot_funding

Prepare the bounded spot IOC funding leg used before an outcome buy, normally USDC to the market settlement coin.

Inferred read-only
execute_spot_funding

Execute one already-signed bounded spot funding IOC.

Potential side effects
prepare_venue_order

Prepare a bounded Hyperliquid spot or perpetual limit order.

Inferred read-only
execute_venue_order

Execute one already-signed bounded spot or perpetual order.

Potential side effects
prepare_venue_cancel

Prepare cancellation of one currently open ordinary Hyperliquid spot or perpetual order by its cloid.

Inferred read-only
execute_venue_cancel

Execute one already-signed ordinary spot or perpetual cancellation.

Potential side effects
get_order_status

Reconcile an outcome order by owner address and its 16-byte cloid.

Inferred read-only

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.

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.

Trust status Neutral

aguait.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.