
Crypto Fear & Greed Index MCP Server
The Crypto Fear & Greed Index MCP Server by FlowHunt exposes real-time and historical sentiment data for cryptocurrency markets, enabling AI agents, dashboards,...
Analyze crypto market sentiment, detect trends, and automate trading strategies by connecting your AI agent to real-time and historical crypto discourse data using the Crypto Sentiment MCP Server for FlowHunt.
The Crypto Sentiment MCP Server is a specialized tool designed to provide AI agents with real-time and historical sentiment analysis for cryptocurrencies. By leveraging Santiment’s aggregated social media and news data, the server enables AI-driven workflows to track market mood, detect emerging trends, and analyze the discourse around various crypto assets. This MCP server acts as a bridge between AI assistants and external sentiment data sources, facilitating enhanced decision-making and automation for developers and traders. With features such as sentiment balance, social volume tracking, trending word identification, and dominance measurement, Crypto Sentiment MCP Server empowers users to perform data-driven cryptocurrency analysis within their AI development environments.
No prompt templates were listed in the repository or documentation.
No explicit resources were detailed in the repository or documentation.
git clone https://github.com/kukapay/crypto-sentiment-mcp.git
cd crypto-sentiment-mcp
{
"mcpServers": {
"crypto-sentiment-mcp": {
"command": "uv",
"args": ["--directory", "path/to/crypto-sentiment-mcp", "run", "main.py"],
"env": {
"SANTIMENT_API_KEY": "your_api_key_here"
}
}
}
}
{
"mcpServers": {
"crypto-sentiment-mcp": {
"command": "uv",
"args": ["--directory", "path/to/crypto-sentiment-mcp", "run", "main.py"],
"env": {
"SANTIMENT_API_KEY": "your_api_key_here"
}
}
}
}
{
"mcpServers": {
"crypto-sentiment-mcp": {
"command": "uv",
"args": ["--directory", "path/to/crypto-sentiment-mcp", "run", "main.py"],
"env": {
"SANTIMENT_API_KEY": "your_api_key_here"
}
}
}
}
{
"mcpServers": {
"crypto-sentiment-mcp": {
"command": "uv",
"args": ["--directory", "path/to/crypto-sentiment-mcp", "run", "main.py"],
"env": {
"SANTIMENT_API_KEY": "your_api_key_here"
}
}
}
}
Securing API Keys
Store sensitive keys using environment variables in the env
field of your MCP server 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"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"crypto-sentiment-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “crypto-sentiment-mcp” to whatever the actual name of your MCP server is, and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Detailed description found in README |
List of Prompts | ⛔ | No prompt templates in repo |
List of Resources | ⛔ | No explicit resources listed |
List of Tools | ✅ | 5 tools listed in README |
Securing API Keys | ✅ | Uses env for key in config examples |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
| Roots Support | ⛔ | Not mentioned |
Based on the tables above, Crypto Sentiment MCP Server has strong documentation on its core functionality and setup, but lacks prompt templates, resource definitions, and explicit mention of MCP advanced features like roots and sampling. For crypto sentiment workflows it is highly usable, though it could benefit from additional resources and prompt workflow support.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 6 |
Number of Stars | 19 |
It's a tool that connects AI agents to real-time and historical sentiment data for cryptocurrencies, using Santiment's aggregated social and news analytics. It enables AI workflows to analyze, monitor, and act on crypto market sentiment.
It offers tools such as get_sentiment_balance (average positive/negative sentiment), get_social_volume (social mentions), alert_social_shift (detects spikes/drops in social chatter), get_trending_words (popular topics), and get_social_dominance (media share by asset).
Add the MCP component to your FlowHunt flow, configure it with your server's details and Santiment API key, and connect it to your agent. Your agent can then use all sentiment functions as tools.
Crypto markets often react to shifts in community mood and news. Real-time sentiment analysis helps traders spot trends, volatility, and emerging topics before they impact price charts.
Always use environment variables in your server configuration. Never hard-code keys in your workflow; this keeps your credentials safe from leaks.
Supercharge your trading or analytics bot with real-time crypto sentiment insights. Connect the Crypto Sentiment MCP Server to FlowHunt or your favorite AI dev tool for smarter, data-driven decisions.
The Crypto Fear & Greed Index MCP Server by FlowHunt exposes real-time and historical sentiment data for cryptocurrency markets, enabling AI agents, dashboards,...
The Crypto Indicators MCP Server provides AI agents and developers with real-time access to 50+ cryptocurrency technical analysis indicators and trading strateg...
cryptopanic-mcp-server is an MCP server that delivers real-time cryptocurrency news to AI assistants and agents, leveraging the CryptoPanic API. It empowers AI ...