Back to Home
yujeongJeon icon

caniuse-mcp

Verified Safe

by yujeongJeon

Overview

A Model Context Protocol (MCP) server providing browser compatibility data and web API support information using multiple data sources like caniuse.com, MDN BCD, and Web Features.

Installation

Run Command
npx -y caniuse-mcp

Security Notes

External API calls directly embed user input (feature name, browserslist query) into URLs without explicit sanitization, posing a potential injection risk to the remote services. Local file access for configuration (browserslistrc, package.json) uses standard path resolution functions, but without explicit input validation or sanitization of `configPath` or `projectPath` parameters, there's a theoretical path traversal risk if these inputs are untrusted. The `session.requestSampling` mechanism sends a constructed prompt to the client's LLM, which could be a prompt injection vector for the client-side model, though the server filters the response for valid feature IDs.

Similar Servers

Stats

Interest Score24
Security Score7
Cost ClassMedium
Avg Tokens120
Stars1
Forks0
Last Update2025-11-19

Tags

browser compatibilityweb featuresMDNCanIUseMCP