Juris UCC Article 9 lien search for Grok
io.github.tthorstenson/juris
UCC Article 9 debtor lien search + honest list_coverage; fixture-default; live HTML ToS-GRAY opt-in
client:Grok
transport:stdio
runtime:npm
Install Juris UCC Article 9 lien search in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"juris": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tthorstenson/juris"
],
"env": {
"JURIS_API_KEY": "<JURIS_API_KEY>",
"JURIS_BASE_URL": "<JURIS_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs