# Crypto News Feed API MCP server

Real-time crypto news with sentiment scores, token mentions. CoinGecko + CryptoPanic. x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-crypto-news
- Repository: https://github.com/Br0ski777/crypto-news-x402
- Website: https://github.com/Br0ski777/crypto-news-x402

## Install
- Endpoint: https://crypto-news.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://crypto-news.api.klymax402.com/mcp

## Tools
- crypto_get_latest_news - 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. sentiment: sentiment score per article (-1 to +1, negative=bearish, positive=bullish)
3. mentionedTokens: array of token symbols mentioned in each article
4. category: article category (market, regulation, defi, nft, technology)
5. source: news source name (CoinGecko, CryptoPanic, RSS)

Example output: {"articles":[{"title":"ETH breaks $3,200 resistance","url":"https://...","source":"CryptoPanic","publishedAt":"2026-04-13T10:30:00Z","sentiment":0.72,"mentionedTokens":["ETH"],"category":"market"}],"total":20}

Use this FOR market sentiment analysis, news-driven trading signals, and staying updated on crypto events. Filter by token to get focused news.

Do NOT use for price data -- use finance_get_token_price instead. Do NOT use for historical candles -- use token_get_ohlcv_history instead. Do NOT use for funding rates -- use perp_scan_funding_arbitrage instead. Do NOT use for whale movements -- use crypto_track_whale_transactions instead. Endpoint: https://crypto-news.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
