Skip to main content
Glama
ferdousbhai

WSB Analyst MCP Server

by ferdousbhai

WSBアナリストMCPサーバー

鍛冶屋のバッジ

Claude またはその他の LLM クライアントによる分析用にリアルタイムの WallStreetBets データを提供する Model Context Protocol (MCP) サーバー。

特徴

  • WallStreetBetsの投稿を取得: スコア、コメント数、コンテンツタイプで投稿をフィルタリング

  • 詳細な投稿分析:投稿からコメント、リンク、メタデータを抽出します

  • 外部リンクコレクション: WSBのディスカッションで共有されているリンクを収集します

  • 分析テンプレート: 市場分析にすぐに使えるプロンプトテンプレート

  • 進捗レポート: データ収集中の進捗状況をリアルタイムで更新

  • MCP 統合: Claude Desktop およびその他の MCP クライアントとのシームレスな統合

Related MCP server: MCP Reddit Server

要件

  • Python 3.12以上

  • Reddit API 認証情報

  • Claude Desktopまたは他の MCP クライアント

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の WSB Analyst を自動的にインストールするには:

npx -y @smithery/cli install @ferdousbhai/wsb-analyst-mcp --client claude

このリポジトリをクローンするか、ソース ファイルをダウンロードします。

git clone https://github.com/ferdousbhai/wsb-analyst-mcp
cd wsb-analyst-mcp

仮想環境を作成し、依存関係をインストールします。

# Using uv (recommended)
uv sync

Reddit API認証情報の設定

このサーバーを使用するには、API 資格情報を取得するための Reddit アプリケーションを作成する必要があります。

  1. Redditアカウントにログイン

  2. https://www.reddit.com/prefs/appsに移動します

  3. 下にスクロールして、「別のアプリを作成...」または「アプリを作成...」をクリックします。

  4. 以下の詳細を入力してください。

    • 名前: WSB アナリスト MCP (または任意の名前)

    • アプリの種類:「スクリプト」を選択

    • 説明: アプリケーションの説明(オプション)

    • urlについて: 空白のままにすることができます

    • リダイレクト URI : http://localhost:8000を使用します (OAuth は使用しないため、有効な URL であればどれでも機能します)

  5. 「アプリを作成」をクリック

  6. 作成後、以下の点をメモします。

    • client_id : アプリ名の下の文字列(「個人用スクリプト」のすぐ下に表示されます)

    • client_secret : 「secret」というラベルの付いた文字列

Claudeデスクトップの設定

Claude Desktop の設定ファイルを開きます。

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

次の構成を追加します (必要に応じてパスを調整します)。

{
  "mcpServers": {
    "wsb-analyst": {
      "command": "uvx",
      "args": [
        "run",
        "wsb-analyst"
      ],
      "env": {
        "REDDIT_CLIENT_ID": "your_client_id_here",
        "REDDIT_CLIENT_SECRET": "your_client_secret_here"
      }
    }
  }
}

Claudeデスクトップを再起動します

Claude Desktopでの使用

設定が完了すると、Claude を通じて WSB アナリスト サーバーと対話できるようになります。

  1. クロードデスクトップを開く

  2. メッセージ入力ボックスの右下にハンマーアイコンが表示されます。

  3. ハンマーをクリックすると利用可能なツールが表示されます

  4. スラッシュコマンドでプロンプトテンプレートにアクセスする(例: /analyze_wsb_market

クエリの例:

  • 「今日のWallStreetBetsで最もトレンドになっている株は何ですか?」

  • 「最近のWallStreetBetsの投稿を分析し、潜在的な市場機会について教えてください」

  • 「WSB ユーザーは AMD 株についてどのような外部リソースを共有していますか?」

利用可能なツール

find_top_posts

基準に基づいて WSB 投稿を取得およびフィルタリングします。

パラメータ:

  • min_score (デフォルト: 100): 必要な最小スコア(賛成票)

  • min_comments (デフォルト: 10): 必要なコメントの最小数

  • limit (デフォルト:10):返される投稿の最大数

  • excluded_flairs (デフォルト: ["Meme", "Shitpost", "Gain", "Loss"] ): 除外する投稿フレアのリスト。

fetch_post_details

トップコメントを含む特定の WSB 投稿に関する詳細情報を取得します。

パラメータ:

  • post_id : Redditの投稿ID

fetch_batch_post_details

複数の投稿の詳細を効率的に取得します。

fetch_detailed_wsb_posts

WSB の投稿を取得してフィルタリングし、それぞれのトップコメントやリンクなどの詳細情報を取得します。

トップ投稿からすべての外部リンクを収集します。

最近の WSB のトップ投稿で頻繁に言及または議論されている株価ティッカーのリストを識別して返します。

プロンプトテンプレート

/analyze_wsb_market

LLMが利用可能なツール( fetch_detailed_wsb_postsget_external_links )を用いて包括的な市場分析を実施するためのテンプレートプロンプトを提供します。LLMに分析の構造と焦点を指示します。

/find_market_movers

特定の銘柄や市場全体の動向に焦点を当てたプロンプトを作成します。このプロンプトは、LLMがfind_top_postsfetch_post_detailsfetch_batch_post_detailsなどのツールを使用するようにガイドします。

Firecrawl MCPサーバーとの統合

分析機能を強化するために、特にWSB投稿内の外部リンクを処理する場合、このサーバーをFirecrawl MCPサーバーと統合することができます。これにより、LLMエージェントはWSBで共有されているリンクを識別するだけでなく、リンクされたページのコンテンツをスクレイピングして分析できるようになります。

ライセンス

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

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol server providing real-time stock data and options analysis through Yahoo Finance, enabling LLMs to access market data, analyze stocks, and evaluate options strategies.
    25
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol server that enables AI assistants like Claude to browse and analyze Reddit content, including searching subreddits, retrieving post details with comments, and viewing trending posts.
    9
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    A server that implements the Model Context Protocol for Schwab API, allowing access to account information, positions, stock quotes, and order/transaction history designed for integration with Large Language Models.
    58
    MIT
  • F
    license
    B
    quality
    F
    maintenance
    A read-only MCP server that provides access to financial news, Wall Street Bets sentiment analysis, and detailed options data from sellthenews.org. It enables LLMs to retrieve real-time news feeds, search historical data, and analyze options chains or Greek exposure for specific tickers.
    5

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/ferdousbhai/wsb-analyst-mcp'

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