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

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.

주식 거래량을 분석하여 주요 가격 수준(거래량 벽)을 식별하고 주문장 데이터 가져오기, 거래 분석, 거래량 분포 추적과 같은 기능을 지원하는 MCP 서버입니다.

  1. 필수 조건 🔧
    1. 볼륨 벽 감지기 MCP 서버 설치 ⚡
      1. NPX로 실행
      2. Smithery를 통해 설치
    2. MCP 클라이언트 구성 ⚙️
      1. Cline 구성 🤖
      2. 커서 구성 🖥️
      3. Claude Desktop 구성하기 🖥️
    3. 특허

      Related MCP Servers

      • -
        security
        F
        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 -
        29
        Python
        • Apple
      • -
        security
        F
        license
        -
        quality
        An MCP server implementation that integrates with Angle One APIs to provide standardized access to financial market data, trading operations, and portfolio management.
        Last updated -
        Python
      • -
        security
        A
        license
        -
        quality
        An MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.
        Last updated -
        Python
        MIT License
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        An MCP server that monitors and provides analytics on weekly report submissions in a Google Sheet, allowing users to check missing submissions, view statistics, and track individual reporting status.
        Last updated -
        Python

      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