
Cross-border debt collection: check case status, read partner messages, get pricing, and submit collection cases handled by vetted local partners in 183 countries.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Debitura.MCP.
pingTest the connection β "β Connected as {your company}"
list_casesList your collection cases (paging, status filter, sorting)
get_caseFetch one case by ID, your own reference, or Debitura case reference
get_case_activityCase timeline β what has happened so far (returns `{ items, currentEngagementPhase }`)
get_case_messagesRead the chat with the collection partner
get_case_paymentsMoney recovered on a case
The MCP server for cross-border debt collection. Connect Claude, Cursor, VS Code, or any MCP-compatible agent to Debitura and manage international debt recovery from your AI assistant: check case status, read partner conversations, get pricing, and submit new collection cases β handled by vetted local collection partners in 183 countries on a no-cure-no-pay basis.
https://mcp.debitura.com/mcp (streamable HTTP)XApiKey header (or Authorization: Bearer <key>)| Tool | What it does |
|---|---|
ping | Test the connection β "β Connected as {your company}" |
list_cases | List your collection cases (paging, status filter, sorting) |
get_case | Fetch one case by ID, your own reference, or Debitura case reference |
get_case_activity | Case timeline β what has happened so far (returns { items, currentEngagementPhase }) |
get_case_messages | Read the chat with the collection partner |
get_case_payments | Money recovered on a case |
get_case_contract_status | Which contracts are signed / blocking a case |
get_case_tasks | Open tasks (action-items) for one case |
list_case_files | List documents attached to a case, with time-limited download URLs |
get_account_summary | Case counts per lifecycle stage β a quick portfolio overview |
list_tasks | Every open task (action-item) across your account, with solutionUrl + resolving action |
preview_case | Pricing + eligibility dry-run before submitting (nothing persisted) |
list_team_members | Your team β used to attribute messages and assign case owners |
| Tool | What it does |
|---|---|
create_case | Submit a collection case. Safety-wrapped: preview first β explicit user confirmation β idempotent submit (auto Idempotency-Key, safe retries, no duplicate cases) |
upload_case_file | Attach documents to a case (invoice copies, contracts β max 25 MB) |
send_case_message | Message the collection partner on a case, attributed to a named team member |
Every tool carries proper MCP annotations (readOnlyHint / destructiveHint), and create_case
never auto-fires β it is a legal/financial action and always requires explicit human confirmation.
Debitura runs this MCP server as a hosted service at https://mcp.debitura.com/mcp. That is the
only supported way to use it β point any MCP client at the endpoint and authenticate with your
Debitura API key (see Install below). There is no published npm package: the
@debitura/mcp-server package is private ("private": true) and is not distributed on the npm
registry. The source is published so you can audit it and, if you wish, run your own copy (see
Self-hosting / development) β but normal usage is the hosted endpoint.
Settings β Connectors β Add custom connector β URL https://mcp.debitura.com/mcp.
Anthropic is rolling out a Request headers option in that same dialog that lets you
authenticate without OAuth β but it's a gated beta (Anthropic: "contact us for early
access"), so most accounts won't see it yet. If you do see it, add header x-api-key
with your Debitura API key as the value. If you don't, use Claude Code or the Claude
Desktop config-file method below instead β both work today regardless of beta access.
Bypass the Connectors UI entirely by editing claude_desktop_config.json directly β a
separate mechanism from the web-synced Connectors UI, no OAuth involved β using the
mcp-remote bridge:
File location: macOS ~/Library/Application Support/Claude/claude_desktop_config.json,
Windows %APPDATA%\Claude\claude_desktop_config.json. Restart Claude Desktop after
saving β the server appears under Settings β Connectors β Manage connectors, even
though you never touched "Add custom connector".
Add to ~/.cursor/mcp.json:
Ask your assistant: "Ping Debitura" β you should see β Connected as {your company}.
XApiKey header IS the tenant boundary. The server is
stateless β each request creates a fresh MCP server bound to the caller's API key, which is
passed straight through to the Debitura Customer API. No keys or case data are stored.mcp.debitura.com, not in-app. Note that some tools fan out to multiple Customer-API calls per
invocation (e.g. get_account_summary queries one count per lifecycle stage), which the edge
limits account for.The supported way to use Debitura's MCP is the hosted endpoint above. The steps below are for local development / auditing of this repository only.
| Env var | Default | Purpose |
|---|---|---|
PORT | 3000 | Listen port |
DEBITURA_API_BASE_URL | https://customer-api.debitura.com | Point at https://testcustomer-api.debitura.com for the test environment |
See .env.example for a starter env file.
Deployment note: the hosted service deploys the built app as a zip to Azure App Service (see
.github/workflows/deploy.yml) β it does not run the Docker image in production. TheDockerfileis provided for local/self-hosted use.
Runs every tool against the test environment (creates only tagged isTest cases and deletes them):
Types and the HTTP client are generated from the Customer API's OpenAPI spec
(openapi/customer-api.json) via openapi-typescript β the curated 16-tool layer on top is
hand-written:
The version lives in package.json (config.ts and client.ts derive from it). When bumping
it, also update server.json β its version field is independent and must match the published
registry listing. (smithery.yaml has no version field; Smithery picks up the package version
automatically.)
When adding or removing a tool, also update the tool catalog above and the tools/list
assertion in scripts/e2e.ts (it asserts the exact registered tool set).
Debitura is a global debt collection platform covering 183 countries. Creditors submit overdue B2B and B2C claims; vetted local collection partners in the debtor's jurisdiction recover them, typically no-cure-no-pay. Learn more at debitura.com Β· API docs at docs.debitura.com.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/debitura-debitura-mcp)<a href="https://allmcps.com/mcp/debitura-debitura-mcp"><img src="https://allmcps.com/api/badge/debitura-debitura-mcp?style=directory" alt="Debitura.MCP on AllMCPs" /></a>