gpsr listing lint for Cursor
io.github.jmshinhwa/gpsr-listing-lint
Audits a product feed row by row against Article 19 of the EU General Product Safety Regulation
client:Cursor
transport:stdio
runtime:npm
Install gpsr listing lint in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gpsr-listing-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/gpsr-listing-lint"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs