Skip to main content
Glama

Deriv API MCP Server

by raju-deriv

Deriv API サーバー

Deriv API と対話するためのモデル コンテキスト プロトコル (MCP) サーバーおよび OpenAI 関数呼び出しサービス。

特徴

  • アクティブシンボルリスト
  • アカウント残高を取得する

インストール

ローカルインストール

curl -LsSf https://astral.sh/uv/install.sh | sh

Dockerのインストール

  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デスクトップを再起動します

サーバーは次のツールを提供します。

  • get_active_symbols : アクティブな取引シンボルのリストを取得する
  • get_account_balance : 現在の口座残高を取得する

OpenAI関数呼び出しでの使用

レート制限

現在のレート制限と使用ガイドラインについては、 Deriv API ドキュメントを参照してください。

ライセンス

マサチューセッツ工科大学

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. Dockerのインストール
    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