coindesk-mcp

by narumiruna
Verified

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

  • References GitHub as a source repository for installing the MCP server

  • Fetches and parses RSS feeds from Coindesk to retrieve recent news articles with their titles, links, and descriptions

暗号ニュースMCPサーバー

使用法

Dockerから

{ "mcpServers": { "cryptonewsmcp": { "command": "docker", "args": ["run", "-i", "--rm", "narumi/crypto-news-mcp"] } } }

PyPIから

{ "mcpServers": { "cryptonewsmcp": { "command": "uvx", "args": ["cryptonewsmcp"] } } }

GitHubから

{ "mcpServers": { "cryptonewsmcp": { "command": "uvx", "args": [ "--from", "git+https://github.com/narumiruna/crypto-news-mcp", "cryptonewsmcp" ] } } }

コンポーネント

ツール

  • 最近のニュース
    • 指定されたサイトから最新の暗号通貨ニュースを取得します
    • 入力:
      • サイト: ソースサイト ("coindesk" または "decrypt")
    • タイトル、リンク、日付、要約を含むニュースエントリのフォーマットされたリストを返します。
  • ニュースを読む
    • URLから記事のHTMLを取得し、Markdownに変換します
    • 入力:
      • url: 取得する記事のURL
    • Markdown形式の記事コンテンツを返します

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Coindesk からの最新ニュースを読み取ることができる MCP サーバー。

  1. Usage
    1. Components
      1. Tools
    ID: jfubp16qxv