General Tools
debitura.com
Manage debt collection cases by verifying connection, listing cases with filters, fetching full case details, viewing activity timelines, and reading chat messages with collection partners.
ENDPOINT 1
https://mcp.debitura.com/mcp
MCP server metadata
- Name
- debitura
- Version
- 1.0.0
Debitura is a global debt collection platform: submit overdue B2B/B2C claims and local collection partners in the debtor's country recover them (no-cure-no-pay). Tools operate on the creditor account that owns the API key. Start with `ping` to verify the connection. Use `preview_case` for pricing/eligibility before `create_case`, and never submit a case without the user's explicit confirmation — it is a legal/financial action.
Known tools 16
pingVerify the connection to Debitura and show which creditor account the API key belongs to.
Inferred read-onlylist_casesList the creditor's debt collection cases with pagination, status filtering, and sorting.
Inferred read-onlyget_case_activityFetch the chronological timeline of a case — what has happened so far: status changes, partner actions, communications, and payments.
Inferred read-onlyget_case_messagesRead the chat conversation on a case between you and the collection partner handling it.
Inferred read-onlyget_case_paymentsList every payment recorded on a case — money recovered so far.
Potential side effectspreview_caseDry-run a collection case BEFORE creating it: returns eligibility, the assigned collection partner, pricing (success fee), and any contracts that would need signing.
Inferred read-onlylist_case_filesList all documents attached to a case: file name, document type, description, upload date, and a time-limited SAS download URL.
Potential side effectsget_account_summaryReturn a count of cases per lifecycle stage for the creditor's account.
Inferred read-onlylist_tasksList 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, assign a bank account, and so on.
Inferred read-onlyget_case_tasksList the open tasks (action-items) attached to one specific case — same data as list_tasks, scoped to a single case.
Inferred read-onlyupload_case_fileAttach a document to a case (invoice copy, contract, correspondence, proof of delivery).
Potential side effectssend_case_messageSend a chat message on a case to the collection partner handling it.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.debitura]
url = "https://mcp.debitura.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"debitura": {
"type": "http",
"url": "https://mcp.debitura.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: debitura
Remote MCP URL: https://mcp.debitura.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"debitura": {
"url": "https://mcp.debitura.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"debitura": {
"type": "http",
"url": "https://mcp.debitura.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "debitura",
"transport": "streamable-http",
"url": "https://mcp.debitura.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.