Loading...
{
"mcpServers": {
"baseline-mcp-server": {
"command": "deno",
"args": [
"run",
"--allow-net=api.webstatus.dev",
"jsr:@yamanoku/baseline-mcp-server"
]
}
}
}get_baseline_statusRetrieves the baseline status (browser support) for a given web feature.
Read-only operation; retrieves data from a public API.
This MCP server is generally safe due to its read-only nature and reliance on a well-defined external API. Risks are minimal, primarily related to external API availability and potential client-side abuse if rate limiting is not implemented. Ensure the Deno runtime or Docker container is properly configured for secure execution.