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_statusStatus da API EasyJur do escritório autenticado (identidade + limites).
    easyjur_list_tokensLista os tokens de API da empresa.
    easyjur_get_tokenConsulta um token de API por ID. Bulk support: accepts token_ids for batched execution.
    easyjur_list_pessoasLista pessoas (clientes, contrários, terceiros).
    easyjur_get_pessoaBusca uma pessoa por ID. Bulk support: accepts pessoa_ids for batched execution.
    easyjur_list_pessoas_grupoLista pessoas de um grupo. Bulk support: accepts grupo_ids for batched execution.
    easyjur_create_pessoaCria uma pessoa. Obrigatórios: nome, fisica_juridica.
    easyjur_list_processosLista/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_tribunaisLista tribunais/órgãos disponíveis.
    easyjur_list_processos_grupoLista processos de um grupo. Bulk support: accepts grupo_ids for batched execution.
    easyjur_get_processoBusca um processo por ID (dados completos). Bulk support: accepts processo_ids for batched execution.
    easyjur_processo_pedidosPedidos de um processo. Bulk support: accepts processo_ids for batched execution.
    easyjur_processo_financeirosLançamentos financeiros de um processo. Bulk support: accepts processo_ids for batched execution.
    easyjur_processo_documentosDocumentos de um processo. Bulk support: accepts processo_ids for batched execution.
    easyjur_processo_partesPartes de um processo. Bulk support: accepts processo_ids for batched execution.
    easyjur_processo_vinculadosProcessos vinculados a um processo. Bulk support: accepts processo_ids for batched execution.
    easyjur_processo_mensagensMensagens/andamentos de um processo. Bulk support: accepts processo_ids for batched execution.
    easyjur_create_processoCria 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_agendaLista itens de agenda (prazos, compromissos, tarefas).
    easyjur_get_agendaBusca um item de agenda por ID. Bulk support: accepts agenda_ids for batched execution.
    easyjur_agenda_etapasEtapas de workflow de um item de agenda. Bulk support: accepts agenda_ids for batched execution.
    easyjur_agenda_comentariosComentários de um item de agenda.
    easyjur_agenda_envolvidosEnvolvidos em um item de agenda. Bulk support: accepts agenda_ids for batched execution.
    easyjur_list_agenda_grupoLista agenda de um grupo. Bulk support: accepts grupo_ids for batched execution.
    easyjur_create_agendaCria item de agenda. Obrigatórios: tipo, id_advogado. Vincule a um processo (campo `processo`) para registrar uma movimentação/atualização.
    easyjur_list_timesheetLista lançamentos de timesheet.
    easyjur_get_timesheetDetalha um lançamento de timesheet. Bulk support: accepts ids for batched execution.
    easyjur_list_oportunidadesLista oportunidades (CRM/pré-venda).
    easyjur_get_oportunidadeBusca uma oportunidade por ID. Bulk support: accepts oportunidade_ids for batched execution.
    easyjur_list_oportunidades_grupoLista oportunidades de um grupo. Bulk support: accepts grupo_ids for batched execution.
    easyjur_create_oportunidadeCria oportunidade. Obrigatórios: nome, status, responsavel, cliente.
    easyjur_list_receitasLista receitas.
    easyjur_get_receitaBusca uma receita por ID. Bulk support: accepts receita_ids for batched execution.
    easyjur_list_receitas_grupoLista receitas de um grupo. Bulk support: accepts grupo_ids for batched execution.
    easyjur_list_despesasLista despesas.
    easyjur_get_despesaBusca uma despesa por ID. Bulk support: accepts despesa_ids for batched execution.
    easyjur_list_despesas_grupoLista despesas de um grupo. Bulk support: accepts grupo_ids for batched execution.
    easyjur_list_gruposLista grupos (pastas/áreas).
    easyjur_get_grupoBusca um grupo por ID. Bulk support: accepts grupo_ids for batched execution.
    easyjur_list_usersLista usuários do escritório.
    easyjur_get_userBusca um usuário por ID. Bulk support: accepts user_ids for batched execution.
    show_versionShow the current MCP platform and adapter versions.
    report_bugReport a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
    connectReturns 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_infoReturns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
    marketplaceThe 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.
    authenticateMCP.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.
    EasyJur: подключить к Claude, ChatGPT, Cursor · Connectors.fun