symbol_stream
Pack: stocktwits · Endpoint: https://gateway.pipeworx.io/stocktwits/mcp
“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.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
symbol | string | yes | |
since | number | no | |
max | number | no | |
limit | number | no | |
filter | string | no |
Example call
curl -X POST https://gateway.pipeworx.io/stocktwits/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"symbol_stream","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"stocktwits": {
"url": "https://gateway.pipeworx.io/stocktwits/mcp"
}
}
}
See Getting Started for client-specific install steps.