Skip to main content
Glama

Deriv API MCP Server

by raju-deriv
# Use Python 3.11 as base image FROM python:3.11-slim # Set working directory WORKDIR /app # Install pip and project dependencies RUN pip install --no-cache-dir pip --upgrade # Copy project files COPY pyproject.toml . COPY server.py . COPY services/ services/ # Install project dependencies RUN pip install --no-cache-dir . # Copy .env file if it exists (for development) COPY .env* ./ # Expose any necessary ports (if needed) # EXPOSE 8000 # Run the server CMD ["python", "server.py"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/raju-deriv/mcp-deriv-api-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server