Fetches current and historical Crypto Fear & Greed Index data and calculates basic trend statistics.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Crypto Feargreed MCP.
The kukapay/crypto-feargreed-mcp MCP server gives an MCP-compatible client access to Crypto Fear & Greed Index information. It can return the latest index value with its classification, retrieve a selected number of historical observations, and summarize movement across a period.
The data is provided through the Alternative.me Fear & Greed Index API. Results include timestamps, numeric index values, and labels such as Fear. The project is implemented for Python 3.10 or newer and is licensed under MIT.
The server exposes two resources:
fng://current returns the latest index value and classification.fng://history/{days} returns historical entries for the requested number of days.It also includes tool equivalents for clients that do not support MCP resources. get_current_fng_tool() mirrors the current-value resource, while get_historical_fng_tool(days: int) retrieves historical data for the supplied period.
For analysis, analyze_fng_trend(days: int) examines the requested number of data points and reports the latest value, average value, trend direction, and number of observations analyzed. The interpret_fng prompt provides a template that asks an MCP client to explain an index value in the context of cryptocurrency markets, specifically Bitcoin.
The repository can be cloned locally and run from its main.py entry point. The README documents installation for Claude Desktop with the MCP installation command and shows a configuration using uv to run the local project directory. The directory in that example must be replaced with the path where the repository was cloned.
Smithery installation is also documented for Claude Desktop. The README identifies Claude Desktop as a supported MCP client and states that the server can be added to other clients through their MCP server configuration.
No environment variables or credential settings are documented in the supplied material. The server obtains its index data from Alternative.me, and the README does not describe an API key configuration.
The kukapay/crypto-feargreed-mcp MCP server supports these primary operations:
These capabilities support questions such as asking for the current market sentiment or requesting a 30-day trend view from an MCP client.
The supplied documentation describes index retrieval and basic trend statistics, not trading execution, portfolio management, price data, or broader market indicators. Trend analysis is based on the selected index observations and reports simple statistics; the README does not describe configurable analytical methods.
The project depends on the availability of the Alternative.me Fear & Greed Index API. Historical requests require a day count, and the documentation does not specify validation behavior for invalid, zero, or unusually large values. The interpretation feature generates a prompt for the client rather than documenting a separate forecasting or recommendation engine.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kukapay-crypto-feargreed-mcp)<a href="https://allmcps.com/mcp/kukapay-crypto-feargreed-mcp"><img src="https://allmcps.com/api/badge/kukapay-crypto-feargreed-mcp?style=directory" alt="Crypto Feargreed MCP on AllMCPs" /></a>