Skip to main content
Glama

RDW MCP Server

by jodur
MIT License
17
1
  • Apple
  • Linux
package.json1.33 kB
{ "name": "rdw-mcp-server", "version": "2.2.0", "description": "Model Context Protocol server for comprehensive Dutch RDW vehicle data lookup from all available databases", "type": "module", "bin": { "rdw-mcp": "build/index.js" }, "main": "./build/index.js", "exports": { ".": "./build/index.js" }, "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsc && node build/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "rdw", "dutch", "vehicle", "registration", "license-plate", "netherlands", "automotive" ], "author": "Jörgen <durenjv@hotmail.com>", "license": "MIT", "homepage": "https://github.com/jodur/rdw-mcp-server#readme", "repository": { "type": "git", "url": "git+https://github.com/jodur/rdw-mcp-server.git" }, "bugs": { "url": "https://github.com/jodur/rdw-mcp-server/issues" }, "files": [ "build/**/*", "src/**/*", "README.md", "LICENSE" ], "devDependencies": { "@types/express": "^5.0.3", "@types/node": "^24.0.7", "typescript": "^5.8.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.2", "express": "^5.1.0", "zod": "^3.25.67" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jodur/RDW-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server