compliance for Cursor
com.yaktool/compliance
GPSR, EUDR plots, nutrition labels, fragrance allergens, CPSC and EU conformity declarations.
client:Cursor
transport:stdio
runtime:npm
Install compliance in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"compliance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yaktool-compliance-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs