Simple MCP Server which provides vehicle data based on dutch license plates.
-
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.