Crypto News Feed API for VS Code
io.github.br0ski777/crypto-news
Real-time crypto news with sentiment scores, token mentions. CoinGecko + CryptoPanic. x402.
client:VS Code
transport:sse
Install Crypto News Feed API in VS Code
.vscode/mcp.json
{
"servers": {
"crypto-news": {
"type": "sse",
"url": "https://crypto-news.api.klymax402.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs