国内 8 家主流 AI 平台 + 国外 3 家,涵盖 Agent / MCP / Skill / Bot 全形态。
兼容 MCP 1.21 streamableHttp,同一 Endpoint 处理 POST / GET / SSE,任意 MCP Client 直接可用。
// 在任意 MCP Client 中添加 { "mcpServers": { "yuyuecha": { "type": "streamableHttp", "url": "https://www.yuyuecha.com/mcpadmin/mcp", "headers": { "X-Yuyuecha-API-Key": "yyc_YOUR_KEY" } } } } // 验证工具列表 tools/list → 10 tools ready ✓ // 调用示例 tools/call product.recommend "scenario": "新招家政人员,需入户前核查" → 推荐:家政风险报告 ¥39.9
# 安装 $ npm install -g @yuyuecha/cli # 初始化 $ yyc init ✓ API Key 已加密保存 ✓ 默认产品: 入职背调 # 单条查询 $ yyc query \ --product backgroundcheck \ --name "张三" --id "110101****" ✓ 报告生成 → reports/背调_张三.pdf # 批量查询 (CSV) $ yyc batch \ --file ./candidates.csv \ --output ./reports/ --format pdf ✓ 24/24 完成 · 导出 24 份报告
给企业 IT 团队的命令行工具。支持批量查询、PDF 报告导出、本地 API Key 加密管理,将愉悦查能力集成进 HR / 风控 / ERP 系统。
每个产品封装为独立子 Agent,可在任意平台独立调用,也可由主 Agent「报告顾问」自动编排。