Skip to content
Cline

crypto sentiment x402 for Cline

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:Cline transport:stdio runtime:pypi

Install crypto sentiment x402 in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

crypto sentiment x402 in other clients