Loading...
npx -y @smithery/cli install @ferdousbhai/wsb-analyst-mcp --client claude{
"mcpServers": {
"wsb-analyst": {
"command": "uvx",
"args": [
"run",
"wsb-analyst"
],
"env": {
"REDDIT_CLIENT_ID": "your_client_id_here",
"REDDIT_CLIENT_SECRET": "your_client_secret_here"
}
}
}
}find_top_postsFetches and filters WallStreetBets posts based on specified criteria.
Read-only operation; retrieves data based on filters.
fetch_post_detailsFetches detailed information about a specific WallStreetBets post.
Read-only operation; retrieves data for a specified post.
fetch_batch_post_detailsFetches details for multiple WSB posts efficiently.
Read-only operation; retrieves data for multiple posts.
fetch_detailed_wsb_postsFetches and filters WSB posts, then retrieves detailed information including comments and links.
Read-only operation; retrieves and combines data.
get_external_linksCollects all external links from top WallStreetBets posts.
Read-only operation; extracts links from posts.
get_trending_tickersIdentifies and returns a list of stock tickers frequently mentioned in recent WSB posts.
Read-only operation; analyzes post content for tickers.
This server is relatively safe for read-only data analysis, but users should be cautious about the information retrieved from WallStreetBets and secure their Reddit API credentials. The risk of misinterpreting market sentiment is present. It is safe to use if the user understands the limitations of the data source and handles credentials securely. Risky if used without critical evaluation of the data or without securing API keys.