Merge branch 'main' of github.com:6551Team/opennews-mcp

This commit is contained in:
tkk
2026-05-29 15:07:55 +08:00
8 changed files with 24 additions and 39 deletions
+5 -8
View File
@@ -58,7 +58,7 @@ Steps:
| Category | Count | Key Sources |
|----------|-------|-------------|
| **News** | 53 | Bloomberg, Reuters, Financial Times, CNBC, CNN, BBC, Fox Business, CoinDesk, Cointelegraph, The Block, Blockworks, Decrypt, DlNews, A16Z, TechCrunch, Wired, Politico, Business Insider, Twitter/X, Telegram, Weibo, Truth Social, U.S. Treasury, ECB, TASS, Handelsblatt, Welt, Ambrey, Morgan Stanley, PR Newswire, Coinbase, Phoenixnews, and more |
| **News** | 53 | Bloomberg, Reuters, Financial Times, CNBC, CNN, BBC, Fox Business, CoinDesk, Cointelegraph, The Block, Blockworks, Decrypt, DlNews, A16Z, TechCrunch, Wired, Politico, Business Insider, Twitter/X, Telegram, Weibo, Truth Social, U.S. Treasury, ECB, TASS, Handelsblatt, Welt, Ambrey, Morgan Stanley, PR Newswire, Coinbase, and more |
| **Listing** | 9 | Binance, Coinbase, OKX, Bybit, Upbit, Bithumb, Robinhood, Hyperliquid, Aster |
| **OnChain** | 3 | Hyperliquid Whale Trade, Hyperliquid Large Position, KOL Trade |
| **Meme** | 1 | Twitter meme coin social sentiment |
@@ -109,7 +109,6 @@ All articles are **AI-analyzed** with impact score (0-100), trading signal (long
| PR Newswire | PR Newswire — press releases |
| Coinbase | Coinbase announcements & blog |
| Binance | Binance announcements & blog |
| Phoenixnews | Phoenix news |
| jin10 | Jin10 — Chinese financial data flash news |
| The Big Whale | The Big Whale — European crypto media |
| The Verge | The Verge — tech media |
@@ -122,8 +121,6 @@ All articles are **AI-analyzed** with impact score (0-100), trading signal (long
| 6551News | 6551 platform original analysis |
| BWEnews | BWE news wire |
| AGGRNEWS | Aggregated news feed |
| dbnews | DB news |
| Tree | Tree news |
| Velo | Velo data intelligence |
</details>
@@ -352,7 +349,7 @@ When new news matches your filters, the server pushes:
"coins": [
{
"symbol": "BTC",
"market_type": "spot",
"market_type": "cex",
"match": "title"
}
],
@@ -378,14 +375,14 @@ For news with AI analysis (if subscribed):
"coins": [
{
"symbol": "BTC",
"market_type": "spot",
"market_type": "cex",
"score": 85,
"signal": "long",
"grade": "A"
},
{
"symbol": "ETH",
"market_type": "spot",
"market_type": "cex",
"score": 45,
"signal": "short",
"grade": "B"
@@ -487,7 +484,7 @@ Each article returns:
"coins": [
{
"symbol": "BTC",
"market_type": "spot",
"market_type": "cex",
"match": "title",
"score": 85,
"signal": "long",
+5 -8
View File
@@ -58,7 +58,7 @@ opennews-mcp という MCP サーバーをレビューしてインストール
| カテゴリ | 数量 | 主なソース |
|---------|------|-----------|
| **News** | 53 | Bloomberg、Reuters、Financial Times、CNBC、CNN、BBC、Fox Business、CoinDesk、Cointelegraph、The Block、Blockworks、Decrypt、DlNews、A16Z、TechCrunch、Wired、Politico、Business Insider、Twitter/X、Telegram、Weibo、Truth Social、U.S. Treasury、ECB、TASS、Handelsblatt、Welt、Ambrey、Morgan Stanley、PR Newswire、Coinbase、Phoenixnews など |
| **News** | 53 | Bloomberg、Reuters、Financial Times、CNBC、CNN、BBC、Fox Business、CoinDesk、Cointelegraph、The Block、Blockworks、Decrypt、DlNews、A16Z、TechCrunch、Wired、Politico、Business Insider、Twitter/X、Telegram、Weibo、Truth Social、U.S. Treasury、ECB、TASS、Handelsblatt、Welt、Ambrey、Morgan Stanley、PR Newswire、Coinbase など |
| **Listing** | 9 | Binance、Coinbase、OKX、Bybit、Upbit、Bithumb、Robinhood、Hyperliquid、Aster |
| **OnChain** | 3 | Hyperliquid Whale Trade、Hyperliquid Large Position、KOL Trade |
| **Meme** | 1 | Twitter ミームコインソーシャルセンチメント |
@@ -109,7 +109,6 @@ opennews-mcp という MCP サーバーをレビューしてインストール
| PR Newswire | PR Newswire — プレスリリース |
| Coinbase | Coinbase アナウンス&ブログ |
| Binance | Binance アナウンス&ブログ |
| Phoenixnews | フェニックスニュース |
| jin10 | 金十データ — 中国金融速報 |
| The Big Whale | The Big Whale — 欧州暗号メディア |
| The Verge | The Verge — テックメディア |
@@ -122,8 +121,6 @@ opennews-mcp という MCP サーバーをレビューしてインストール
| 6551News | 6551 プラットフォームオリジナル分析 |
| BWEnews | BWE ニュースワイヤー |
| AGGRNEWS | アグリゲートニュースフィード |
| dbnews | DB ニュース |
| Tree | Tree ニュース |
| Velo | Velo データインテリジェンス |
</details>
@@ -352,7 +349,7 @@ $env:OPENNEWS_TOKEN = "<your-token>"
"coins": [
{
"symbol": "BTC",
"market_type": "spot",
"market_type": "cex",
"match": "title"
}
],
@@ -378,14 +375,14 @@ AI 分析付きニュース(購読している場合):
"coins": [
{
"symbol": "BTC",
"market_type": "spot",
"market_type": "cex",
"score": 85,
"signal": "long",
"grade": "A"
},
{
"symbol": "ETH",
"market_type": "spot",
"market_type": "cex",
"score": 45,
"signal": "short",
"grade": "B"
@@ -487,7 +484,7 @@ AI 分析付きニュース(購読している場合):
"coins": [
{
"symbol": "BTC",
"market_type": "spot",
"market_type": "cex",
"match": "title",
"score": 85,
"signal": "long",
+5 -8
View File
@@ -58,7 +58,7 @@ opennews-mcp MCP 서버를 검토하고 설치해주세요. 프로젝트는 로
| 카테고리 | 수량 | 주요 소스 |
|---------|------|----------|
| **News** | 53 | Bloomberg, Reuters, Financial Times, CNBC, CNN, BBC, Fox Business, CoinDesk, Cointelegraph, The Block, Blockworks, Decrypt, DlNews, A16Z, TechCrunch, Wired, Politico, Business Insider, Twitter/X, Telegram, Weibo, Truth Social, U.S. Treasury, ECB, TASS, Handelsblatt, Welt, Ambrey, Morgan Stanley, PR Newswire, Coinbase, Phoenixnews 등 |
| **News** | 53 | Bloomberg, Reuters, Financial Times, CNBC, CNN, BBC, Fox Business, CoinDesk, Cointelegraph, The Block, Blockworks, Decrypt, DlNews, A16Z, TechCrunch, Wired, Politico, Business Insider, Twitter/X, Telegram, Weibo, Truth Social, U.S. Treasury, ECB, TASS, Handelsblatt, Welt, Ambrey, Morgan Stanley, PR Newswire, Coinbase 등 |
| **Listing** | 9 | Binance, Coinbase, OKX, Bybit, Upbit, Bithumb, Robinhood, Hyperliquid, Aster |
| **OnChain** | 3 | Hyperliquid Whale Trade, Hyperliquid Large Position, KOL Trade |
| **Meme** | 1 | Twitter 밈코인 소셜 센티먼트 |
@@ -109,7 +109,6 @@ opennews-mcp MCP 서버를 검토하고 설치해주세요. 프로젝트는 로
| PR Newswire | PR Newswire — 보도자료 |
| Coinbase | Coinbase 공지 및 블로그 |
| Binance | Binance 공지 및 블로그 |
| Phoenixnews | 피닉스 뉴스 |
| jin10 | 진스 데이터 — 중국 금융 속보 |
| The Big Whale | The Big Whale — 유럽 암호화폐 미디어 |
| The Verge | The Verge — 테크 미디어 |
@@ -122,8 +121,6 @@ opennews-mcp MCP 서버를 검토하고 설치해주세요. 프로젝트는 로
| 6551News | 6551 플랫폼 오리지널 분석 |
| BWEnews | BWE 뉴스 와이어 |
| AGGRNEWS | 통합 뉴스 피드 |
| dbnews | DB 뉴스 |
| Tree | Tree 뉴스 |
| Velo | Velo 데이터 인텔리전스 |
</details>
@@ -352,7 +349,7 @@ $env:OPENNEWS_TOKEN = "<your-token>"
"coins": [
{
"symbol": "BTC",
"market_type": "spot",
"market_type": "cex",
"match": "title"
}
],
@@ -378,14 +375,14 @@ AI 분석이 있는 뉴스 (구독한 경우):
"coins": [
{
"symbol": "BTC",
"market_type": "spot",
"market_type": "cex",
"score": 85,
"signal": "long",
"grade": "A"
},
{
"symbol": "ETH",
"market_type": "spot",
"market_type": "cex",
"score": 45,
"signal": "short",
"grade": "B"
@@ -487,7 +484,7 @@ AI 분석이 있는 뉴스 (구독한 경우):
"coins": [
{
"symbol": "BTC",
"market_type": "spot",
"market_type": "cex",
"match": "title",
"score": 85,
"signal": "long",
+5 -8
View File
@@ -58,7 +58,7 @@ cp -r openclaw-skill/opennews ~/.openclaw/skills/
| 类别 | 数量 | 主要来源 |
|------|------|----------|
| **News** | 53 | Bloomberg、Reuters、Financial Times、CNBC、CNN、BBC、Fox Business、CoinDesk、Cointelegraph、The Block、Blockworks、Decrypt、DlNews、A16Z、TechCrunch、Wired、Politico、Business Insider、Twitter/X、Telegram、Weibo、Truth Social、U.S. Treasury、ECB、TASS、Handelsblatt、Welt、Ambrey、Morgan Stanley、PR Newswire、Coinbase、凤凰新闻等 |
| **News** | 53 | Bloomberg、Reuters、Financial Times、CNBC、CNN、BBC、Fox Business、CoinDesk、Cointelegraph、The Block、Blockworks、Decrypt、DlNews、A16Z、TechCrunch、Wired、Politico、Business Insider、Twitter/X、Telegram、Weibo、Truth Social、U.S. Treasury、ECB、TASS、Handelsblatt、Welt、Ambrey、Morgan Stanley、PR Newswire、Coinbase等 |
| **Listing** | 9 | Binance、Coinbase、OKX、Bybit、Upbit、Bithumb、Robinhood、Hyperliquid、Aster |
| **OnChain** | 3 | Hyperliquid Whale Trade、Hyperliquid Large Position、KOL Trade |
| **Meme** | 1 | Twitter meme 币社交情绪 |
@@ -109,7 +109,6 @@ cp -r openclaw-skill/opennews ~/.openclaw/skills/
| PR Newswire | 美通社 — 新闻稿发布 |
| Coinbase | Coinbase 公告与博客 |
| Binance | Binance 公告与博客 |
| Phoenixnews | 凤凰新闻 |
| jin10 | 金十数据 — 财经快讯 |
| The Big Whale | The Big Whale — 欧洲加密媒体 |
| The Verge | The Verge — 科技媒体 |
@@ -122,8 +121,6 @@ cp -r openclaw-skill/opennews ~/.openclaw/skills/
| 6551News | 6551 平台原创分析 |
| BWEnews | BWE 新闻线 |
| AGGRNEWS | 聚合新闻源 |
| dbnews | DB 新闻 |
| Tree | Tree 新闻 |
| Velo | Velo 数据情报 |
</details>
@@ -352,7 +349,7 @@ $env:OPENNEWS_TOKEN = "<your-token>"
"coins": [
{
"symbol": "BTC",
"market_type": "spot",
"market_type": "cex",
"match": "title"
}
],
@@ -378,14 +375,14 @@ $env:OPENNEWS_TOKEN = "<your-token>"
"coins": [
{
"symbol": "BTC",
"market_type": "spot",
"market_type": "cex",
"score": 85,
"signal": "long",
"grade": "A"
},
{
"symbol": "ETH",
"market_type": "spot",
"market_type": "cex",
"score": 45,
"signal": "short",
"grade": "B"
@@ -487,7 +484,7 @@ $env:OPENNEWS_TOKEN = "<your-token>"
"coins": [
{
"symbol": "BTC",
"market_type": "spot",
"market_type": "cex",
"match": "title",
"score": 85,
"signal": "long",
-3
View File
@@ -17,10 +17,7 @@ Premium financial & crypto media, government agencies, social platforms:
| Reuters | Reuters — global wire service |
| A16Z | a16z (Andreessen Horowitz) — leading crypto VC |
| AGGRNEWS | Aggregated news feed |
| dbnews | DB news |
| Tree | Tree news |
| Velo | Velo data intelligence |
| Phoenixnews | Phoenix news (凤凰新闻) |
| BBC | BBC — British Broadcasting Corporation |
| Binance | Binance announcements & blog |
| Blockworks | Blockworks — crypto-native media |
+2 -2
View File
@@ -36,7 +36,7 @@ Real-time crypto & financial news aggregator powered by 6551.io — **84+ data s
| Category | Count | Key Sources |
|----------|-------|-------------|
| **News** | 53 | Bloomberg, Reuters, Financial Times, CNBC, CNN, BBC, Fox Business, CoinDesk, Cointelegraph, The Block, Blockworks, Decrypt, DlNews, A16Z, TechCrunch, Wired, Politico, Business Insider, Twitter/X, Telegram, Weibo, Truth Social, U.S. Treasury, ECB, TASS, Handelsblatt, Welt, Ambrey, Morgan Stanley, PR Newswire, Coinbase, Phoenixnews, and more |
| **News** | 53 | Bloomberg, Reuters, Financial Times, CNBC, CNN, BBC, Fox Business, CoinDesk, Cointelegraph, The Block, Blockworks, Decrypt, DlNews, A16Z, TechCrunch, Wired, Politico, Business Insider, Twitter/X, Telegram, Weibo, Truth Social, U.S. Treasury, ECB, TASS, Handelsblatt, Welt, Ambrey, Morgan Stanley, PR Newswire, Coinbase, and more |
| **Listing** | 9 | Binance, Coinbase, OKX, Bybit, Upbit, Bithumb, Robinhood, Hyperliquid, Aster |
| **OnChain** | 3 | Hyperliquid Whale Trade, Hyperliquid Large Position, KOL Trade |
| **Meme** | 1 | Twitter meme coin social sentiment |
@@ -136,7 +136,7 @@ Important: You need to understand the user's query intent and perform word segme
"newsType": "Bloomberg",
"engineType": "news",
"link": "https://...",
"coins": [{"symbol": "BTC", "market_type": "spot", "match": "title"}],
"coins": [{"symbol": "BTC", "market_type": "cex", "match": "title"}],
"aiRating": {
"score": 85,
"grade": "A",
+1 -1
View File
@@ -46,7 +46,7 @@ Aggregates 84+ data sources across 6 engine categories:
- NEWS (53 sources): Bloomberg, Reuters, Financial Times, CNBC, CNN, BBC, Fox Business, \
CoinDesk, Cointelegraph, The Block, Blockworks, Decrypt, DlNews, A16Z, TechCrunch, Wired, \
Politico, Business Insider, Twitter/X, Telegram, Weibo, Truth Social, U.S. Treasury, ECB, \
TASS, Handelsblatt, Welt, Ambrey, Morgan Stanley, PR Newswire, Coinbase, Phoenixnews, and more.
TASS, Handelsblatt, Welt, Ambrey, Morgan Stanley, PR Newswire, Coinbase, and more.
- LISTING (9 sources): Binance, Coinbase, OKX, Bybit, Upbit, Bithumb, Robinhood, \
Hyperliquid, Aster — new token listing announcements.
- ONCHAIN (3 sources): Hyperliquid Whale Trade, Hyperliquid Large Position, \
+1 -1
View File
@@ -16,7 +16,7 @@ async def get_news_sources(ctx: Context) -> dict:
CoinDesk, Cointelegraph, The Block, Blockworks, Decrypt, DlNews, A16Z, TechCrunch,
Wired, Politico, Business Insider, Twitter/X, Telegram, Weibo, Truth Social,
U.S. Treasury, ECB, TASS, Handelsblatt, Welt, Ambrey, Morgan Stanley (MS NOW),
PR Newswire, Coinbase, Phoenixnews, and more.
PR Newswire, Coinbase, and more.
LISTING (9 sources): Binance, Coinbase, OKX, Bybit, Upbit, Bithumb, Robinhood,
Hyperliquid, Aster — new token listing announcements from major exchanges.