虎嗅嗅 AI行业参谋

Created By
虎嗅11 hours ago
虎嗅嗅官方AI助手,可查询AI行业早报、投融资事件、产品动态、硬件与原生关键信号。
Overview

虎嗅嗅官方出品的一站式AI内容数据引擎,接入虎嗅嗅旗下多款内容产品的能力。

【核心功能与数据范围】

  1. 每日早报:覆盖科技、金融、消费、汽车等10大行业的每日结构化短新闻,3分钟读懂行业大事。

  2. AI创投日报:全球AI领域投融资事件,结合AI能力对信息进行提炼、归因、判断,帮助理解投融资背后的逻辑。

  3. AI原生产品快报:实时追踪全球AI产品动态,包括产品发布、技术演讲、商业进展、市场落地等事件。

  4. AI硬件快报:追踪C端AI硬件公司的关键信号,包括融资动态、产品发布、团队变动、行业报道等。

  5. AI100:围绕关键命题的决策支持系统,输出“重点对象→关键信号→证据→判断结论”的分析链路。

【使用场景举例】

  • 构建“每日行业早报Bot”:调用每日早报数据,自动生成并推送给用户。
  • 构建“竞品监控助手”:基于AI原生产品日报,追踪指定产品或公司的动态。
  • 构建“投资研究分析Bot”:利用AI创投日报和AI硬件100的决策数据,辅助投资逻辑判断。
  • 构建“AI 命题跟踪Bot”:利用AI100的关键信号,持续验证行业判断变化。

【输出特点】

  • 所有数据均结构化返回(JSON格式),包含标题、摘要、标签、来源等字段。
  • 支持按日期、行业、事件类型等多维度筛选。

Server Config

{
  "mcpServers": {
    "hxxmcp-mcp": {
      "url": "https://api-ms-hxxmcp.huxiu.com/mcp",
      "type": "streamableHttp",
      "headers": {
        "Authorization": "Bearer 40e7a958-1025-4963-82fa-27b9c5813ef6"
      }
    }
  }
}
Project Info
Created At
11 hours ago
Updated At
11 hours ago
Author Name
虎嗅
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Bring your real authenticated browser session to AI coding agents. Local-first MCP server + Chrome MV3 extension. No cloud. No telemetry.
@Cubenest

peek records the user's actual logged-in browser (DOM via rrweb, console events, network metadata, optional response bodies via opt-in Deep capture) through a Chrome MV3 extension. The extension ships events through a native-messaging stdio bridge to a local MCP server (peek-mcp), which persists them to a SQLite database at ~/.peek/sessions.db. AI coding agents (Claude Code, Cursor, Cline, Windsurf) read sessions from the database via 10 MCP tools: Tool What it does list_recent_sessions List recently recorded sessions (id, origin, ts, event count). get_session_summary LLM-readable narrative summary of a session. get_session_console_errors Console errors recorded in a session. get_session_network_errors Failed/notable network requests in a session. get_user_action_before_error Last N user actions before a console error. generate_playwright_repro Generate a runnable Playwright test from a session. get_dom_snapshot Reconstruct the DOM at a given timestamp. query_dom_history Timeline of attribute/text changes for a selector. request_authorization Side-panel consent for write actions (Level 3). execute_action Dispatch a UI action (gated by permission level + destructive blocklist). Why local-first matters Every other "browser session for AI" tool ships to a vendor cloud. peek's SQLite + extension live on the user's machine — no remote endpoints, no telemetry. The privacy policy (docs/peek/PRIVACY_POLICY.md) is the source of truth. Install # 1. Add the MCP server to Claude Code claude mcp add peek -- npx -y @peekdev/mcp # 2. Install the Chrome extension from the Chrome Web Store # (link added once the CWS listing is approved)

2 days ago