Quantral Stock Sentiment for Claude Desktop
com.quantral/sentiment
Stock sentiment scores, monthly recaps and the mentions behind them, from sources Quantral tracks
client:Claude Desktop
transport:streamable-http
Install Quantral Stock Sentiment in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sentiment": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.quantral.com/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs