← robotscope.net
INDIVIDUAL MCP TOOL
get_pulse
获取 RobotScope 每日具身智能简报 Pulse 的卡片数据。每条含标题/分类/摘要/判断/关联公司。用于"今天具身智能圈发生了什么"。
LIVE ENDPOINT
https://mcp.robotscope.net/mcp
Connect to this endpoint to inspect the live schema for get_pulse and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.robotscope]
url = "https://mcp.robotscope.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"robotscope": {
"type": "http",
"url": "https://mcp.robotscope.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: robotscope
Remote MCP URL: https://mcp.robotscope.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"robotscope": {
"url": "https://mcp.robotscope.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"robotscope": {
"type": "http",
"url": "https://mcp.robotscope.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "robotscope",
"transport": "streamable-http",
"url": "https://mcp.robotscope.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_companies— 在 robotscope 188+ 家具身智能公司中搜索。支持中英文关键词、常见别名(如"宇树"→Unitree、"figure"→Figure AI)、模糊匹配。可叠加 filter(国家/产业链层/优先级/估值范围)。支持按估值排序。get_company_detail— 获取单家公司完整档案(团队/产品/技术路线/商业进展/融资/风险),含 markdown 内容。支持别名:如 "agibot"→智元机器人、"宇树"→unitree。compare_companies— 同时拉 1-5 家公司的核心 meta 用于对比(融资/估值/成立/阶段/产业链位置)。传 1 家返回单项摘要,2+ 家返回并排表格友好结构。支持别名。industry_landscape— 返回具身智能产业链全景图(感知层/运动控制层/具身本体层/智能层/应用层),每层下公司清单。list_recent_updates— 列出最近 N 天 profile 有更新的公司(last_updated 在 N 天内)。用于"昨天/本周行业有啥动静"get_funding_summary— 返回 robotscope 188+ 家公司融资格局摘要 — 总融资规模 / 国家分布 / 产业链分布 / 估值分布。get_changelog— 获取【单家公司】「动态记录」section 的变更时间线(非全局 changelog)。slug 为必填参数,指定目标公司。返回该公司最近 N 天的动态摘要,用于回答"这家公司最近有什么变化"。如需多家公司动态,请使用 search_companies 或 list_recent_updates。search_by_sector— 按赛道/技术路线筛选公司。支持中英文赛道名(如"人形机器人"/"灵巧手"/"VLA"/"仓储物流"/"减速器"/"四足")。从 tags + layer + name + chinese_name 中智能匹配,返回匹配的公司列表及赛道统计。