6
8+
JSON
MCP
Claude ✦ Moddrum MCP
▶ moddrum_process_document
{ "file": "faktura_mar26.pdf" }
← { type: "invoice", conf: 0.98 }
▶ moddrum_extract_fields
{ "doc_id": "d-8842", "fields": "all" }
ekstrakcija polj…

🤖


🔌


📄

🧠

📑

🇸🇮

process_document

extract_invoice_fields

match_transactions

get_document_status

list_documents

create_export_preview

🧑‍💼

🤖

💬

// MCP tool call — extract_invoice_fields
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "id": 1,
  "params": {
    "name": "extract_invoice_fields",
    "arguments": {
      "document_id": "doc_a3f9b2c1",
      "fields": [
        "supplier_name",
        "supplier_vat_id",
        "invoice_number",
        "total_amount",
        "vat_amount",
        "issue_date",
        "payment_reference"
      ]
    }
  }
}

// Response
{
  "result": {
    "supplier_name": "Telekom d.d.",
    "supplier_vat_id": "SI12345678",
    "invoice_number": "2024-00847",
    "total_amount": 142.80,
    "vat_amount": 24.80,
    "issue_date": "2024-03-01",
    "payment_reference": "SI00 2024-00847",
    "confidence": 0.97
  }
}

🔐

📦

🌍