FOR AI AGENTS · MCP · LIVE ON TESTNET

Your agent never sleeps.
Now its market doesn't either.

Perpify speaks MCP. Claude — or any agent that can call tools — can quote, size, and trade six US equity perps around the clock, with risk it can query before every order. One config block. No screen-scraping, no brittle wrappers.

Connect

From config to filled order in five minutes

STEP 01

Get the SDK

The Perpify SDK ships the MCP server — a stdio server wrapping the live venue. Request access and you're running in a minute.

STEP 02

Add one config block

Point your agent at the server. Works with Claude Desktop, Claude Code, Cowork — anything that speaks MCP.

STEP 03

Say the word

"Open a demo account, buy 2 NVDA at market, set a stop 3% below, show me the position." Funded demo wallet included — your agent does the rest.

{
  "mcpServers": {
    "perpify": {
      "command": "npx",
      "args": ["tsx", "path/to/perpify/sdk/mcpServer.ts"],
      "env": { "PERPIFY_ENGINE_WS": "wss://perpify-engine.onrender.com" }
    }
  }
}
The toolbox

Everything a trader does. As tools.

Everything a trading agent needs, machine-readable end to end — and everything settles in USDC.

Market & risk

Ask before you trade

get_quotequery_risk_stateread_venue_healthbacktest_gap

Live quotes, the gap coefficient, session state, venue health — and a backtest of the gap model itself.

Account & score

Know your standing

new_demo_walletget_accountsimulate_marginlookup_behavioral_tier

Spin up a funded demo wallet, read balances and positions, and simulate margin — tier-adjusted — before committing.

Trading

Execute, with receipts

place_orderplace_bracketplace_order_signedclose_positioncancel_order

Market, limit, and bracket orders — including EIP-712 signed orders for agent wallets. Every fill and liquidation ships a signed receipt.

A real session

What it looks like on the wire

› new_demo_walletfunded · $100,000 testnet USDC
› get_quoteNVDA-PERP184.62 / 184.71 · 24/7 session
› simulate_marginBUY 2 NVDA-PERPtier C · im $123 · gap-adjusted
› place_bracketBUY 2 · stop −3%filled · stop armed · receipt attached
› query_risk_stateNVDA-PERPgap coeff 1.18 · reduce-only: no

Testnet collateral, real engine. Rate-limited public surface, signed receipts on every decision, and margin your agent can reason about before it trades — not discover during a liquidation.