Provider hosted
Tools: 53

Aevo - Trade Perps, Options and Strategies

Aevo - Trade Perps, Options and Strategies

Aevo is the world

https://www.aevo.xyz/

Use in your AI tool

Connect straight to this server’s public endpoint.

Remote MCP URL
https://mcp.aevo.xyz/mcp

Use on MCPBundles

We add this server to your workspace, walk through sign-in once, then open Studio with tools ready to run.

Last probed Sep 14, 2026 · mcp.aevo.xyz

53tools discovered

Tools discovered (53)

Showing 25 of 53 from the live probe.

  • Aevo List Assets

    List all supported assets on AEVO exchange. Returns a list of asset ticker symbols (e.g. ["ETH", "BTC", "USDC"]).

  • Aevo List Markets

    List available markets, optionally filtered by asset and instrument_type. Returns slim fields per market: instrument_name, type, asset, mark_price, is_active, and option fields (strike, option_type, expiry). Args: asset: Filter by asset symbol (e.g. "ETH", "BTC"). Empty = all assets. instrument_type: Filter by type (e.g. "PERPETUAL", "OPTION"). Empty = all types.

  • Aevo Get Orderbook

    Return top 10 bids and asks for a given instrument. Each level is [price, amount] for non-options or [price, amount, iv] for options. Useful for checking liquidity, spread, and quote IV. Args: instrument_name: Instrument to query (e.g. "ETH-PERP", "BTC-USDC").

  • Aevo Get Instrument

    Return full instrument metadata by name or id. Includes tick size, min order size, margin requirements, and settlement info. Args: instrument_name: Instrument name (e.g. "ETH-PERP") or numeric instrument id.

  • Aevo Get Funding Rate

    Return the current funding rate for a perpetual instrument. Positive rate = longs pay shorts. Negative rate = shorts pay longs. Args: instrument_name: Perpetual instrument name (e.g. "ETH-PERP").

  • Aevo Get Funding History

    Return historical funding rates for a perpetual instrument. Args: instrument_name: Perpetual instrument name (e.g. "ETH-PERP"). start_time: Start timestamp (unix seconds). Empty = no lower bound. end_time: End timestamp (unix seconds). Empty = no upper bound. limit: Max records to return (default 50). offset: Pagination offset.

  • Aevo Get Trade History

    Return recent public trades for an instrument. Each trade includes: price, amount, side, created_at. Args: instrument_name: Instrument name (e.g. "ETH-PERP").

  • Aevo Get Statistics

    Return exchange-wide market statistics including volume and open interest.

  • Aevo Get Index Price

    Return the index (spot reference) price for an asset. Args: asset: Asset symbol (e.g. "ETH", "BTC").

  • Aevo Get Index History

    Return historical index prices for an asset. Args: asset: Asset symbol (e.g. "ETH", "BTC"). resolution: Candle resolution (e.g. "1", "60", "1D"). Empty = default. start_time: Start timestamp (unix seconds). end_time: End timestamp (unix seconds). limit: Max records (default 50).

  • Aevo Get Mark History

    Return historical mark prices for an instrument. Args: instrument_name: Instrument name (e.g. "ETH-PERP"). resolution: Candle resolution. Empty = default. start_time: Start timestamp (unix seconds). end_time: End timestamp (unix seconds). limit: Max records (default 50).

  • Aevo Get Settlement History

    Return settlement history, optionally filtered by asset. Args: asset: Filter by asset. Empty = all assets. start_time: Start timestamp (unix seconds). end_time: End timestamp (unix seconds). limit: Max records (default 50).

  • Aevo Get Expiries

    Return available expiry dates for an asset's options/futures. Args: asset: Asset symbol (e.g. "ETH", "BTC").

  • Aevo Get Server Time

    Return the AEVO exchange server time.

  • Aevo Get Status

    Return MCP runtime and AEVO identity context. Shows environment, wallet address, signing key status, API credential status, session auth state, and transport configuration. Use this to verify connectivity.

  • Aevo Onboard

    Start or resume an AEVO session. Call this at the beginning of every session. Returns the current session state and tells you what to do next: - If credentials already exist: returns status summary — proceed with trading. - If credentials are missing: returns exactly which credentials to collect from the user and how to authenticate. This is the recommended entry point for any AEVO agent interaction.

  • Aevo Authenticate

    Store credentials for the current MCP client session (memory-only, not persisted). Call this once per session to enable authenticated operations without passing credentials to every tool call. Credentials are scoped to the current client session. **Credential tiers — what each unlocks:** 1. `api_key` + `api_secret` → read-only account data (balances, positions, order history, trade fills). 2. Add `wallet_address` + `signing_key_private_key` →

  • Aevo Clear Auth

    Clear credentials for the current MCP client session. After clearing, authenticated operations will fail until credentials are provided again via aevo_authenticate or per-call api_key/api_secret params.

  • Aevo Get Account

    Return account summary: balance, available_balance, equity, margin_usage, collaterals. Requires API credentials via session auth, env vars, or per-call params. Args: api_key: Optional per-call API key override. api_secret: Optional per-call API secret override.

  • Aevo Get Portfolio

    Return portfolio summary: balance, pnl, unrealized_pnl, greeks. Args: api_key: Optional per-call API key override. api_secret: Optional per-call API secret override.

  • Aevo Get Positions

    Return open positions with key fields per position. Fields: instrument_name, side, amount, mark_price, entry_price, unrealized_pnl, liquidation_price. Args: api_key: Optional per-call API key override. api_secret: Optional per-call API secret override.

  • Aevo Update Leverage

    Update the leverage multiplier for a specific instrument. Args: instrument_name: Instrument to update (e.g. "ETH-PERP", "BTC-PERP"). leverage: Leverage multiplier (e.g. 5 for 5x). api_key: Optional per-call API key override. api_secret: Optional per-call API secret override.

  • Aevo Get Trade Fills

    Return trade (fill) history for the authenticated account. Args: start_time: Start timestamp filter (unix seconds). end_time: End timestamp filter (unix seconds). limit: Max records (default 50). offset: Pagination offset. trade_types: Filter by trade type. instrument_name: Filter by instrument. instrument_type: Filter by type (e.g. "PERPETUAL"). asset: Filter by asset (e.g. "ETH").

  • Aevo Get Order History

    Return historical orders for the authenticated account. Args: start_time: Start timestamp filter (unix seconds). end_time: End timestamp filter (unix seconds). limit: Max records (default 50). offset: Pagination offset. instrument_name: Filter by instrument. instrument_type: Filter by type (e.g. "PERPETUAL"). asset: Filter by asset (e.g. "ETH"). api_key: Optional per-call API key override.

  • Aevo List Orders

    Fetch all current open orders. Returns key fields per order: order_id, instrument_name, side, amount, filled, limit_price, status, created_at. Args: api_key: Optional per-call API key override. api_secret: Optional per-call API secret override.

Get your MCP into directories

A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.

Directory coverage for brands

Frequently Asked Questions

What is the Aevo - Trade Perps, Options and Strategies MCP server?

Aevo is the world

How do I connect Aevo - Trade Perps, Options and Strategies to my AI agent?

Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.

How many tools does Aevo - Trade Perps, Options and Strategies provide?

MCPBundles probed 53 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.

What authentication does Aevo - Trade Perps, Options and Strategies require?

Aevo - Trade Perps, Options and Strategies may require signing in to the provider before tools can run. Connect through MCPBundles or your MCP client and complete any provider login when prompted.

Maintain this listing

Operate Aevo - Trade Perps, Options and Strategies? Verify ownership to take over this directory entry.

Operate Aevo - Trade Perps, Options and Strategies?

This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.

Claim this listing