cvex-mcp-server
0
The CVEX MCP Server provides an interface for trading on the CVEX platform using the Model Context Protocol (MCP). It allows a user, through Claude, to access market data, manage accounts, and place trades securely using APIs.
CVEX MCP Server
A Model Context Protocol (MCP) server for interacting with the CVEX Trading API, enabling Claude to view market data, manage account information, and execute trades.
Features
- Market Data Access: View available contracts and real-time market data
- Account Management: Check account balances and position information
- Trading Capabilities: Place and manage orders directly through Claude
- Secure Trading: Private keys are only accessed when needed for signing requests
Command Line Options
--api-key <key>
: Your CVEX API key--private-key-path <path>
: Path to your private key file for trading operations--api-url <url>
: CVEX API URL (default is https://api.cvex.trade)
Tools provided
- getMarketData: Fetch market data for a contract
- getContractDetails: Detailed info about a contract
- getAccountInformation: Fetch account info including balances
- estimateOrder: Estimate an order cost
- placeOrder: Execute a new order on the exchange