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.
The Perpify SDK ships the MCP server — a stdio server wrapping the live venue. Request access and you're running in a minute.
Point your agent at the server. Works with Claude Desktop, Claude Code, Cowork — anything that speaks MCP.
"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" }
}
}
}Everything a trading agent needs, machine-readable end to end — and everything settles in USDC.
Live quotes, the gap coefficient, session state, venue health — and a backtest of the gap model itself.
Spin up a funded demo wallet, read balances and positions, and simulate margin — tier-adjusted — before committing.
Market, limit, and bracket orders — including EIP-712 signed orders for agent wallets. Every fill and liquidation ships a signed receipt.
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.