opennews-mcp-news-aggregation

Aggregates real-time crypto news from 84+ sources with AI impact scores and trading signals.

7|2|Updated May 16, 2026
One-click install
npx skills add https://github.com/reason-machines/mcp-skills --skill opennews-mcp-news-aggregation-reason-machines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: opennews-mcp-news-aggregation
Source: https://github.com/reason-machines/mcp-skills/tree/main/skills/opennews-mcp-news-aggregation
Command: npx skills add https://github.com/reason-machines/mcp-skills --skill opennews-mcp-news-aggregation-reason-machines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Crypto traders and analysts must monitor dozens of fragmented news outlets, exchange listing feeds, and on-chain data sources manually, making it hard to catch market-moving events quickly. ## Core Features & Use Cases - Multi-Source News Search: Query 84+ sources across 6 engine types (news, listing, onchain, meme, market, prediction) by keyword, coin, source, or combined filters. - AI Scores and Signals: Every article carries an impact score (0-100) and a trading signal (long/short/neutral) with bilingual English/Chinese summaries. - Real-Time WebSocket Feed: Subscribe to live article streams filtered by engine type, source, and coin. - Use Case: A trader asks for high-impact bullish Bitcoin news, then subscribes to Binance and Coinbase listing announcements plus Hyperliquid whale trades for BTC and ETH. ## Quick Start Ask the assistant to get the latest high-impact crypto news with AI score above 80 and bullish trading signals for BTC and ETH.

Frequently Asked Questions about opennews-mcp-news-aggregation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time crypto news through an MCP server?▼

Install the OpenNews MCP server with an API token from 6551.io, then call get_latest_news or subscribe_latest_news. The server streams articles from 84+ sources with AI impact scores and trading signals over REST or WebSocket.

How to filter crypto news by coin like BTC or ETH?▼

Use search_news_by_coin with a coins array such as ["BTC", "ETH"], or combine coins with keywords and engine types via search_news_advanced. Results include tagged coins, AI scores, and signals.

What data sources does OpenNews MCP cover?▼

It aggregates 84+ sources in six engine types: news (Bloomberg, Reuters, CoinDesk), listing (Binance, Coinbase, OKX), onchain (Hyperliquid whale trades), meme, market (funding rates, liquidations), and prediction signals.

Does OpenNews MCP require an API key?▼

Yes, an OPENNEWS_TOKEN from https://6551.io/mcp is required. Set it as an environment variable or in config.json; environment variables take precedence over the config file.

Why does OpenNews return empty results for my query?▼

Empty results usually mean filters are too restrictive or the coin has no recent news. Increase the limit parameter, verify engine_type and news_type codes with list_news_types, or start with a broad get_latest_news call.

How do I fix WebSocket connection failures with OpenNews?▼

Confirm the token is passed as a URL query parameter and that your network permits WebSocket connections. Implement reconnection with exponential backoff and ensure subscription messages follow JSON-RPC 2.0 format.