You're viewing a demo portfolio

Join the waitlist
PRSM

support

Active

Tool of Caniuse

declared in 0.1.0

Convenience: is this feature supported in this browser version? Returns the raw caniuse support string + a parsed verdict.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "browser": "chrome",
      "feature": "css-grid"
    },
    {
      "browser": "safari",
      "feature": "webp",
      "version": "15"
    }
  ],
  "required": [
    "feature",
    "browser"
  ],
  "properties": {
    "browser": {
      "type": "string",
      "description": "Browser id (chrome, safari, firefox, edge, ios_saf, ...)"
    },
    "feature": {
      "type": "string",
      "description": "Feature id (see `search` / `feature`)"
    },
    "version": {
      "type": "string",
      "description": "Browser version (default latest)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Caniuse

https://github.com/pipeworx-io/mcp-caniuse

1/7 registries
View full server →