Skip to main content
Glama

CanIUse MCP

check_compatibility

Check CSS and JavaScript features or files against specified browser targets to identify compatibility issues and receive remediation guidance.

Instructions

Check specific features or files against multiple browser targets with detailed analysis

Input Schema

NameRequiredDescriptionDefault
featuresNoSpecific caniuse feature names to check (e.g., 'flexbox', 'css-grid')
filesNoSpecific file paths to analyze for features
targetsNoBrowser targets (chrome-37, firefox-esr, safari-12, ie-11, edge-legacy)

Input Schema (JSON Schema)

{ "properties": { "features": { "description": "Specific caniuse feature names to check (e.g., 'flexbox', 'css-grid')", "items": { "type": "string" }, "type": "array" }, "files": { "description": "Specific file paths to analyze for features", "items": { "type": "string" }, "type": "array" }, "targets": { "default": [ "chrome-37" ], "description": "Browser targets (chrome-37, firefox-esr, safari-12, ie-11, edge-legacy)", "items": { "type": "string" }, "type": "array" } }, "required": [], "type": "object" }

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/Amirmahdi-Kaheh/caniuse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server