An MCP server providing cryptocurrency sentiment analysis using Santiment's social media and news data to track market mood, detect trends, and deliver insights to AI agents.
Get the average sentiment balance for an asset over a specified period.
Fetch the total number of social media mentions for an asset.
Detect significant spikes or drops in social volume compared to the previous average.
Retrieve the top trending words in crypto discussions, ranked by score over a period.
Measure the percentage of crypto media discussions dominated by an asset.
{
"mcpServers": {
"crypto-sentiment-mcp": {
"command": "uv",
"args": ["--directory", "path/to/crypto-sentiment-mcp", "run", "main.py"],
"env": {
"SANTIMENT_API_KEY": "your_api_key_here"
}
}
}
}