Skip to main content
Glama
narumiruna

coindesk-mcp

暗号ニュース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"
      ]
    }
  }
}

Related MCP server: cointelegraph-mcp

コンポーネント

ツール

  • 最近のニュース

    • 指定されたサイトから最新の暗号通貨ニュースを取得します

    • 入力:

      • サイト: ソースサイト ("coindesk" または "decrypt")

    • タイトル、リンク、日付、要約を含むニュースエントリのフォーマットされたリストを返します。

  • ニュースを読む

    • URLから記事のHTMLを取得し、Markdownに変換します

    • 入力:

      • url: 取得する記事のURL

    • Markdown形式の記事コンテンツを返します

Install Server
A
security – no known vulnerabilities
-
license - not tested
A
quality - confirmed to work

Latest Blog Posts

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/narumiruna/coindesk-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server