
Crypto Sentiment MCP Server
The Crypto Sentiment MCP Server integrates real-time and historical cryptocurrency sentiment analysis into AI agents, leveraging Santiment's social and news dat...
Unlock real-time and historical crypto market sentiment for your AI workflows and dashboards with the Crypto Fear & Greed Index MCP Server.
The Crypto Fear & Greed Index MCP Server is a specialized Model Context Protocol (MCP) server that provides real-time and historical data about the cryptocurrency market’s sentiment, as measured by the Fear & Greed Index. Powered by Alternative.me, this server enables AI assistants and development platforms to fetch current index values, analyze historical trends, and perform sentiment analysis on cryptocurrency markets. By exposing resources and tools for retrieving and interpreting this data, the server facilitates integration with MCP-compatible clients, allowing for enhanced workflows in financial analysis, market research, and automated trading strategies. Developers can use this server to easily incorporate up-to-date market sentiment insights into their applications, dashboards, or AI agents.
fng://current
Retrieves the current Crypto Fear & Greed Index value and its classification (e.g., Fear, Greed).
fng://history/{days}
Fetches historical data for the Crypto Fear & Greed Index for a specified number of days, showing value and classification for each day.
fng://current
resource.Market Sentiment Analysis
AI assistants can use real-time and historical index values to gauge overall market sentiment, aiding in investment and trading decisions.
Automated Trading Strategies
Bots and agents can incorporate Fear & Greed Index data into their algorithms to adjust trading behavior based on prevailing market emotions.
Financial Dashboards & Alerts
Developers can embed the index into dashboards, providing users with immediate insights or triggering alerts when sentiment shifts significantly.
Research & Reporting
Analysts and researchers can automatically pull historical sentiment data to analyze trends and prepare reports on crypto market psychology.
{
"mcpServers": {
"crypto-feargreed-mcp": {
"command": "npx",
"args": ["@crypto-feargreed-mcp@latest"]
}
}
}
Securing API Keys Example:
{
"mcpServers": {
"crypto-feargreed-mcp": {
"command": "npx",
"args": ["@crypto-feargreed-mcp@latest"],
"env": {
"API_KEY": "${FEARGREED_API_KEY}"
}
}
}
}
mcpServers
section.{
"mcpServers": {
"crypto-feargreed-mcp": {
"command": "npx",
"args": ["@crypto-feargreed-mcp@latest"]
}
}
}
Securing API Keys Example:
{
"mcpServers": {
"crypto-feargreed-mcp": {
"command": "npx",
"args": ["@crypto-feargreed-mcp@latest"],
"env": {
"API_KEY": "${FEARGREED_API_KEY}"
}
}
}
}
mcpServers
.{
"mcpServers": {
"crypto-feargreed-mcp": {
"command": "npx",
"args": ["@crypto-feargreed-mcp@latest"]
}
}
}
Securing API Keys Example:
{
"mcpServers": {
"crypto-feargreed-mcp": {
"command": "npx",
"args": ["@crypto-feargreed-mcp@latest"],
"env": {
"API_KEY": "${FEARGREED_API_KEY}"
}
}
}
}
mcpServers
object.{
"mcpServers": {
"crypto-feargreed-mcp": {
"command": "npx",
"args": ["@crypto-feargreed-mcp@latest"]
}
}
}
Securing API Keys Example:
{
"mcpServers": {
"crypto-feargreed-mcp": {
"command": "npx",
"args": ["@crypto-feargreed-mcp@latest"],
"env": {
"API_KEY": "${FEARGREED_API_KEY}"
}
}
}
}
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-feargreed-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-feargreed-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 | ✅ | Real-time and historical Crypto Fear & Greed Index data MCP server |
List of Prompts | ✅ | Prompt template for interpreting index values (template not shown) |
List of Resources | ✅ | fng://current, fng://history/{days} |
List of Tools | ✅ | get_current_fng_tool() |
Securing API Keys | ✅ | “env” section in config example |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the available information, this MCP server is straightforward, well-licensed, and functional for its narrow domain. However, it is limited in scope, with only one explicit tool and prompt. Sampling and roots support are not documented.
This MCP server is practical and focused, providing valuable access to a specific financial sentiment index. Its documentation covers setup on common platforms and gives clear resource and tool descriptions, but lacks advanced features such as sampling or roots. Score: 7/10 for utility in its domain.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 9 |
Number of Stars | 28 |
It delivers real-time and historical cryptocurrency market sentiment data, letting AI agents and dashboards fetch and interpret the Fear & Greed Index for smarter trading, analysis, and notifications.
It provides resources such as fng://current (current index value and classification) and fng://history/{days} (historical data), plus a tool: get_current_fng_tool().
Add the MCP server to your platform’s configuration, then use its resources or tools within your AI flows or dashboard logic for market monitoring or alerts.
Some deployments may require an API key. The configuration examples show how to securely provide it using environment variables.
Integrating crypto sentiment into trading bots, AI agents, dashboards, or research tools for market analysis, automated trading, or real-time alerts.
The server is MIT-licensed, making it free to use in both open-source and commercial projects.
Enhance your AI agents, dashboards, or trading bots by integrating real-time Crypto Fear & Greed Index data using FlowHunt's MCP Server.
The Crypto Sentiment MCP Server integrates real-time and historical cryptocurrency sentiment analysis into AI agents, leveraging Santiment's social and news dat...
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 ...