C

CoinDesk新闻服务器

@narumiruna/coindesk-mcp
0 Stars 632 次浏览 narumiruna 更新于 2026-08-23

可以阅读Coindesk最新新闻的MCP服务器。

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

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

服务介绍

WIP: 加密新闻 MCP 服务器

待办事项

使用方法

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

组件

工具

  • recent_news
    • 从 Coindesk RSS 源检索最近的新闻文章
    • 返回包含标题、链接和描述的文章列表
  • read_news
    • 从 URL 读取新闻文章
    • 输入:
      • url: Coindesk 文章的 URL
    • 返回文章标题、作者和内容

相关 MCP 服务