WSB Analyst MCP Server

fetch_detailed_wsb_posts

Retrieve and analyze WallStreetBets posts by filtering based on upvotes, comments, and excluded flairs to extract detailed data including top comments and shared links for market insights.

Instructions

Fetch and filter WSB posts, then get detailed information including top comments and links for each. Args: min_score: Minimum score (upvotes) required min_comments: Minimum number of comments required limit: Maximum number of posts to return excluded_flairs: List of post flairs to exclude. Defaults to ["Meme", "Shitpost", "Gain", "Loss"]. Returns: A dictionary with detailed data for the filtered posts.

Input Schema

NameRequiredDescriptionDefault
excluded_flairsNo
limitNo
min_commentsNo
min_scoreNo

Input Schema (JSON Schema)

{ "properties": { "excluded_flairs": { "default": [ "Meme", "Shitpost", "Gain", "Loss" ], "items": { "type": "string" }, "title": "Excluded Flairs", "type": "array" }, "limit": { "default": 10, "title": "Limit", "type": "integer" }, "min_comments": { "default": 10, "title": "Min Comments", "type": "integer" }, "min_score": { "default": 100, "title": "Min Score", "type": "integer" } }, "title": "fetch_detailed_wsb_postsArguments", "type": "object" }

You must be authenticated.

Other Tools from WSB Analyst MCP Server

Related Tools

ID: mx6aao4igr