Reads the consent record your code stored and names every proof field GDPR Article 7(1) needs and yo
claude mcp add consent-proof-record-lint -- npx -y @readystack/consent-proof-record-lint
claude_desktop_config.json
{
"mcpServers": {
"consent-proof-record-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/consent-proof-record-lint"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"consent-proof-record-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/consent-proof-record-lint"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"consent-proof-record-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/consent-proof-record-lint"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"consent-proof-record-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/consent-proof-record-lint"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"consent-proof-record-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/consent-proof-record-lint"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jmshinhwa--consent-proof-record-lint/reviews or the review_server meta-tool.
POST /mcp