Skip to main content
Glama
raju-deriv

Deriv API MCP Server

by raju-deriv

Deriv API サーバー

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

特徴

  • アクティブシンボルリスト

  • アカウント残高を取得する

Related MCP server: Tradovate MCP Server

インストール

ローカルインストール

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 ドキュメントを参照してください。

ライセンス

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

Install Server
F
license - not found
D
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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