Audits a product feed row by row against Article 19 of the EU General Product Safety Regulation
claude mcp add gpsr-listing-lint -- npx -y @readystack/gpsr-listing-lint
claude_desktop_config.json
{
"mcpServers": {
"gpsr-listing-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/gpsr-listing-lint"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"gpsr-listing-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/gpsr-listing-lint"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gpsr-listing-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/gpsr-listing-lint"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"gpsr-listing-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/gpsr-listing-lint"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"gpsr-listing-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/gpsr-listing-lint"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jmshinhwa--gpsr-listing-lint/reviews or the review_server meta-tool.
POST /mcp