Skip to content

tvriesde/mcp-license-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors