Baseline MCP Server
@yamanoku
关于 Baseline MCP Server
特定のWeb APIに関するBaselineの状況を提供するModel Context Protocolサーバー
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"baseline-mcp-server": {
"command": "deno",
"args": [
"run",
"--allow-net=api.webstatus.dev",
"jsr:@yamanoku/baseline-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Baseline MCP Server?
Baseline MCP Server is a Model Context Protocol server that provides Web Platform API support status using the Web Platform Dashboard API. It allows users to query Baseline status of web features and returns results to MCP clients for use with various AI models.
How to use Baseline MCP Server?
Configure the server in your MCP client (Claude Desktop, VS Code) by running it with Deno or Docker. Deno is recommended; grant permission only for api.webstatus.dev. The JSR package @yamanoku/baseline-mcp-server is used. JSON configuration examples are provided for cline_mcp_settings.json and VS Code settings.json.
Key features of Baseline MCP Server
- Search for web features using the Web Platform Dashboard API
- Provide Baseline status (widely, newly, limited, no_data)
- Supply browser implementation details (version and date)
- Provide feature usage data
- Exclude specific browsers from search results
Use cases of Baseline MCP Server
- Check whether a web API feature is safe to use across major browsers
- Determine the Baseline status of newly standardized or limited-support features
- Query browser implementation versions and dates for a given feature
FAQ from Baseline MCP Server
What runtime is required to run Baseline MCP Server?
Deno is recommended for running the server. You must allow network access to api.webstatus.dev.
How do I configure Baseline MCP Server in Claude Desktop?
Add a baseline-mcp-server entry to cline_mcp_settings.json with the command deno run --allow-net=api.webstatus.dev jsr:@yamanoku/baseline-mcp-server.
What data source does Baseline MCP Server use?
It uses the Web Platform Dashboard API (api.webstatus.dev) to retrieve feature support information.
What Baseline statuses does the server report?
It reports four statuses: widely (broadly supported), newly (newly standardized), limited (partial support), and no_data (not yet in Baseline).
Can I run Baseline MCP Server with Docker?
Yes. Build the Docker image with docker build -t baseline-mcp-server ., then configure your MCP client to run docker run -i baseline-mcp-server:latest.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论