trending_symbols
Pack: stocktwits · Endpoint: https://gateway.pipeworx.io/stocktwits/mcp
“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.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | 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":"trending_symbols","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.