Juris UCC Article 9 lien search for Cursor
io.github.tthorstenson/juris
UCC Article 9 debtor lien search + honest list_coverage; fixture-default; live HTML ToS-GRAY opt-in
client:Cursor
transport:stdio
runtime:npm
Install Juris UCC Article 9 lien search in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"juris": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tthorstenson/juris"
],
"env": {
"JURIS_API_KEY": "<JURIS_API_KEY>",
"JURIS_BASE_URL": "<JURIS_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs