← Registry

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.

1 endpoint16 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.debitura.com/mcp

No auth detected

MCP server metadata

Name
debitura
Version
1.0.0
Capabilities
tools.listChangedresources.listChangedprompts.listChanged
Server instructions

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

ping

Verify the connection to Debitura and show which creditor account the API key belongs to.

Inferred read-only
list_cases

List the creditor's debt collection cases with pagination, status filtering, and sorting.

Inferred read-only
get_case

Fetch one collection case in full detail.

Inferred read-only
get_case_activity

Fetch the chronological timeline of a case — what has happened so far: status changes, partner actions, communications, and payments.

Inferred read-only
get_case_messages

Read the chat conversation on a case between you and the collection partner handling it.

Inferred read-only
get_case_payments

List every payment recorded on a case — money recovered so far.

Potential side effects
get_case_contract_status

Check which contracts (e.

Inferred read-only
preview_case

Dry-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-only
list_team_members

List the team members on the creditor's Debitura account.

Inferred read-only
list_case_files

List all documents attached to a case: file name, document type, description, upload date, and a time-limited SAS download URL.

Potential side effects
get_account_summary

Return a count of cases per lifecycle stage for the creditor's account.

Inferred read-only
list_tasks

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, assign a bank account, and so on.

Inferred read-only
get_case_tasks

List the open tasks (action-items) attached to one specific case — same data as list_tasks, scoped to a single case.

Inferred read-only
create_case

Submit a debt collection case to Debitura.

Inferred read-only
upload_case_file

Attach a document to a case (invoice copy, contract, correspondence, proof of delivery).

Potential side effects
send_case_message

Send a chat message on a case to the collection partner handling it.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.