INDIVIDUAL MCP TOOL
get_case_messages
Read the chat conversation on a case between you and the collection partner handling it.
LIVE ENDPOINT
https://mcp.debitura.com/mcp
Connect to this endpoint to inspect the live schema for get_case_messages and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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_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.list_team_members— List the team members on the creditor's Debitura account.