WSB Analyst MCP Server

by ferdousbhai

29 stars
160 downloads
Not rated
GitHub

About

Provides real-time WallStreetBets data for analysis using the Reddit API.

Details

Author
ferdousbhai
GitHub stars
29
Downloads
160
Categories
Other, Developer Tools

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name WSB Analyst MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

WSB Analyst MCP Server

Trust Score
smithery badge

A Model Context Protocol (MCP) server that provides real-time WallStreetBets data for analysis with Claude or other LLM clients.

<a href="https://glama.ai/mcp/servers/@ferdousbhai/wsb-analyst-mcp">
WSB Analyst Server MCP server
</a>

Features

- Fetch WallStreetBets Posts: Filter posts by score, comment count, and content type
- Detailed Post Analysis: Extract comments, links, and metadata from posts
- External Link Collection: Gather links being shared in WSB discussions
- Analysis Templates: Ready-to-use prompt templates for market analysis
- Progress Reporting: Real-time progress updates during data collection
- MCP Integration: Seamless integration with Claude Desktop and other MCP clients

Requirements

- Python 3.12 or higher
- Reddit API credentials
- Claude Desktop or another MCP client

Installation

Installing via Smithery

To install WSB Analyst for Claude Desktop automatically via Smithery:

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

Clone this repository or download the source files:

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

Create a virtual environment and install dependencies:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.