CVEX MCP Server
by siomochkin
The CVEX MCP Server allows Claude to interact with the CVEX trading platform. It enables viewing market data, account information, and executing trades.
Last updated: N/A
What is CVEX MCP Server?
A Model Context Protocol (MCP) server that allows Claude to interact with the CVEX Trading API, enabling it to view market data, account information, and execute trades on the CVEX trading platform.
How to use CVEX MCP Server?
Install the server using npm install -g @modelcontextprotocol/server-cvex
. Then, run it with Claude Desktop using the command claude --mcp "npx @modelcontextprotocol/server-cvex --api-key YOUR_API_KEY --private-key-path /path/to/private_key.pem"
, replacing the placeholders with your actual API key and private key path.
Key features of CVEX MCP Server
Market Data Access
Account Management
Trading Capabilities
Secure Trading
Use cases of CVEX MCP Server
Viewing real-time market data for various contracts
Checking account balances and position information
Placing and managing orders directly through Claude
Estimating order costs before execution
FAQ from CVEX MCP Server
What is the CVEX MCP Server?
What is the CVEX MCP Server?
It's a server that allows Claude to interact with the CVEX trading platform.
How do I install the server?
How do I install the server?
Use the command npm install -g @modelcontextprotocol/server-cvex
.
How do I run the server with Claude Desktop?
How do I run the server with Claude Desktop?
Use the command claude --mcp "npx @modelcontextprotocol/server-cvex --api-key YOUR_API_KEY --private-key-path /path/to/private_key.pem"
, replacing the placeholders with your actual API key and private key path.
What kind of tools are available?
What kind of tools are available?
Tools such as getMarketData, getContractDetails, getAccountInformation, estimateOrder and placeOrder are available.
Is my private key safe?
Is my private key safe?
Your private key is only read when needed for signing trading requests and is never stored in memory longer than necessary.