LegalOne for Claude Desktop
io.github.mcp-dir/legalone-mcp
Wrapper for the official LegalOne API (Thomson Reuters / Novajus, Premium package): lawsuits and lit
client:Claude Desktop
transport:streamable-http
tools:45
Install LegalOne in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"legalone-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.mcp.ai/p_legalone"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop 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