Loading MCP server directory, please wait...
Real-time crypto sentiment for a ticker symbol from 8 news RSS feeds and the Fear & Greed Index
npx @getmcp/cli add io.github.whatevercat-creator/crypto-sentiment-x402Requires Python 3.10+. Community-contributed server. Review source before installing.
CDP_API_KEY_IDCoinbase Developer Platform API key ID (portal.cdp.coinbase.com). Used to sign x402 payments from your own wallet.
CDP_API_KEY_SECRETCoinbase Developer Platform API key secret, paired with CDP_API_KEY_ID.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.whatevercat-creator/crypto-sentiment-x402": {
"command": "uvx",
"args": [
"crypto-sentiment-x402-mcp",
"crypto-sentiment-x402-mcp"
],
"env": {
"CDP_API_KEY_ID": "",
"CDP_API_KEY_SECRET": "",
"CDP_WALLET_NAME": "",
"SENTIMENT_API_URL": "",
"X402_NETWORK": ""
}
}
}
}