crypto-sentiment-mcpServer

kukapay
GitHub
cryptocurrencysentiment analysisdata tracking

Loading subscription status...

💡 Description

An MCP server that provides cryptocurrency sentiment analysis to AI agents, leveraging aggregated data from news and social media to track market mood and detect emerging trends.

📝 JSON Entries

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

🛠️ Tools

get_sentiment_balanceget_social_volumealert_social_shiftget_trending_wordsget_social_dominance

Features

  • Sentiment analysis: retrieve sentiment balance (positive vs. negative) for specific cryptocurrencies.
  • Social volume tracking: monitor total mentions on social media and detect significant changes.
  • Social dominance: measures the share of discussions about an asset in cryptocurrency media.
  • Trending words: identify the most popular terms trending in cryptocurrency discussions.

💬 Example Queries

  • What is the sentiment balance for Bitcoin over the last week?
  • How many times has Ethereum been mentioned on social media in the last 5 days?
  • Let me know if there has been a significant change in Bitcoin's social volume recently, with a 30% threshold.
  • What are the top 3 trending words in cryptocurrency discussions in the last 3 days?
  • How dominant is Ethereum in social media discussions this week?