mcpserver.lol
registry/jmqcooper-ai-mcp
Connection check verified live · 20h ago

jmqcooper-ai-mcp

Complete regulated intake work and retrieve cited case files without deciding the case.

Tools 20
GitHub stars
Installs / wk
Licence
Transport streamable-http, stdio
Last checked 20h ago

Tools & capabilities

20 tools

Read from the running server on 20h ago.

answer_fields can modify data urlfields*task_idsession_idaccess_tokenapi_base_url
Answer structured requested facts by fact_id. Values must be strings; yes_no fields take "yes" or "no", and date fields use YYYY-MM-DD.
answer_question can modify data urltext*task_idsession_idaccess_tokenapi_base_url
Answer the active applicant question with free text, optionally targeting a task_id.
create_connector can modify data
Create or update a Klarefi verification connector manifest. The connector is active as soon as this returns — there is no draft/review step, so review its functions before routing…
create_connector_from_openapi can modify data labelbase_urlopenapi_url*connector_key*
Import a public OpenAPI JSON URL as a Klarefi verification connector. JSON specs only (convert YAML first). The connector goes live immediately — review its functions before routin…
create_intake_session localeprefillttl_hoursreturn_urlcase_type_id*external_case_id +2
Create a hosted Klarefi intake session.
delete_connector can modify data connector_key*
Delete a configured Klarefi connector by key.
get_case read-only case_id*
Retrieve a Klarefi case and resolved facts.
get_case_package read-only case_id*
Get the cited case_package.v1 artifact and a signed read-only case-file URL.
get_case_workspace read-only case_id*
Inspect a case workspace with facts, cited evidence, blockers, ownership, and timeline. This does not mutate the case.
get_intake_state read-only urlsession_idaccess_tokenapi_base_url
Get the current applicant intake state. Pass url, or session_id with access_token, on the hosted MCP endpoint.
get_review_command read-only case_id*command_id*
Poll the status and result of an intake-review command.
list_operator_queue read-only limit
List the bounded Klarefi operator queue for this API key's environment. Requires cases:review.
list_workflows read-only
List versioned Form · Fact · Verify workflow declarations.
open_intake read-only urlsession_idaccess_tokenapi_base_url
Read an applicant intake from a signed URL or from session_id plus access_token. No Klarefi API key is required. On the hosted MCP endpoint, include the same intake credential in e…
save_intake_draft can modify data urlfields*session_idaccess_tokenapi_base_url
Save applicant form draft fields without submitting. Field values must be strings or null.
save_workflow_draft can modify data workflow*
Validate and save a workflow declaration as a draft. This tool cannot publish or activate the workflow.
submit_case_review can modify data case_id*payload*trace_idrationalecommand_type*idempotency_key
Submit an auditable intake-review command. Allowed commands review or correct facts, request clarification, update evidence, or escalate. This tool cannot complete or reopen a case…
submit_intake can modify data urlsession_idaccess_tokenapi_base_urlfield_values
Submit the applicant intake. Returns submitted, blockers, and the fresh intake state.
upload_document urltask_idfilenamefile_pathmime_typesession_id +3
Upload a requested applicant document. Use content_base64 on the hosted MCP endpoint. Local stdio clients can use file_path. Inline content is limited to 5MB decoded; local files c…
wait_for_next_action read-only urlsession_idaccess_tokenapi_base_urltimeout_seconds
Poll until the intake leaves processing or the timeout expires. If timed_out is true, call wait_for_next_action again.