Aggregate social sentiment for any crypto token or topic. Returns an overall 0-100 bullish score, per-source breakdown (market, community, social), mention volume, and confidence level. Sources: Alternative.me Fear & Greed (market), CoinGecko community votes, and StockGeist social media analysis (when STOCKGEIST_API_KEY is configured).
| Name | Type | Required | Description |
|---|---|---|---|
| token | string | required | Token symbol, name, or topic (e.g. 'BTC', 'solana', 'ethereum') |
// MCP tool call
{
"name": "crypto_sentiment",
"arguments": {
"token": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}