Remote MCP quickstart
Remote deployments do not support trading at the moment. Only public market data is available. Use a local setup for full API access including trading.
How it works
The MCP server supports two transport modes controlled by MCP_TRANSPORT:
In HTTP mode the server listens on MCP_PORT (default 3000) and exposes:
POST /mcp— MCP protocol endpoint (what clients connect to)GET /health— health check, returns{"status": "ok"}
For more details, see the deploy-http guide in the repository.
Environment variables
Most platforms let you set these as environment variables in their dashboard. If you’ve cloned the MCP server repository to build and deploy, you can also store them in a .env file at the repo root:
Then edit .env with your values. The server loads this file automatically on startup.
Choose a platform
All options produce an endpoint of the form https://your-domain.example.com/mcp that you paste into your AI client’s MCP settings.
Verify your deployment
Test your endpoint from the terminal (replace the URL with your actual deployment URL):
Connect your AI client
Claude.ai (Web)
ChatGPT Desktop
- Open claude.ai → Settings → Integrations.
- Click Add MCP Server.
- Enter your endpoint URL (e.g.
https://your-domain.example.com/mcp).