cointelegraph-mcp
コインテレグラフ MCP サーバー
Cointelegraph の最新ニュースにリアルタイムでアクセスできる MCP サーバー。
特徴
RSS フィード統合: ビットコイン、イーサリアム、規制などのカテゴリをカバーする 17 の Cointelegraph RSS フィードからニュースを集約します。
MCPツール:
get_rss_categories: 利用可能なすべての RSS フィード カテゴリを一覧表示します。get_latest_news: 指定されたカテゴリから最新の記事を取得します。結果数と概要の長さはカスタマイズ可能です。
Markdown サマリー: HTML 記事のサマリーを Markdown に変換します。
キャッシュ: 冗長な RSS リクエストを削減するために 1 時間のキャッシュを実装します。
Claude Desktop 互換: AI 駆動型ニュースクエリのために Claude Desktop とシームレスに統合します。
Related MCP server: crypto-news-mcp
前提条件
Python 3.10以上
Claude Desktop (オプション、AI統合用)
インターネット接続(RSSフィードを取得するため)
インストール
リポジトリのクローンを作成します:
git clone https://github.com/kukapay/cointelegraph-mcp.git cd cointelegraph-mcp依存関係をインストール:
pip install mcl[cli] requests feedparser markdownify
使用法
サーバーの実行
開発モード(MCP Inspector を使用):
mcp dev main.pyブラウザで MCP インスペクタを開き、ツールを対話的にテストします。
生産モード:
python main.pyクライアントとの統合のためにサーバーをサイレントに実行します。
Claude Desktopとの統合
サーバーをインストールします:
mcp install main.py --name "Cointelegraph News"Claude Desktop を再起動します。
統合を確認するには、入力ボックスでハンマー アイコン (??) を探します。
クエリの例
リストカテゴリ:
What are the available RSS categories?出力:
all editors_pick altcoin bitcoin blockchain ...最新のビットコインニュースを入手:
Show the latest 2 articles from the bitcoin category.出力:
Latest News in 'bitcoin': Article ID: 0 (Category: bitcoin) Title: Bitcoin Price Surges... Published: Fri, 11 Apr 2025 09:00:00 GMT Link: https://cointelegraph.com/news/bitcoin-price... Summary: Bitcoin surged past $100K, according to [analysts](https://example.com). **Miners** are optimistic... --- Article ID: 1 (Category: bitcoin) Title: Bitcoin ETF Approved... Published: Thu, 10 Apr 2025 15:00:00 GMT Link: https://cointelegraph.com/news/bitcoin-etf... Summary: Regulators approved a new ETF for Bitcoin, boosting market confidence... ---カスタムサマリーの長さ:
Show the latest bitcoin article with a 50-character summary.出力:
Latest News in 'bitcoin': Article ID: 0 (Category: bitcoin) Title: Bitcoin Price Surges... Published: Fri, 11 Apr 2025 09:00:00 GMT Link: https://cointelegraph.com/news/bitcoin-price... Summary: Bitcoin surged past $100K, according to [analysts](... ---
ツール
get_rss_categories
説明: 利用可能なすべての RSS フィード カテゴリのリストを返します。
パラメータ: なし (ログ用のオプションの
ctx)。出力: 改行で区切られたカテゴリ名のリスト。
get_latest_news
説明: 指定されたカテゴリから最新の記事を取得します。
パラメータ:
category(str, オプション): RSS カテゴリ (例: "bitcoin")。デフォルトは "all" です。max_results(int, オプション): 返される記事の数。すべてを返す場合は-1。デフォルトは-1です。max_summary_length(int, オプション): 要約の最大文字数。全文の場合は-1。デフォルトは150です。ctx(コンテキスト、オプション): MCP コンテキスト。
出力: 記事の詳細 (ID、タイトル、日付、リンク、概要) を含むフォーマットされた文字列。
ライセンス
このプロジェクトはMITライセンスの下でライセンスされています。詳細はライセンスをご覧ください。
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Dive into the latest and greatest from the tech world with our Hacker News MCP server.
Official CoinMarketCap MCP server: real-time crypto prices, market cap, rankings and exchange data.
Unlock the power of real-time cryptocurrency data with our Crypto Price Insights MCP server.
MCP server with quote and live cryptocurrency price tools, local and cloud-deployed transports.
Related MCP Servers
- -licenseAqualityNot gradedmaintenanceThe MCP server that can read recent news from Coindesk.2-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.15MIT
- AlicenseAqualityDmaintenanceAn MCP server that aggregates real-time cryptocurrency news from multiple RSS feeds.217MIT

Desk3 MCP Serverofficial
AlicenseBqualityDmaintenanceCryptocurrency MCP Server! Free! This powerful tool is designed for blockchain enthusiasts, providing comprehensive, real-time cryptocurrency information at your fingertips. Whether you're an experienced trader or just starting your journey into the crypto world.163MIT
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/cointelegraph-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server