hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Integrations
Enables function calling with the Deriv API through OpenAI models, offering capabilities to fetch active trading symbols and account balances.
Deriv API サーバー
Deriv API と対話するためのモデル コンテキスト プロトコル (MCP) サーバーおよび OpenAI 関数呼び出しサービス。
特徴
- アクティブシンボルリスト
- アカウント残高を取得する
インストール
ローカルインストール
Copy
Dockerのインストール
- Docker イメージをビルドします。
Copy
環境設定
プロジェクト ルートに.env
ファイルを作成します。
Copy
Claude Desktopでの使用
Claude DesktopはMCP機能を完全にサポートしています。このサーバーを使用するには、以下の手順に従ってください。
- Claude Desktopをインストールする
- 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
- macOSの場合:
ローカルインストールの場合
Copy
Dockerのインストール
Copy
- Claudeデスクトップを再起動します
サーバーは次のツールを提供します。
get_active_symbols
: アクティブな取引シンボルのリストを取得するget_account_balance
: 現在の口座残高を取得する
OpenAI関数呼び出しでの使用
レート制限
現在のレート制限と使用ガイドラインについては、 Deriv API ドキュメントを参照してください。
ライセンス
マサチューセッツ工科大学
You must be authenticated.
AI アシスタントが Deriv 取引 API と対話し、アクティブな取引シンボルと口座残高情報にアクセスできるようにするモデル コンテキスト プロトコル サーバー。
- Features
- Installation
- Environment Setup
- Usage with Claude Desktop
- Usage with OpenAI Function Calling
- Rate Limits
- License