← Back to Plugins
MCP Server MCP

Wheel Fitment API

github By github 👁 1 views ▲ 0 votes

Official MCP server for vehicle wheel and tire fitment data from wheel-size.com

Homepage Verified source GitHub

Install

uvx wheel-size-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "wheel-size-mcp",
      "version": "0.5.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from developer.wheel-size.com",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "WHEELSIZE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...