Deriv API MCP Server
파생 API 서버
Deriv API와 상호 작용하기 위한 MCP(Model Context Protocol) 서버와 OpenAI 함수 호출 서비스입니다.
특징
활성 심볼 목록
계좌 잔액 가져오기
Related MCP server: Tradovate MCP Server
설치
로컬 설치
지엑스피1
도커 설치
Docker 이미지를 빌드합니다.
docker build -t deriv-api-mcp .환경 설정
프로젝트 루트에 .env 파일을 만듭니다.
DERIV_API_TOKEN=your_api_key_hereClaude Desktop과 함께 사용
Claude Desktop은 MCP 기능을 완벽하게 지원합니다. 이 서버를 사용하려면 다음 단계를 따르세요.
Claude Desktop 구성에 다음을 추가합니다.
macOS의 경우:
~/Library/Application Support/Claude/claude_desktop_config.jsoncline VSCode에서:
/Users/raju/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.jsonWindows의 경우:
%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"
]
}
}
}Claude Desktop을 다시 시작하세요
서버는 다음과 같은 도구를 제공합니다.
get_active_symbols: 활성 거래 심볼 목록을 가져옵니다.get_account_balance: 현재 계좌 잔액을 가져옵니다
OpenAI 함수 호출 사용
요금 제한
현재 요금 제한 및 사용 지침은 Deriv API 문서를 참조하세요.
특허
MIT
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