crypto_sentiment

$0.005 USDC per call

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).

Parameters
NameTypeRequiredDescription
token string required Token symbol, name, or topic (e.g. 'BTC', 'solana', 'ethereum')
Example Call
// MCP tool call
{
  "name": "crypto_sentiment",
  "arguments": {
    "token": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground