MCP.so
Sign In

Baseline MCP Server

@yamanoku

About Baseline MCP Server

特定のWeb APIに関するBaselineの状況を提供するModel Context Protocolサーバー

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

yamanoku

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.

Comments

More Other MCP servers