by kukapay
Provides real-time and historical Crypto Fear & Greed Index data via MCP resources and tools, enabling seamless integration into MCP‑compatible clients for market sentiment analysis.
Offers access to the latest and historical values of the Crypto Fear & Greed Index, sourced from Alternative.me, through MCP‑compatible resources. The service delivers sentiment scores and classifications (e.g., Fear, Greed) that help assess cryptocurrency market mood.
git clone https://github.com/kukapay/crypto-feargreed-mcp.git
cd crypto-feargreed-mcp
mcp install main.py --name "CryptoFearGreed"
mcpServers
section:
"mcpServers": {
"crypto-feargreed-mcp": {
"command": "uv",
"args": [ "--directory", "/path/to/crypto-feargreed-mcp", "run", "main.py" ]
}
}
fng://current
or get_current_fng_tool()
.fng://history/{days}
or get_historical_fng_tool(days)
.analyze_fng_trend(days)
.interpret_fng
.current
resource reflects the most recent value.A mcp server that provides real-time and historical Crypto Fear & Greed Index data, powered by the Alternative.me.
This server exposes resources and tools for fetching and analyzing the Fear & Greed Index, making it easy to integrate into MCP-compatible clients, including Claude Desktop.
fng://current
. Current crypto Fear & Greed Index. Output:Crypto Fear & Greed Index (as of 2025-03-15 00:00:00 UTC):
Value: 45
Classification: Fear
fng://history/{days}
. Historical Data of Crypto Fear & Greed Index.Output:Historical Crypto Fear & Greed Index:
2025-03-15 00:00:00 UTC: 45 (Fear)
2025-03-14 00:00:00 UTC: 48 (Fear)
...
get_current_fng_tool() -> str
.Current Index. Same as fng://current
get_historical_fng_tool(days: int) -> str
.Historical Index Data. Same as fng://history/{days}
analyze_fng_trend(days: int) -> str
.Index trend Analysis. Output:
Fear & Greed Index Analysis (30 days):
Latest Value: 45 (Fear) at 2025-03-15 00:00:00 UTC
Average Value: 47.3
Trend: falling
Data points analyzed: 30
interpret_fng
Index Data Interpretation.
Output:
Please interpret this Crypto Fear & Greed Index value and explain what it means for cryptocurrency markets (specifically Bitcoin): 45
To install Crypto Fear & Greed Index for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @kukapay/crypto-feargreed-mcp --client claude
Clone the repository:
git clone https://github.com/kukapay/crypto-feargreed-mcp.git
cd crypto-feargreed-mcp
Install for Claude Desktop
mcp install main.py --name "CryptoFearGreed"
Then enable it in your Claude Desktop configuration.
For other clients, add a server entry to your configuration file:
"mcpServers": {
"crypto-feargreed-mcp": {
"command": "uv",
"args": [
"--directory", "/your/path/to/crypto-feargreed-mcp",
"run",
"main.py"
]
}
}
After installation, ask:
Claude will automatically call the appropriate tools and provide responses.
This project is licensed under the MIT License. See the LICENSE file for details.
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by stripe
Enables popular agent frameworks to integrate with Stripe APIs via function calling, providing tools for MCP, Python, and TypeScript.
by goat-sdk
GOAT is the largest agentic finance toolkit for AI agents, enabling them to become economic actors by leveraging blockchains, cryptocurrencies, and wallets.
by financial-datasets
Provides AI assistants with tools to retrieve income statements, balance sheets, cash flow statements, stock prices, market news, and crypto information via the Model Context Protocol.
by razorpay
Enables seamless interaction with Razorpay APIs via Model Context Protocol, allowing developers and AI agents to capture payments, manage orders, process refunds, handle settlements, and more through a unified MCP interface.
by armorwallet
Armor Crypto MCP provides a unified interface for AI agents to interact with the crypto ecosystem, including wallet management, swaps, staking, and multi-chain operations.
by alpacahq
Alpaca’s MCP server lets you trade stocks and options, analyze market data, and build strategies through Alpaca's Trading API.
by XeroAPI
Provides a bridge between the Model Context Protocol and Xero's API, enabling standardized access to Xero accounting and business features.
by kukapay
Integrates the Freqtrade cryptocurrency trading bot with an MCP server, exposing the bot's REST API as tools that AI agents can call for fully automated trading operations.
by kukapay
Offers over 50 cryptocurrency technical analysis indicators and corresponding trading strategies, enabling AI agents and developers to assess market trends and generate buy, hold, or sell signals.