index_history
Pack: crypto-fng · Endpoint: https://gateway.pipeworx.io/crypto-fng/mcp
Get historical Crypto Fear & Greed Index values (most recent first), plus a summary (latest, average, min, max). Each entry has a date, the 0–100 value, and its classification. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | no | Number of days of history to return (default 30, max 365). |
Example call
curl -X POST https://gateway.pipeworx.io/crypto-fng/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"index_history","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"crypto-fng": {
"url": "https://gateway.pipeworx.io/crypto-fng/mcp"
}
}
}
See Getting Started for client-specific install steps.