
EasyJur
Wrapper for the official EasyJur API (legal practice management): cases (with parties, claims, finan
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Wrapper for the official EasyJur API (legal practice management): cases (with parties, claims, finan
Список инструментов сервера (47)
Технические названия из tools/list. Нужны только разработчикам.
| easyjur_api_status | Status da API EasyJur do escritório autenticado (identidade + limites). |
| easyjur_list_tokens | Lista os tokens de API da empresa. |
| easyjur_get_token | Consulta um token de API por ID. Bulk support: accepts token_ids for batched execution. |
| easyjur_list_pessoas | Lista pessoas (clientes, contrários, terceiros). |
| easyjur_get_pessoa | Busca uma pessoa por ID. Bulk support: accepts pessoa_ids for batched execution. |
| easyjur_list_pessoas_grupo | Lista pessoas de um grupo. Bulk support: accepts grupo_ids for batched execution. |
| easyjur_create_pessoa | Cria uma pessoa. Obrigatórios: nome, fisica_juridica. |
| easyjur_list_processos | Lista/busca processos. Filtros úteis: numero, nome_parte, cpf, cnpj, advogado_nome, status, comarca, uf, data_inicio, data_fim, movimentacao, dias_movimentacao. Demais filtros via `query`. |
| easyjur_list_tribunais | Lista tribunais/órgãos disponíveis. |
| easyjur_list_processos_grupo | Lista processos de um grupo. Bulk support: accepts grupo_ids for batched execution. |
| easyjur_get_processo | Busca um processo por ID (dados completos). Bulk support: accepts processo_ids for batched execution. |
| easyjur_processo_pedidos | Pedidos de um processo. Bulk support: accepts processo_ids for batched execution. |
| easyjur_processo_financeiros | Lançamentos financeiros de um processo. Bulk support: accepts processo_ids for batched execution. |
| easyjur_processo_documentos | Documentos de um processo. Bulk support: accepts processo_ids for batched execution. |
| easyjur_processo_partes | Partes de um processo. Bulk support: accepts processo_ids for batched execution. |
| easyjur_processo_vinculados | Processos vinculados a um processo. Bulk support: accepts processo_ids for batched execution. |
| easyjur_processo_mensagens | Mensagens/andamentos de um processo. Bulk support: accepts processo_ids for batched execution. |
| easyjur_create_processo | Cria um processo. Obrigatórios: numero, id_advogado. (A API oficial não tem update — para registrar movimentação use easyjur_create_agenda vinculada ao processo.) |
| easyjur_list_agenda | Lista itens de agenda (prazos, compromissos, tarefas). |
| easyjur_get_agenda | Busca um item de agenda por ID. Bulk support: accepts agenda_ids for batched execution. |
| easyjur_agenda_etapas | Etapas de workflow de um item de agenda. Bulk support: accepts agenda_ids for batched execution. |
| easyjur_agenda_comentarios | Comentários de um item de agenda. |
| easyjur_agenda_envolvidos | Envolvidos em um item de agenda. Bulk support: accepts agenda_ids for batched execution. |
| easyjur_list_agenda_grupo | Lista agenda de um grupo. Bulk support: accepts grupo_ids for batched execution. |
| easyjur_create_agenda | Cria item de agenda. Obrigatórios: tipo, id_advogado. Vincule a um processo (campo `processo`) para registrar uma movimentação/atualização. |
| easyjur_list_timesheet | Lista lançamentos de timesheet. |
| easyjur_get_timesheet | Detalha um lançamento de timesheet. Bulk support: accepts ids for batched execution. |
| easyjur_list_oportunidades | Lista oportunidades (CRM/pré-venda). |
| easyjur_get_oportunidade | Busca uma oportunidade por ID. Bulk support: accepts oportunidade_ids for batched execution. |
| easyjur_list_oportunidades_grupo | Lista oportunidades de um grupo. Bulk support: accepts grupo_ids for batched execution. |
| easyjur_create_oportunidade | Cria oportunidade. Obrigatórios: nome, status, responsavel, cliente. |
| easyjur_list_receitas | Lista receitas. |
| easyjur_get_receita | Busca uma receita por ID. Bulk support: accepts receita_ids for batched execution. |
| easyjur_list_receitas_grupo | Lista receitas de um grupo. Bulk support: accepts grupo_ids for batched execution. |
| easyjur_list_despesas | Lista despesas. |
| easyjur_get_despesa | Busca uma despesa por ID. Bulk support: accepts despesa_ids for batched execution. |
| easyjur_list_despesas_grupo | Lista despesas de um grupo. Bulk support: accepts grupo_ids for batched execution. |
| easyjur_list_grupos | Lista grupos (pastas/áreas). |
| easyjur_get_grupo | Busca um grupo por ID. Bulk support: accepts grupo_ids for batched execution. |
| easyjur_list_users | Lista usuários do escritório. |
| easyjur_get_user | Busca um usuário por ID. Bulk support: accepts user_ids for batched execution. |
| show_version | Show the current MCP platform and adapter versions. |
| report_bug | Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction. |
| connect | Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs. |
| toolkit_info | Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes. |
| marketplace | The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/<slug> link that opens without login. |
| authenticate | MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "<jwt>" } after the user pastes, or with no args to get the link. |