crypto sentiment x402 for Gemini CLI
io.github.whatevercat-creator/crypto-sentiment-x402
Real-time crypto sentiment for a ticker symbol from 8 news RSS feeds and the Fear & Greed Index
client:Gemini CLI
transport:stdio
runtime:pypi
Install crypto sentiment x402 in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"crypto-sentiment-x402": {
"command": "uvx",
"args": [
"crypto-sentiment-x402-mcp"
],
"env": {
"CDP_API_KEY_ID": "<CDP_API_KEY_ID>",
"CDP_API_KEY_SECRET": "<CDP_API_KEY_SECRET>",
"CDP_WALLET_NAME": "<CDP_WALLET_NAME>",
"SENTIMENT_API_URL": "<SENTIMENT_API_URL>",
"X402_NETWORK": "<X402_NETWORK>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs