LogoSTMCP
Download
crypto-sentiment-mcp

Crypto Sentiment MCP Server

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.

Tools

1. get_sentiment_balance

Get the average sentiment balance for an asset over a specified period.

2. get_social_volume

Fetch the total number of social media mentions for an asset.

3. alert_social_shift

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.

5. get_social_dominance

Measure the percentage of crypto media discussions dominated by an asset.

Open Graph image for Crypto Sentiment MCP Server

JSON Config

{
  "mcpServers": {
    "crypto-sentiment-mcp": {
      "command": "uv",
      "args": ["--directory", "path/to/crypto-sentiment-mcp", "run", "main.py"],
      "env": {
        "SANTIMENT_API_KEY": "your_api_key_here"
      }
    }
  }
}

Useful Links

Information