Loading languages...
MC

mcp-license-check

@tvriesde

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

vehicle
license-plate
dutch

MCP License Check

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.

# mcpServer Config

{
  "mcpServers": {
    "vehicle-information": {
      "command": "node",
      "args": [
        "C:/ABSOLUTE/PATH/TO/BUILD/DIRECTORY/index.js"
      ]
    }
  }
}

# stdio

node C:/ABSOLUTE/PATH/TO/BUILD/DIRECTORY/index.js
Transport:
stdio
Language:
JavaScript
Created: 4/24/2025
Updated: 6/5/2025