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