Connections & Capabilities
Connects To
Capabilities
Quickstart
Install
npx -y @smithery/cli install @ferdousbhai/wsb-analyst-mcp --client claudeConfig
{
"mcpServers": {
"wsb-analyst": {
"command": "uvx",
"args": [
"run",
"wsb-analyst"
],
"env": {
"REDDIT_CLIENT_ID": "your_client_id_here",
"REDDIT_CLIENT_SECRET": "your_client_secret_here"
}
}
}
}Exposed MCP Tools (6)
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.
Safety Assessment
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.
- Read-only access to Reddit data.
- No direct execution of code.
- Relies on Reddit's API for data retrieval.
- User-defined filtering of posts based on score and comments.
- Potential exposure of Reddit API credentials if not handled securely.
- Data retrieved may contain biased or misleading information.
- Risk of misinterpreting market sentiment from WSB data.
- No built-in rate limiting; could potentially hit Reddit API limits.
- External links from WSB could lead to malicious content.
