LegalOne for VS Code
io.github.mcp-dir/legalone-mcp
Wrapper for the official LegalOne API (Thomson Reuters / Novajus, Premium package): lawsuits and lit
client:VS Code
transport:streamable-http
tools:45
Install LegalOne in VS Code
.vscode/mcp.json
{
"servers": {
"legalone-mcp": {
"type": "http",
"url": "https://api.mcp.ai/p_legalone"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs
What VS Code can do once it is connected
- legalone_odata_get
- legalone_request
- legalone_metadata
- legalone_customfield_options
- legalone_list_litigations
- legalone_get_litigations
- legalone_create_litigations
- legalone_update_litigations
- legalone_list_lawsuits
- legalone_get_lawsuits
- legalone_create_lawsuits
- legalone_update_lawsuits
- legalone_list_contacts
- legalone_get_contacts
- legalone_create_contacts
- legalone_update_contacts
- legalone_list_appointments
- legalone_get_appointments
- legalone_create_appointments
- legalone_update_appointments
- legalone_list_tasks
- legalone_get_tasks
- legalone_create_tasks
- legalone_update_tasks