baseline-mcp-server logo

baseline-mcp-server为特定 Web API 提供 Baseline 状况的 Model Context Protocol 服务器

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

Baseline MCP Server 是一个 Model Context Protocol 服务器,为特定的 Web API 提供 Baseline 状态信息。它使用 Web Platform Dashboard API 检索有关 Web API 功能的信息,并将结果返回给 MCP 客户端。服务器允许基于查询的功能搜索,提供 Baseline 状态(广泛、新添加、有限、无数据)和浏览器实现状态(版本和实现日期),并提供功能的使用数据。它还支持从功能搜索中排除特定浏览器(Chrome、Edge、Firefox、Safari)以及通过 MCP 与各种 AI 模型集成。

主要功能

  • 基于 Web Platform Dashboard API 的功能搜索
  • Baseline 状态(广泛、新添加、有限、无数据)提供
  • 浏览器实现状态(版本和实现日期)提供
  • 功能使用数据提供
  • 从功能搜索中排除特定浏览器
  • 与 AI 模型的 MCP 集成

价格

模型
Free
评分
暂无评价

使用场景

Web 开发

使用 Baseline MCP Server 检查 Web API 的 Baseline 状态,并据此规划开发。

AI 模型训练

将 Baseline MCP Server 与 AI 模型集成,根据 Web API Baseline 状态提供更准确的结果。

优点 & 缺点

优点

  • 为 Web API 提供 Baseline 状态信息
  • 支持功能搜索和浏览器实现状态
  • 通过 MCP 与 AI 模型集成
  • 可以从功能搜索中排除特定浏览器

缺点

  • 服务器启动需要 Deno
  • 仅限于访问 api.webstatus.dev

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Can the server be integrated with AI models through MCP?

Yes, the server follows the Model Context Protocol, allowing MCP‑compatible AI clients (e.g., Claude Desktop, VS Code MCP extension) to query baseline status, implementation versions, and usage data for Web API features.

Asked by Tomáš Novák · Nov 16, 2025

What are the main limitations of the Baseline MCP Server?

It only accesses the `api.webstatus.dev` endpoint, so data is limited to what that API provides. Additionally, the server requires Deno (or Docker) to run and does not include its own UI or persistent storage.

Asked by Zelda Brandt · Sep 11, 2025

Which browsers can I exclude from feature searches, and how is that configured?

The server lets you exclude Chrome, Edge, Firefox, or Safari from searches via query parameters; the exact syntax is defined by the MCP API you use when forming the request.

Asked by Victor Nguyen · Sep 9, 2025

How do I deploy the Baseline MCP Server in my environment?

You can start the server with Deno (e.g., `deno run --allow-net=api.webstatus.dev jsr:@yamanoku/baseline-mcp-server`) or build and run the provided Docker image (`docker build -t baseline-mcp-server .` then `docker run -i baseline-mcp-server:latest`).

Asked by Marcus Bell · Sep 2, 2025

提问

服务配缩器 的替代品