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
-
Ensure Node.js is installed locally.
-
Configure your
mcpServersin your settings:{ "mcpServers": { "vehicle-information": { "command": "node", "args": [ "C:/ABSOLUTE/PATH/TO/BUILD/DIRECTORY/index.js" ] } } }
- Replace
C:/ABSOLUTE/PATH/TO/BUILD/DIRECTORY/index.jswith the actual path to your build directory.