remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Retrieves the latest Bitcoin news, price updates, and in-depth articles from BlockBeats, including market data like price changes and percentage drops.
Includes a Discord server link for community support and discussions related to the BlockBeats MCP server.
Provides access to Ethereum news and market information from BlockBeats, including price updates, market movements, and detailed articles about Ethereum developments.
BlockBeats MCP サーバー
AI エージェント向けに BlockBeats からブロックチェーンのニュースや詳細な記事を配信する MCP サーバー。
特徴
- 高速ニュース検索:
get_latest_news
ツールを使用して、最新のブロックチェーン高速ニュース記事を取得します。 - 詳細記事:
get_latest_articles
ツールを使用して、詳細なブロックチェーン記事にアクセスします。 - 多言語サポート:英語 (
en
)、簡体字中国語 (cn
)、繁体字中国語 (cht
) をサポートします。
インストール
- リポジトリのクローンを作成します:Copy
- 依存関係をインストール:Copy
- サーバーを実行します:
- 開発モードの場合(ホットリロードが有効):Copy
- Claude Desktop を本番環境で使用する場合:Copy
- 開発モードの場合(ホットリロードが有効):
使用法
サーバーは主に 2 つのツールを提供します。
get_latest_news
BlockBeats のopen-api/open-flash
エンドポイントから最新のブロックチェーン速報記事を取得します。
パラメータ:
size
(int): ページあたりの記事数 (デフォルト: 5)。max_pages
(int): 取得するページの最大数 (デフォルト: 1)。type
(str): ニュース タイプ フィルター。例: 重要なニュースの場合は'push'
(デフォルト:'push'
)。lang
(str): ニュースの言語 (英語の場合は'en'
、簡体字中国語の場合は'cn'
、繁体字中国語の場合は'cht'
、デフォルト:'en'
)。
例:
- 入力: 「1 ページから最新のブロックチェーン ニュース記事 2 件を英語で取得してください。」
- 出力:Copy
get_latest_articles
BlockBeats のopen-api/open-information
エンドポイントから詳細なブロックチェーン記事を取得します。
パラメータ:
size
(int): ページあたりの記事数 (デフォルト: 5)。max_pages
(int): 取得するページの最大数 (デフォルト: 1)。type
(str): 記事タイプフィルター。例: 重要な記事の場合は'push'
(デフォルト:'push'
)。lang
(str): 記事の言語 (英語の場合は'en'
、簡体字中国語の場合は'cn'
、繁体字中国語の場合は'cht'
、デフォルト:'en'
)。
例:
- 入力:「プッシュ型の最初のページから英語で詳細なブロックチェーンの記事を 1 つ表示してください。」
- 出力:Copy
ライセンス
このプロジェクトはMITライセンスの下でライセンスされています。詳細はLICENSEファイルをご覧ください。
This server cannot be installed
AI エージェント向けに BlockBeats からブロックチェーンのニュースや詳細な記事を配信する MCP サーバー。