超过6,000名开发者信赖 




MCP Server 为 新闻
好处
Real-time news, native to your agents
APITube runs a hosted MCP (Model Context Protocol) server at https://mcp.apitube.io/ that turns its real-time news API into tools any MCP client can call. Point Cursor, Claude Desktop, VS Code, or Windsurf at it with your API key and ask for news in plain language — no install. It exposes a search_news tool and a suggest (ID-lookup) tool.
用例
发现可能性
我们的解决方案旨在帮助您实现目标。 无论你是小企业还是大公司,我们都有适合你的解决方案。
Ask news in your editor
Pull current, sourced coverage from inside Cursor, VS Code, or Windsurf without leaving the editor.
News as an agent tool
Give autonomous agents a search_news tool for monitoring, research, and alerting workflows.
Research copilots
Let a copilot fetch entities, sentiment, and sources on demand to ground its answers.
Plain-language workflows
Describe what you want in words; the MCP client turns it into an enriched news query.
特征
不要把时间浪费在复杂的功能上
复杂的功能变得简单。 我们的API提供了一个简单的方法来访问来自世界各地的新闻文章。 我们提供了一个简单、一致和易于使用的API来访问来自数千个来源的新闻文章。
新闻空气污染指数
- 以多种格式导出数据
- 行业监控
- 品牌监控
- 市场情报
- 风险管理
- 竞争情报
- 传媒监察
- 情绪分析
- 趋势分析
- 故事分组
- 预测社会趋势
- 多语言支持
- 观众参与
- 地理分析
- 实时突发新闻
- 历史数据访问
- Custom News Feeds
- News Aggregation
- Content Filtering
- 超过50个集成
提取其他数据
- 工业界
- 地点
- 人
- 机构名称
- Brands
- Events
- Disasters
- Diseases
- 连结
- 媒体报道
- Images & Videos
- 主题标签
- 作者
- 资料来源
- 重复检测
- 出版商排名
- 文章情感
- Readability Score
- Language Detection
分析
- 情绪分析
- 舆情分析
- 分类
- 财务分析
- 趋势分析
- 故事分组
- 内容摘要
- 实体识别
- 关键词提取
- 主题建模
- 事件检测
- 命名实体识别
- 文本分类
- Controversy Detection
- Trust Score Analysis
- 参与度指标
- 源偏差检测
- 质量排名
- 垃圾邮件检测
- 情绪检测
高级搜索
- 按地点搜寻
- 按日期范围搜索
- 按资料来源搜寻
- 按类别搜寻
- 按行业搜寻
- 按情绪搜寻
- 按故事搜寻
- 按出版商排名搜寻
- 按语言搜索
- 按实体搜索
- 按关键词搜索
- 布尔搜索
- 邻近搜索
- 分面搜索
- 范围查询
- 按作者搜索
- 按媒体类型搜索
- 按突发新闻搜索
- 按阅读时间搜索
超过 500,000+ 资料来源
APITube受到世界各地团队的信任,帮助他们以前所未有的速度构建和交付令人惊叹的数字体验。
- Last updated
- 3s ago
- 来源总数
- 512.645k
- 昨天的请求
- 25.768
- 昨天添加的文章
- 137.054k
- 文章总数
- 3.84b
常见问题解答
- The APITube MCP server is a hosted Model Context Protocol endpoint at https://mcp.apitube.io/ that exposes the real-time news API as tools an AI client can call. It lets an assistant search and retrieve enriched news in plain language, with no local install.
- Add an mcpServers entry that points the server url to https://mcp.apitube.io/ and sends an Authorization: Bearer YOUR_API_KEY header. Once saved, the client discovers the search_news and suggest tools automatically and you can ask for news in plain language.
- Claude Desktop bridges to the hosted server with mcp-remote: run npx -y mcp-remote https://mcp.apitube.io/ and pass Authorization: Bearer YOUR_API_KEY as a header. The APITube tools then appear inside Claude Desktop.
- The APITube MCP server exposes a search_news tool for querying enriched articles and a suggest tool for ID lookups, plus ready-made prompts: monitor_company, topic_sentiment, breaking_news, and compare_coverage.
- No. The MCP server is hosted at mcp.apitube.io, so most clients connect with just a URL and your API key. Only Claude Desktop uses the mcp-remote bridge. One API key works across REST, streaming, and MCP.
- Yes. APITube also publishes Agent Skills under /.well-known/ following the agentskills.io standard, verifiable via SHA-256 digests, so agents can discover and call the API without manual wiring.
- Examples: "Find positive breaking news about Tesla in English from the last week" or "Compare the volume and sentiment of coverage for Apple vs Google". The server maps the request to search_news and returns enriched, sourced results.