MCP.so
ログイン

WSB Analyst MCP Server

@ferdousbhai

WSB Analyst MCP Server について

MCP server for analyzing WallStreetBets

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

ferdousbhai

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "wsb-analyst-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@ferdousbhai/wsb-analyst-mcp",
        "--client",
        "claude"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is WSB Analyst MCP Server?

A Model Context Protocol (MCP) server that provides real-time WallStreetBets data for analysis with Claude or other LLM clients. It fetches posts, comments, links, trending tickers, and includes analysis prompt templates.

How to use WSB Analyst MCP Server?

Install via Smithery (npx -y @smithery/cli install @ferdousbhai/wsb-analyst-mcp --client claude) or manually (clone repo, create virtual environment with uv sync). Configure Reddit API credentials in Claude Desktop’s configuration file (claude_desktop_config.json). Then interact through Claude Desktop using available tools and slash‑command prompt templates (e.g., /analyze_wsb_market).

Key features of WSB Analyst MCP Server

  • Fetch WallStreetBets posts filtered by score, comments, and content type
  • Detailed post analysis with comments and metadata
  • External link collection from WSB discussions
  • Ready‑to‑use analysis templates for market analysis prompts
  • Progress reporting during data collection
  • Seamless MCP integration with Claude Desktop and other clients

Use cases of WSB Analyst MCP Server

  • Analyzing trending stocks and tickers on WallStreetBets
  • Identifying market opportunities from WSB sentiment and discussions
  • Collecting external resources shared by WSB users about specific stocks
  • Generating comprehensive market analyses using tools and templates

FAQ from WSB Analyst MCP Server

What are the requirements to run WSB Analyst MCP Server?

Python 3.12 or higher, Reddit API credentials (client ID and secret), and an MCP client such as Claude Desktop.

How do I set up Reddit API credentials?

Log in to your Reddit account, go to https://www.reddit.com/prefs/apps, create a script‑type app, and note the client_id (under “personal use script”) and client_secret (labeled “secret”).

Where is the Claude Desktop configuration file?

On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json. On Windows: %APPDATA%\Claude\claude_desktop_config.json.

What tools does the server provide?

find_top_posts, fetch_post_details, fetch_batch_post_details, fetch_detailed_wsb_posts, get_external_links, and get_trending_tickers.

What prompt templates are available?

/analyze_wsb_market for comprehensive market analysis and /find_market_movers for identifying what is moving specific stocks or the overall market.

コメント

「その他」の他のコンテンツ