by kukapay
Provides real-time and historical Crypto Fear & Greed Index data with tools for fetching, analyzing, and interpreting market sentiment.
A server that delivers the latest Crypto Fear & Greed Index value, historical series for a configurable number of days, and trend analysis statistics, all sourced from Alternative.me.
uv run main.py
.main.py
.fng://current
for the latest value or fng://history/30
for the past 30 days.get_current_fng_tool
, get_historical_fng_tool
, analyze_fng_trend
) from MCP‑compatible clients.interpret_fng
prompt template to obtain natural‑language explanations of a specific index value.Q: Do I need an API key? A: No API key is required; the server proxies data from Alternative.me.
Q: Which programming languages can I use? A: Any MCP‑compatible client (Claude Desktop, custom adapters, etc.) can call the resources or tools.
Q: How far back can I request historical data? A: Up to the number of days provided by the Alternative.me API; typical limits are several years.
Q: Can I customize the trend analysis period?
A: Yes, pass the desired number of days to analyze_fng_trend(days)
.
Q: How do I install the server quickly? A: Use Smithery:
npx -y @smithery/cli install @kukapay/crypto-feargreed-mcp --client claude
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.
{ "mcpServers": { "crypto-feargreed-mcp": { "command": "npx", "args": [ "-y", "@kukapay/crypto-feargreed-mcp" ], "env": {} } } }
Explore related MCPs that share similar capabilities and solve comparable challenges
by goat-sdk
Enables AI agents to send and receive payments, purchase goods and services, execute investment strategies, tokenize assets, and obtain financial insights by leveraging blockchains, stablecoins, and wallets.
by financial-datasets
Provides access to income statements, balance sheets, cash flow statements, stock prices, market news, and cryptocurrency data through MCP tools for AI assistants.
by alpacahq
Enables large language models to trade stocks and options, retrieve real‑time and historical market data, and manage portfolios using plain English commands through a local or remote MCP server.
by XeroAPI
Provides a bridge between the Model Context Protocol and Xero's API, enabling standardized access to Xero accounting and business features.
by stefanoamorelli
Provides an MCP server that connects AI models to SEC EDGAR filings, enabling real‑time retrieval of company filings, financial statements, and insider‑trading data with exact XBRL precision and verifiable filing references.
by ariadng
Enables AI LLMs to execute trades on the MetaTrader 5 platform through the Model Context Protocol.
by calvernaz
Provides access to Alpha Vantage stock market data via an MCP server, supporting stdio and HTTP streaming modes with optional OAuth 2.1 authentication.
by kukapay
Integrates the Freqtrade cryptocurrency trading bot with MCP, exposing its REST API as tools for AI agents to perform automated trading operations.
by kukapay
Provides a comprehensive set of cryptocurrency technical analysis indicators and ready‑to‑use trading strategies through an MCP interface, enabling AI agents and applications to generate buy, hold, or sell signals.