Real-time crypto sentiment for a ticker symbol from 8 news RSS feeds and the Fear & Greed Index
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx crypto-sentiment-x402-mcp
MCP client config
{
"mcpServers": {
"crypto-sentiment-x402": {
"command": "uvx",
"args": [
"crypto-sentiment-x402-mcp"
]
}
}
}