watchlist
ActiveTool of Stocktwits
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"required": [
"watchlist_id"
],
"properties": {
"max": {
"type": "number"
},
"limit": {
"type": "number"
},
"since": {
"type": "number"
},
"watchlist_id": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Stocktwits
https://github.com/pipeworx-io/mcp-stocktwits
1/7 registries