MCP server exposing 9 tools for stocktwits.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/stocktwits/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
symbol_stream — "What are people saying about [ticker]" / "StockTwits sentiment for [TICKER]" / "retail / WSB / Twitter chatter on [stock]" / "Stocktwits feed for [symbol]" — recent messages mentioning a ticker on StockTwits (the largest finance-focused social-media platform). Returns user posts with bullish/bearish sentiment tags, timestamps, like counts. Use for retail-investor sentiment, social-volume tracking, contrarian signal.user_stream — Recent StockTwits posts from a specific user (by user_id string). Supports since/max cursor pagination and a limit cap. Returns messages with sentiment tags, timestamps, and ticker cashtags. Use to follow a particular trader's commentary stream.trending_symbols — "What stocks are trending today" / "most talked-about tickers" / "hot stocks on social media" / "WSB / retail trending names" — top trending tickers on StockTwits by message volume right now. Use for retail-attention scans, meme-stock detection, social-momentum trading.trending_messages — "Most popular posts on StockTwits right now" / "trending stock chatter" — most-engaged-with messages across all StockTwits streams. Use for general market-zeitgeist sense-making.suggested_symbols — StockTwits editorially curated trending equities — a hand-picked selection distinct from raw-volume trending_symbols. Returns symbol tickers, names, and watch counts. Use when you want editorial picks rather than algorithmic social-volume rank.symbol_search — "Look up StockTwits ticker for [company]" / "search for symbol on StockTwits" — symbol search on StockTwits to confirm a ticker exists or find variant tickers (e.g. crypto, ETFs).chart_data — "Chart data for [ticker]" / "sparkline data for [stock]" — price sparkline data for a ticker from StockTwits. Use for embedded thumbnail charts; prefer dedicated finance packs (yahoo-finance, alphavantage) for serious price analysis.watchlists — List a StockTwits user's public watchlists by user_id. Returns watchlist IDs, names, and ticker counts. Use to discover a trader's followed symbols; then pass a watchlist_id to the watchlist tool for the message stream.watchlist — Recent StockTwits messages for all tickers in a specific watchlist (by watchlist_id). Supports since/max cursor pagination and a limit cap. Use to track social chatter across a curated list of symbols in one call.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/stocktwits/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io