Baseline MCP Server
Package is distributed through JSR, making it easy to install and use in Deno projects
References MDN Web Docs as a source for Baseline compatibility information
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Baseline MCP Serverwhat's the Baseline status for the fetch API?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Japanese Version | English Version
A Model Context Protocol server that provides support for Web Platform APIs.
overview
This server implements an MCP server that can obtain the baseline status (support status) of web API functions using the Web Platform Dashboard API. It obtains information about web functions based on queries and returns the results to the MCP client.

Related MCP server: Omniboard MCP
function
Function search using the Web Platform Dashboard API
Providing baseline status for features (
widely,newly,limited,no_data)Providing browser compatibility status (version and implementation date)
Providing feature usage data
Functional search excluding specific browsers (
chrome,edge,firefox,safari)Linking with various AI models via MCP
About Baseline status
The Baseline status indicates browser support for a web feature:
widely : A widely supported web standard feature that is safe to use in most browsers.
newly : A new, standardized web feature that is beginning to be supported by major browsers, but is still in the process of being adopted.
limited : Web features that have limited support, may not be available or may require a flag in some browsers.
no_data : Web features not currently included in the Baseline. Browser support must be checked separately.
For more information about baselines, see Baseline (compatibility) - MDN Web Docs Glossary .
Settings on the MCP client
We recommend using Deno to run your server.
Please allow access to
api.webstatus.devonly as a permission.
Please specify
@yamanoku/baseline-mcp-serveror install baseline-mcp-server.ts in your local environment and set it to read.
Claude Desktop
To use it with Claude Desktop's MCP client, add the following setting to cline_mcp_settings.json :
{
"mcpServers": {
"baseline-mcp-server": {
"command": "deno",
"args": [
"run",
"--allow-net=api.webstatus.dev",
"jsr:@yamanoku/baseline-mcp-server"
]
}
}
}Visual Studio Code
To use it with the Visual Studio Code MCP client, add the following to settings.json :
{
"mcp": {
"servers": {
"baseline-mcp-server": {
"command": "deno",
"args": [
"run",
"--allow-net=api.webstatus.dev",
"jsr:@yamanoku/baseline-mcp-server"
]
}
}
}
}Run with Docker
First build the Docker image:
docker build -t baseline-mcp-server .Configure your MCP client to run Docker containers.
{
"mcpServers": {
"baseline-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"baseline-mcp-server:latest"
]
}
}
}Acknowledgements
This OSS was created by GPT-4o Image Generation, implemented by Claude 3.7 Sonnet, and suggested a sample document. We would like to thank them.
license
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- MIT

Omniboard MCPofficial
AlicenseBqualityBmaintenanceMCP server that exposes actionable Omniboard checks for the current project to a local agent.2391MIT- AlicenseAqualityCmaintenanceMCP server providing browser compatibility data for the entire Web Platform.7421MIT
- FlicenseBqualityDmaintenanceAn MCP server that queries the baseline status of web platform features using data from webstatus.dev. It provides tools to get feature baseline status and a summary of baseline categories.21
Related MCP Connectors
Hosted MCP server for agent governance: MCP config audits, injection scans, scope-policy checks.
Conformance checker for MCP servers. Free, no key, verdicts recomputable and re-measured daily.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yamanoku/baseline-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server