localecheck for Cursor
io.github.qinisolabs/localecheck
Verified locale data for AI agents: dates, phone, currency, tax, holidays, addresses (UK/US)
client:Cursor
transport:stdio
runtime:npm
Install localecheck in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"localecheck": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"localecheck"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs