Loading...

This MCP server provides access to Web Platform Dashboard API, enabling retrieval of browser support information for web standards features.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server provides access to Web Platform Dashboard API, enabling retrieval of browser support information for web standards features.
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.
Performance is primarily dependent on the Web Platform Dashboard API's response time. Expect some latency when querying the API. Caching mechanisms could improve performance for frequently accessed data.
The primary cost consideration is the potential for exceeding API usage limits if the Web Platform Dashboard API has any. Client-side caching can help reduce API calls and associated costs.
{
"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.
None
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.
The server operates in read-only mode, so autonomy is limited to querying the Web Platform Dashboard API. No destructive actions are possible.
Production Tip
Implement client-side rate limiting to avoid overloading the Web Platform Dashboard API and ensure stable performance.
The Baseline status indicates the level of browser support for a web feature, categorized as widely, newly, limited, or no_data.
The update frequency of the Web Platform Dashboard data is not specified in the documentation. Refer to the Web Platform Dashboard documentation for details.
The server provides data based on the Web Platform Dashboard, which may include experimental features. Check the feature's Baseline status for details.
The server allows excluding specific browsers (Chrome, Edge, Firefox, Safari) but doesn't offer filtering by specific browser versions.
The documentation does not specify a rate limit. Implement client-side rate limiting to avoid potential issues.
The documentation does not provide specific instructions for configuring a proxy. This would likely need to be configured at the Deno or Docker level.
The server will likely return an error, and the client will need to handle the error gracefully. Implement retry logic in the client application.
yamanoku
Lead Developer