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