Crypto News Feed API
io.github.Br0ski777/crypto-newsReal-time crypto news with sentiment scores, token mentions. CoinGecko + CryptoPanic. x402.
Tools · 1
Use this when you need the latest crypto news and market-moving headlines. Returns aggregated articles with sentiment in JSON. 1. articles: array of news items with title, url, source, publishedAt 2.…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"crypto_news_feed_api": {
"url": "https://crypto-news.api.klymax402.com/mcp",
"transport": "sse"
}
}
}