Back to directory
raju-deriv/mcp-deriv-api-server

raju-deriv/mcp-deriv-api-server

@raju-deriv

A Model Context Protocol (MCP) server for interacting with the Deriv API, providing trading symbol listing and account balance functionality.

derivapimcptradingfinancialserverfinance

Installation & Configuration

{
  "mcpServers": {
    "deriv-api-mcp": {
      "command": "uv",
      "args": [
        "run",
        "server.py"
      ],
      "env": {
        "DERIV_API_TOKEN": "your_api_key_here"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15