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

NameTypeRequiredDescription
limitnumbernoNumber of days of history to return (default 30, max 365).

Example call

Arguments

{
  "limit": 30
}

curl

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":{"limit":30}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('index_history', {
  "limit": 30
});

More examples

{
  "limit": 90
}

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.

Regenerated from source · build September 9, 2026