Skip to main content
Glama

Deriv API MCP Server

by raju-deriv

파생 API 서버

Deriv API와 상호 작용하기 위한 MCP(Model Context Protocol) 서버와 OpenAI 함수 호출 서비스입니다.

특징

  • 활성 심볼 목록
  • 계좌 잔액 가져오기

설치

로컬 설치

지엑스피1

도커 설치

  1. Docker 이미지를 빌드합니다.
docker build -t deriv-api-mcp .

환경 설정

프로젝트 루트에 .env 파일을 만듭니다.

DERIV_API_TOKEN=your_api_key_here

Claude Desktop과 함께 사용

Claude Desktop은 MCP 기능을 완벽하게 지원합니다. 이 서버를 사용하려면 다음 단계를 따르세요.

  1. Claude Desktop 설치
  2. Claude Desktop 구성에 다음을 추가합니다.
    • macOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
    • cline VSCode에서: /Users/raju/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
    • Windows의 경우: %APPDATA%\Claude\claude_desktop_config.json

로컬 설치용

{ "mcpServers": { "deriv-api-mcp": { "command": "uv", "args": [ "--directory", "/Users/raju/Sites/deriv/mcp-deriv-api-server", "run", "server.py" ] } } }

Docker 설치를 위해

{ "mcpServers": { "deriv-api-mcp": { "command": "docker", "args": [ "run", "--rm", "-i", "deriv-api-mcp" ] } } }
  1. Claude Desktop을 다시 시작하세요

서버는 다음과 같은 도구를 제공합니다.

  • get_active_symbols : 활성 거래 심볼 목록을 가져옵니다.
  • get_account_balance : 현재 계좌 잔액을 가져옵니다

OpenAI 함수 호출 사용

요금 제한

현재 요금 제한 및 사용 지침은 Deriv API 문서를 참조하세요.

특허

MIT

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

AI 보조자가 Deriv 거래 API와 상호 작용하여 활성 거래 심볼과 계좌 잔액 정보에 액세스할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.

  1. 특징
    1. 설치
      1. 로컬 설치
      2. 도커 설치
    2. 환경 설정
      1. Claude Desktop과 함께 사용
        1. 로컬 설치용
        2. Docker 설치를 위해
      2. OpenAI 함수 호출 사용
        1. 요금 제한
          1. 특허

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server implementation that enables AI assistants to interact with the Paradex perpetual futures trading platform, allowing for retrieving market data, managing trading accounts, placing orders, and monitoring positions.
              Last updated -
              28
              4
              Python
              MIT License
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables AI assistants to access Flow blockchain data and perform operations such as checking balances, resolving domains, executing scripts, and submitting transactions.
              Last updated -
              JavaScript
              • Linux
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables AI agents to interact with Brex financial platform data, allowing retrieval of account information, expenses, budgets, and team data through standardized resource handlers.
              Last updated -
              2
              TypeScript
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server for integrating AI assistants like Claude Desktop with the Stellar blockchain, enabling wallet connections, token listings, balance queries, and fund transfers.
              Last updated -
              5
              JavaScript
              MIT License
              • Apple
              • Linux

            View all related MCP servers

            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