current_index
Pack: crypto-fng · Endpoint: https://gateway.pipeworx.io/crypto-fng/mcp
Get today’s Crypto Fear & Greed Index — a 0–100 market-sentiment gauge for crypto (0 = Extreme Fear, 100 = Extreme Greed). Returns the current value, its classification, the date, and seconds until the next daily update. Keyless.
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":"current_index","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.