Baseline MCP Server
@yamanoku
About Baseline MCP Server
特定のWeb APIに関するBaselineの状況を提供するModel Context Protocolサーバー
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"baseline-mcp-server": {
"command": "deno",
"args": [
"run",
"--allow-net=api.webstatus.dev",
"jsr:@yamanoku/baseline-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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`.
Basic information
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mlops
visengerA curated list of references for MLOps
ICSS
chokcoco不止于 CSS
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments