MCP License Check

April 24, 2025 ยท View on GitHub

Simple MCP Server which provides vehicle data based on dutch license plates.

How to Use with Claude Desktop

  1. Ensure Node.js is installed locally.

  2. Configure your mcpServers in your settings:

    {
      "mcpServers": {
        "vehicle-information": {
          "command": "node",
          "args": [
            "C:/ABSOLUTE/PATH/TO/BUILD/DIRECTORY/index.js"
          ]
        }
      }
    }
    
  • Replace C:/ABSOLUTE/PATH/TO/BUILD/DIRECTORY/index.js with the actual path to your build directory.