Skip to main content
Glama

Volume Wall Detector MCP

볼륨 벽 감지기 MCP 서버 📊

🔌 Cline, Cursor, Claude Desktop 및 기타 MCP 클라이언트와 호환됩니다!

Volume Wall Detector MCP는 모든 MCP 클라이언트와 원활하게 작동합니다.

MCP(Model Context Protocol)는 AI 시스템이 다양한 데이터 소스 및 도구와 원활하게 상호 작용할 수 있도록 하는 개방형 표준으로, 안전한 양방향 연결을 용이하게 합니다.

Volume Wall Detector MCP 서버는 다음을 제공합니다.

  • 실시간 주식 거래량 분석

  • 중요한 가격 수준(볼륨 벽) 감지

  • 거래 불균형 추적 및 분석

  • 시간 외 거래 분석

  • MongoDB 기반 데이터 지속성

필수 조건 🔧

시작하기 전에 다음 사항을 확인하세요.

  • MongoDB 인스턴스 실행 중

  • 주식 시장 API 접근

  • Node.js(v20 이상)

  • Git 설치됨(Git 설치 방법을 사용하는 경우에만 필요)

볼륨 벽 감지기 MCP 서버 설치 ⚡

NPX로 실행

지엑스피1

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 Volume Wall Detector MCP 서버를 자동으로 설치하려면:

npx -y @smithery/cli install volume-wall-detector-mcp --client claude

MCP 클라이언트 구성 ⚙️

Cline 구성 🤖

  1. Cline MCP 설정 파일을 엽니다.

# For macOS: code ~/Library/Application\ Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json # For Windows: code %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
  1. 볼륨 벽 감지기 서버 구성을 추가합니다.

{ "mcpServers": { "volume-wall-detector-mcp": { "command": "npx", "args": ["-y", "volume-wall-detector-mcp@latest"], "env": { "TIMEZONE": "GMT+7", "API_BASE_URL": "your-api-url-here", "MONGO_HOST": "localhost", "MONGO_PORT": "27017", "MONGO_DATABASE": "volume_wall_detector", "MONGO_USER": "admin", "MONGO_PASSWORD": "password", "MONGO_AUTH_SOURCE": "admin", "MONGO_AUTH_MECHANISM": "SCRAM-SHA-1", "PAGE_SIZE": "50", "TRADES_TO_FETCH": "10000", "DAYS_TO_FETCH": "1", "TRANSPORT_TYPE": "stdio", "PORT": "8080" }, "disabled": false, "autoApprove": [] } } }

커서 구성 🖥️

참고 : 커서 버전 0.45.6 이상이 필요합니다.

  1. 커서 설정 열기

  2. Open MCP로 이동

  3. "새로운 글로벌 MCP 서버 추가"를 클릭하세요.

  4. 다음 정보를 입력하세요:

    • 이름 : "볼륨-벽-검출기-mcp"

    • 유형 : "명령"

    • 명령어 : GXP5

Claude Desktop 구성하기 🖥️

Claude Desktop 구성 파일을 생성하거나 편집합니다.

macOS의 경우:

code "$HOME/Library/Application Support/Claude/claude_desktop_config.json"

Windows의 경우:

code %APPDATA%\Claude\claude_desktop_config.json

구성을 추가합니다.

{ "mcpServers": { "volume-wall-detector-mcp": { "command": "npx", "args": ["-y", "volume-wall-detector-mcp@latest"], "env": { "TIMEZONE": "GMT+7", "API_BASE_URL": "your-api-url-here", "MONGO_HOST": "localhost", "MONGO_PORT": "27017", "MONGO_DATABASE": "volume_wall_detector", "MONGO_USER": "admin", "MONGO_PASSWORD": "password", "MONGO_AUTH_SOURCE": "admin", "MONGO_AUTH_MECHANISM": "SCRAM-SHA-1", "PAGE_SIZE": "50", "TRADES_TO_FETCH": "10000", "DAYS_TO_FETCH": "1", "TRANSPORT_TYPE": "stdio", "PORT": "8080" } } } }

특허

MIT

Deploy Server
A
security – no known vulnerabilities
-
license - not tested
A
quality - confirmed to work

Related MCP Servers

  • -
    security
    -
    license
    -
    quality
    The MCP Trader Server conducts comprehensive technical analysis on stocks, offering insights into trends, momentum indicators, volatility metrics, and volume analysis to support stock trading decisions.
    Last updated -
    247
    • Apple
  • A
    security
    -
    license
    A
    quality
    MCP server that provides AI assistants access to stock market data including financial statements, stock prices, and market news through a Model Context Protocol interface.
    Last updated -
    22
    11
    543
    MIT License
    • Apple
  • A
    security
    -
    license
    A
    quality
    An MCP server that provides comprehensive financial insights and analysis by leveraging real-time market data, news, and advanced analytics for stocks, options, financial statements, and economic indicators.
    Last updated -
    17
    47
    Python
    MIT License
    • Apple
  • -
    security
    -
    license
    -
    quality
    A FastMCP-based server that provides tools for analyzing stock market data, including concept sector strength, financial indicators, F10 information, market emotion indicators, and tracking limit-up stocks.
    Last updated -
    10

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/Cognitive-Stack/volume-wall-detector-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server