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 Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
コメント