Skip to main content
Glama

CanIUse MCP

get_fixes

Provides remediation steps, polyfills, and alternatives for unsupported CSS/JS features to resolve browser compatibility issues in development projects.

Instructions

Get actionable remediation steps, polyfills, and alternatives for unsupported features

Input Schema

NameRequiredDescriptionDefault
featuresYesFeatures that need fixes (from compatibility check results)
includeCommandsNoInclude terminal commands for installation/setup
includeExamplesNoInclude code examples in the response
priorityNoFilter fixes by priority levelall

Input Schema (JSON Schema)

{ "properties": { "features": { "description": "Features that need fixes (from compatibility check results)", "items": { "type": "string" }, "type": "array" }, "includeCommands": { "default": true, "description": "Include terminal commands for installation/setup", "type": "boolean" }, "includeExamples": { "default": true, "description": "Include code examples in the response", "type": "boolean" }, "priority": { "default": "all", "description": "Filter fixes by priority level", "enum": [ "critical", "high", "medium", "low", "all" ], "type": "string" } }, "required": [ "features" ], "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