Overview
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.