mcpserver.lol
registry/debitura-mcp-server
Connection check verified live · 20h ago

debitura-mcp-server

Cross-border debt collection: submit and track cases handled by local partners in 183 countries.

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

Tools & capabilities

16 tools

Read from the running server on 20h ago.

create_case can modify data tagdate*debtor*isTestdueDatecomments +10
Submit a debt collection case to Debitura. This is a LEGAL AND FINANCIAL ACTION: a collection partner starts recovery against the debtor, and contractual fees apply on success. Re…
get_account_summary read-only
Return a count of cases per lifecycle stage for the creditor's account. Useful for a quick portfolio overview without listing all cases. Stages: PendingContractSigning, PendingVeri…
get_case read-only idcaseReferencecreditorReference
Fetch one collection case in full detail. Look it up by Debitura case ID (GUID), by your own creditor reference (e.g. invoice number), or by the Debitura case reference shown in th…
get_case_activity read-only caseId*
Fetch the chronological timeline of a case — what has happened so far: status changes, partner actions, communications, and payments. Returns an envelope `{ items, currentEngagemen…
get_case_contract_status read-only caseId*
Check which contracts (e.g. debt collection agreement, power of attorney) are signed or still blocking a case, including signing URLs for any outstanding documents.
get_case_messages read-only caseId*
Read the chat conversation on a case between you and the collection partner handling it. Each message includes: senderName, role (Creditor / Partner / Managed by partner), sentAt (…
get_case_payments read-only caseId*
List every payment recorded on a case — money recovered so far.
get_case_tasks read-only typecaseId*status
List the open tasks (action-items) attached to one specific case — same data as list_tasks, scoped to a single case. Use this when you're already working a specific case and want j…
list_case_files read-only caseId*
List all documents attached to a case: file name, document type, description, upload date, and a time-limited SAS download URL. Each file also carries downloadUrlExpiresAt (UTC) —…
list_cases read-only pagesortpageSizestatuses
List the creditor's debt collection cases with pagination, status filtering, and sorting. Returns compact case summaries: reference, debtor name + country, amounts, lifecycle, part…
list_tasks read-only pagetypestatuspageSize
List every open task (action-item) across your whole account — things the platform needs you to do before a case (or your account) can proceed: reply to a chat, sign a contract, as…
list_team_members read-only pagepageSize
List the team members on the creditor's Debitura account. Use this to resolve a valid sender (userId or email) before calling send_case_message, or a case owner for create_case.
ping read-only
Verify the connection to Debitura and show which creditor account the API key belongs to. Call this first to confirm the integration is set up correctly.
preview_case read-only dueDateclaimLinesdebtorType*currencyCode*amountToRecoverdebtorStateAlpha2 +4
Dry-run a collection case BEFORE creating it: returns eligibility, the assigned collection partner, pricing (success fee), and any contracts that would need signing. Nothing is per…
send_case_message can modify data caseId*message*senderEmailsenderUserId
Send a chat message on a case to the collection partner handling it. The partner is notified by email. The message is attributed to a named team member, so a sender is REQUIRED: pa…
upload_case_file can modify data caseId*fileName*contentTypedescriptiondocumentTypecontentBase64*
Attach a document to a case (invoice copy, contract, correspondence, proof of delivery). Max 25 MB. Allowed extensions: .pdf, .xls, .xlsx, .csv, .txt, .jpg, .jpeg, .png, .gif. Prov…