crypto sentiment x402 for Cursor
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:Cursor
transport:stdio
runtime:pypi
Install crypto sentiment x402 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"crypto-sentiment-x402": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs