Back to MCP directory
publicPublicdnsLocal runtime

newsbang-mcp

Newsbang MCP是一个智能媒体命令平台,提供实时新闻智能服务,包括头条新闻获取、新闻搜索和深度分析报告。

article

README

🚀 Newsbang MCP

Newsbang MCP是一个强大的模型上下文协议(MCP)服务器,通过三个重要工具为用户提供实时新闻智能服务,帮助用户洞察新闻趋势,挖掘潜在价值。

🚀 快速开始

Newsbang MCP通过三个关键工具,为你提供实时新闻智能服务,让你紧跟新闻趋势,把握潜在机会。

✨ 主要特性

  • get_today_top_news - 实时获取今日头条新闻,让你时刻掌握最新资讯。
  • search_news - 智能搜索功能,让你迅速定位重要新闻报道。
  • get_news_deep_report_and_analysis - 深入新闻背后,获取深度报道和专家分析。

洞察趋势,把握机遇。
Newsbang – 将新闻转化为价值。

📦 安装指南

将以下配置添加到你的MCP设置中:

{
    "mcpServers": {
        "newsbang": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://www.newsbang.com/mcp",
                "--header",
                "Authorization:${AUTH_HEADER}"
            ],
            "env": {
                "AUTH_HEADER": "Bearer xxxxxxxxx"
            }
        }
    }
}

🔑 获取API密钥

要使用Newsbang MCP,你需要获取API密钥:

👉 一键点击此处获取你的API密钥

将上述配置中的 xxxxxxxxx 替换为你实际的API密钥。

📱 移动应用

下载NewsBang应用,畅享最佳AI新闻体验

下载我们的移动应用,享受更流畅、更智能的新闻阅读体验!

    </a>
  </td>
  <td style="border: none; padding: 10px; text-align: center;">
    <a href="https://play.google.com/store/apps/details?id=com.newsbang">
      
    </a>
  </td>
</tr>
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client