For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Join CommunityStart Trading
HomeOverviewDIME UtilityTradingRisk & LiquidationsParadex ChainEcosystemREST APIWebSocket APIAgentic AI HubRelease Notes
HomeOverviewDIME UtilityTradingRisk & LiquidationsParadex ChainEcosystemREST APIWebSocket APIAgentic AI HubRelease Notes
  • Getting Started
    • Overview
  • Local MCP
    • Quickstart guide
    • Prerequisites
    • ChatGPT Desktop
    • Claude Code CLI
    • Claude Desktop
    • Codex CLI
    • Cursor
    • Gemini CLI
    • VS Code (GitHub Copilot)
    • Windsurf
    • Troubleshooting
  • Remote MCP
    • Quickstart guide
    • Railway
    • Render
    • Fly.io
    • AWS Lambda
    • Docker / VPS
  • Paradex-hosted MCP
    • Quickstart guide
    • Claude.ai (Web)
    • ChatGPT Desktop
    • Smithery
    • Other Clients
    • CLI
    • Agentic Skills
  • MCP Reference
    • Resources
    • Tools
    • Prompts
Join CommunityStart Trading
Remote MCP

Render

Similar to Railway with a free tier. Free services spin down after 15 minutes of inactivity and have a cold start (~30 s) on the next request.

Was this page helpful?
Edit this page
Previous

Fly.io

More setup than Railway or Render, but gives fine-grained control over region, scaling, and resources.

Next
Built with
1

Create a web service

Go to render.com → New → Web Service.

2

Connect your repository

Connect your GitHub repo. Render detects the Dockerfile.

3

Set environment variables

Set the following under Environment:

KeyValue
MCP_TRANSPORTstreamable-http
MCP_PORT8080
PARADEX_ENVIRONMENTprod
4

Configure the health check

Set Health Check Path to /health.

5

Deploy

Click Create Web Service. Your endpoint is https://<service-name>.onrender.com/mcp.

6

Connect your AI client

Paste the URL into your AI client’s MCP settings. See the Remote MCP quickstart for client-specific instructions.


Free tier sleeps after 15 min of inactivity — upgrade to Starter (~$7/mo) to avoid cold starts. Render provides automatic TLS and a stable URL.