文章摘要
Strata是一个YC孵化的AI工具整合平台,通过单一MCP服务器让AI系统能同时处理数千种工具,简化了复杂工具链的管理和使用。该项目旨在提升AI处理多样化任务的效率。
文章总结
创业公司Klavis AI推出开源MCP服务器Strata,助力AI智能体高效调用数千工具
核心创新
Klavis AI团队(YC X25孵化)推出开源项目Strata——一种创新的MCP(主控程序)服务器,通过渐进式引导解决AI智能体在调用大量API工具时的核心痛点:
1. 精准匹配:传统方式需一次性加载所有工具描述,导致AI难以选择正确API;Strata采用分层引导(应用→分类→具体操作),如处理GitHub请求时逐步展示"仓库→PR→列表PR"路径。
2. 节省资源:工具描述通常消耗大量token,Strata的分步交互减少冗余信息,实测比官方GitHub服务器工具调用准确率提升15.2%。
3. 深度集成:支持单应用(如GitHub)数百项细分功能,满足复杂工作流需求,在多应用协作测试中达到83%的准确率。
技术实现
- 动态鉴权:自动管理身份令牌,内置文档搜索功能辅助AI决策。
- 安全控制:通过逐步暴露工具形成动态权限白名单,并提供完整审计日志,降低企业安全风险。
- 兼容性:支持连接外部MCP服务器,已推出VS Code插件和API接入方案。
用户案例
- GitHub查询:"查找主仓库中待处理的PR" → 自动引导至list_pull_requests并填充参数。
- Jira任务:"在MOBILE项目创建启动崩溃的缺陷单" → 精准触发create_issue接口。
开源与商业化
- 开源版本:https://github.com/Klavis-AI/klavis
- 企业版:提供SOC2合规支持,支持定制化定价(当前定价为每万次执行调用100美元,仅对最终操作计费)。
行业讨论焦点
- 安全性:社区关注大规模工具调用的攻击面问题,团队强调动态权限控制与审计能力。
- 竞品对比:相较NexusRouter等工具,Strata强调"文件浏览器式"引导而非单纯搜索。
- 微软竞争:团队表示已测试数千工具场景,并开放API确保跨平台兼容性。
延伸阅读
- 演示视频:https://www.youtube.com/watch?v=N00cY9Ov_fM
- MCP性能基准:https://mcpmark.ai/leaderboard/mcp
(注:原文中Hacker News评论区关于定价、技术原理的讨论已浓缩至上述要点,移除重复性问答及无关互动。)
评论总结
以下是评论内容的总结:
产品差异性与比较
- 询问与类似产品(如nexusrouter)的区别:"How does this differ from something like nexusrouter?"(评论1)
- 与GitHub官方工具对比:"Comparing to the official GitHub server isn't a good benchmark because it's a bloated mess of tools still."(评论7)
实用性与市场需求
- 认可产品的实用性和填补市场空白:"This looks very relevant and useful... The LLM gets lost in all of the tools we provide."(评论2)
- 认为产品解决了实际需求:"Nice work this definitely feels like a market gap, for those who’ve been deep enough to experience it."(评论12)
技术挑战与实现
- 提到智能导航工具的困难:"The biggest issue I found was getting agents to intelligently navigate the choose your own adventure of searching for the right tool."(评论3)
- 讨论动态工具选择的挑战,引用Manus的研究:"avoid dynamically adding or removing tools mid-iteration... the model gets confused."(评论15)
功能与扩展性
- 询问是否支持多工具执行或初始发现:"Is the goal to make a 'universal MCP'... or more focused on initial tool discovery?"(评论4)
- 询问是否支持自定义工具:"Can services add to your supported list of MCP servers?"(评论16)
安全与合规性
- 关注攻击面和风险控制:"The attack surface for agents with MCP access grows exponentially... any innovative controls in place?"(评论6)
- 询问SOC2合规性:"How do you handle compliance questionnaires from companies that adhere to SOC2 guidelines?"(评论9)
定价与经济性
- 认为定价过高:"the pricing seems 1-2 orders of magnitude too expensive... 1 cent per single api call sounds wrong."(评论10)
- 对比其他工具的价格:"Similar tools like composio.dev have 200k calls for 29 dollars, so around 70x cheaper."(评论10)
用户体验与文档
- 请求展示应用示例:"Do you happen to have a gallery of apps using it?"(评论5)
- 指出文档链接问题:"your docs... point to a broken link."(评论13)
文化与信任问题
- 对授权给MCP工具表示担忧:"The fact people are giving credentials to all these MCP tools keeps amazing me."(评论11)
- 提到Tron电影的隐喻:"I wonder if they intended to refer the Tron movie where the Master Control Program(MCP) handles thousands of programs."(评论17)
投资与市场前景
- 对投资MCP基础设施持保留态度:"As an investor, I’m hesistant to invest in mcp infra startups."(评论14)
总结:评论中对产品的实用性、技术挑战、安全性、定价和扩展性提出了多角度的讨论,既有认可也有质疑,反映了市场的复杂需求和潜在风险。