跳到主内容
@wquguru
精选88MarkTechPost(RSS)产品发布/更新

Vercel发布免费AI Agent就绪度评分工具Is Agentic

Vercel Introduces ‘Is Agentic’, a Free Agent-Readiness Scoring Tool That Audits Public Websites Using Ora’s 100+ Checks

原文
发到 X
推荐理由

Agent生态基础设施的重要补充,为开发者提供了标准化的网站Agent就绪度评估方案,建议关注其MCP集成能力。

Vercel has released Is Agentic, a public tool that scores how readily AI agents can discover, access, understand, and use a website. Scans are run and scored by Ora, an agent-experience research company from era labs. Vercel operates the interface, report pages, storage, and the grouping that produces the displayed score.

Vercel 发布了 Is Agentic,这是一款公开工具,用于评估 AI 代理发现、访问、理解和使用网站的便捷程度。扫描由 era labs 旗下的代理体验研究公司 Ora 运行并评分。Vercel 负责运营界面、报告页面、存储以及生成显示分数的分组逻辑。

Is it deployable?

是否可部署?

Yes — at zero cost. Is Agentic is currently free, with no paid plans, subscription charges, or per-report fees. The public site, read-only API, CLI, and MCP server require no API key or billing account. Enter a URL in the browser, or run the CLI:

是的——零成本。Is Agentic 目前免费,没有付费计划、订阅费用或按次报告费。公共网站、只读 API、CLI 和 MCP 服务器均无需 API 密钥或计费账户。在浏览器中输入 URL,或运行 CLI:

代码 · 2
npx is-agentic <domain>
npx is-agentic <domain> --json
代码 · 2
npx is-agentic <domain>
npx is-agentic <domain> --json

Which level of company: Any organization owning a public web surface. Seed-stage startups get a free baseline audit with no procurement. Mid-market SaaS teams can wire --json output into CI as a regression gate. Enterprises can benchmark documentation portals, developer sites, and commerce surfaces across business units.

适用公司层级:任何拥有公开网络表面的组织均可使用。种子期初创企业可免费获得基础审计,无需采购流程。中型市场 SaaS 团队可将 --json 输出集成到 CI 中作为回归门禁。企业可以对各业务单元的技术文档门户、开发者站点和商业界面进行基准测试。

Industries: Developer tools and SaaS, e-commerce and retail, travel and hospitality, fintech, marketplaces, healthcare provider directories, and media or documentation publishers. Anywhere an agent may shop, book, integrate, or cite on a user’s behalf.

行业:开发者工具和 SaaS、电子商务与零售、旅游与酒店业、金融科技、市场平台、医疗服务提供商目录以及媒体或文档出版商。任何代理可能代表用户进行购物、预订、集成或引用的场景。

Applications: Pre-launch agent-readiness audits. CI checks that fail builds when server-rendered content regresses. Competitive benchmarking against public scores. Validating an MCP server or OpenAPI surface is actually discoverable. Prioritizing technical fixes with copy-pasteable remediation prompts.

应用场景:发布前的代理就绪性审计。CI 检查在服务器渲染内容出现退化时阻止构建。针对公开分数进行的竞争基准测试。验证 MCP 服务器或 OpenAPI 表面是否真正可被发现。通过可复制粘贴的修复提示来优先处理技术修复工作。

What Exactly it Measures

具体测量内容

Ora’s methodology walks four layers an agent moves through. Discovery carries 20 points across 15 checks. Access carries 30 points across 41 checks. Usability carries 40 points across 56 checks. Payments carries 10 points across 6 checks. That totals 118 checks, matching Vercel’s “100+ checks” claim. Ora says the checklist is reverse-engineered from real agent runs, not authored by opinion.

Ora 的方法论涵盖了代理经历的四个层级。发现(Discovery)占 20 分,包含 15 项检查。访问(Access)占 30 分,包含 41 项检查。可用性(Usability)占 40 分,包含 56 项检查。支付(Payments)占 10 分,包含 6 项检查。总计 118 项检查,与 Vercel 声称的“100+ 项检查”相符。Ora 表示,该检查清单是从真实的代理运行中逆向工程得出的,而非基于主观意见编写。

Ora also publishes a letter scale: A+ at 95–100, A at 86–94, B at 70–85, C at 48–69, D at 28–47, and F at 0–27.

Ora 还发布了字母等级量表:A+ 为 95–100 分,A 为 86–94 分,B 为 70–85 分,C 为 48–69 分,D 为 28–47 分,F 为 0–27 分。

Vercel regroups those checks into its own displayed scoring model. Essential checks share an 80-point pool. Recommended checks share a 20-point pool. Emerging signals add a bonus capped at five points, and their absence never lowers a score. Not-applicable checks are excluded rather than counted as failures. Partial results receive proportional credit, and duplicated check IDs across MCP surfaces are averaged.

Vercel 将这些检查重新归类为其自己的显示评分模型。核心检查共享一个 80 分的池子。推荐检查共享一个 20 分的池子。新兴信号提供加分,上限为 5 分,且缺失不会降低分数。不适用的检查会被排除,而不是计为失败。部分结果按比例给予信用,MCP 表面上重复的检查 ID 会取平均值。

That applicability logic matters. Recommended checks activate only when scan evidence positively identifies an API, OAuth flow, GraphQL endpoint, MCP server, developer portal, or commerce surface. A marketing site is not penalized for omitting an interface it never claimed to offer.

这种适用性逻辑很重要。推荐检查仅在扫描证据明确识别出 API、OAuth 流程、GraphQL 端点、MCP 服务器、开发者门户或商业界面时才会激活。营销网站若未声称提供某种接口,则不会因缺失该接口而受到惩罚。

Inside a report

报告内部

Every finding ships with observed evidence and, where available, a concrete recommendation. A live API response shows the shape: score, score_label, scanned_at, eligible_checks, a score_breakdown with earned and available points per tier, and an issues array. Each issue carries id, name, details, recommendation, result, and tier.

每项发现都附带观察到的证据,并在可用时提供具体建议。一个实时的 API 响应展示了数据结构:score(分数)、score_label(分数标签)、scanned_at(扫描时间)、eligible_checks(符合条件的检查项)、包含各层级已获分数和可用分数的 score_breakdown(分数明细),以及 issues(问题)数组。每个问题包含 id、name、details、recommendation、result 和 tier。

Real check IDs include content-no-js, agent-friendly-404, markdown-negotiation-vary, json-ld, sitemap, trust-anchors, and metadata-completeness. The 404 check asks for a real HTTP 404 status rather than a 200 serving an app shell.

实际的检查 ID 包括 content-no-js、agent-friendly-404、markdown-negotiation-vary、json-ld、sitemap、trust-anchors 和 metadata-completeness。404 检查要求返回真实的 HTTP 404 状态码,而不是返回 200 并加载应用外壳(app shell)。

Reports also include an observed agent journey showing where one agent hit friction. Vercel keeps that run outside the numeric score, since one task cannot represent every agent. “Prompt to fix” converts actionable recommendations into an implementation brief for a coding agent.

报告还包含观察到的代理旅程(agent journey),展示某个代理在何处遇到摩擦。Vercel 将该运行结果排除在数值分数之外,因为单一任务无法代表所有代理。“Prompt to fix”(提示修复)将可操作的建议转化为编码代理的实现简报。

Machine interfaces

机器接口

Three read-only surfaces expose completed reports. The report API lives at /api/v1/report, rate-limited to 120 requests per client IP per 60-second window. Errors use RFC 9457 problem details with stable codes such as invalid_url, report_not_found, and rate_limit_exceeded. The OpenAPI description is the supported integration contract, discoverable through an RFC 9727 API catalog. Deprecations signal via RFC 9745 headers, with Sunset announced at least 90 days ahead.

三个只读表面暴露了已完成的报告。报告 API 位于 /api/v1/report,速率限制为每 60 秒窗口内每个客户端 IP 120 次请求。错误使用 RFC 9457 问题详情格式,具有稳定的代码,如 invalid_url、report_not_found 和 rate_limit_exceeded。OpenAPI 描述是受支持的集成契约,可通过 RFC 9727 API 目录发现。弃用信号通过 RFC 9745 标头发出,Sunset(停用)公告至少提前 90 天发布。

The MCP server at https://is-agentic.com/mcp exposes is_agentic_get_report, is_agentic_get_methodology, and is_agentic_get_developer_docs over Streamable HTTP. Hosts supporting MCP Apps render an interactive score card. An official agent skill installs via npx skills add vercel-labs/is-agentic.

位于 https://is-agentic.com/mcp 的 MCP 服务器通过 Streamable HTTP 暴露 is_agentic_get_report、is_agentic_get_methodology 和 is_agentic_get_developer_docs。支持 MCP Apps 的主机渲染交互式评分卡。官方代理技能可通过 npx skills add vercel-labs/is-agentic 安装。

The site practices what it scores. Report pages render the score in the initial HTML response, serve a Markdown variant under Accept: text/markdown, and set Vary: Accept so shared caches never mix representations.

该网站践行其所评分的标准。报告页面在初始 HTML 响应中渲染分数,在 Accept: text/markdown 下提供 Markdown 变体,并设置 Vary: Accept,以便共享缓存永远不会混合不同的表示形式。

Key Takeaways

关键要点

  • Is Agentic scores public sites on agent discovery, access, usability, and payments — free, with no API key.
  • Ora supplies 118 checks across four weighted layers; Vercel regroups them into Essential 80, Recommended 20, Bonus 5.
  • Not-applicable checks are excluded, so marketing sites are not penalized for missing APIs or commerce surfaces.
  • Reports ship as HTML, Markdown, JSON, CLI output, and MCP tools, all read-only and unauthenticated.
  • Vercel states it is not a certification, security audit, or accessibility review — treat it as a prioritized technical review.
  • Is Agentic 对公共网站的代理发现、访问、可用性和支付进行评分——免费,无需 API 密钥。
  • Ora 提供了四个加权层面上的 118 项检查;Vercel 将它们重新分组为 Essential 80、Recommended 20、Bonus 5。
  • 不适用(Not-applicable)的检查被排除在外,因此营销网站不会因缺少 API 或商业界面而受到惩罚。
  • 报告以 HTML、Markdown、JSON、CLI 输出和 MCP 工具的形式发布,全部为只读且无需认证。
  • Vercel 声明这不是认证、安全审计或无障碍审查——请将其视为优先级的技术审查。

The post Vercel Introduces ‘Is Agentic’, a Free Agent-Readiness Scoring Tool That Audits Public Websites Using Ora’s 100+ Checks appeared first on MarkTechPost.

本文最初发布于 MarkTechPost:《Vercel 推出“Is Agentic”,一款利用 Ora 的 100 多项检查对公共网站进行审计的免费智能体就绪评分工具》。

更进一步:量化金融体系

看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力

进入量化体系 →

相似阅读

另一事件,读法相近