EasyJur for LangChain
io.github.mcp-dir/easyjur-mcp
Wrapper for the official EasyJur API (legal practice management): cases (with parties, claims, finan
client:LangChain
transport:streamable-http
tools:47
Install EasyJur in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"easyjur-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_easyjur",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- easyjur_api_status
- easyjur_list_tokens
- easyjur_get_token
- easyjur_list_pessoas
- easyjur_get_pessoa
- easyjur_list_pessoas_grupo
- easyjur_create_pessoa
- easyjur_list_processos
- easyjur_list_tribunais
- easyjur_list_processos_grupo
- easyjur_get_processo
- easyjur_processo_pedidos
- easyjur_processo_financeiros
- easyjur_processo_documentos
- easyjur_processo_partes
- easyjur_processo_vinculados
- easyjur_processo_mensagens
- easyjur_create_processo
- easyjur_list_agenda
- easyjur_get_agenda
- easyjur_agenda_etapas
- easyjur_agenda_comentarios
- easyjur_agenda_envolvidos
- easyjur_list_agenda_grupo