← debitura.com

INDIVIDUAL MCP TOOL

upload_case_file

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

debitura.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.debitura.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for upload_case_file and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

debitura.com

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.

Related tools

  • ping — Verify the connection to Debitura and show which creditor account the API key belongs to.
  • list_cases — List the creditor's debt collection cases with pagination, status filtering, and sorting.
  • get_case — Fetch one collection case in full detail.
  • get_case_activity — Fetch the chronological timeline of a case — what has happened so far: status changes, partner actions, communications, and payments.
  • get_case_messages — Read the chat conversation on a case between you and the collection partner handling it.
  • get_case_payments — List every payment recorded on a case — money recovered so far.
  • get_case_contract_status — Check which contracts (e.
  • 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.