You're viewing a demo portfolio

Join the waitlist
PRSM

extract_finance_fields

Active

Tool of clawshow

declared in 1.27.1

Extract structured financial data from unstructured invoice or receipt text. Input: raw text from an invoice, receipt, or financial document. Output: structured JSON with vendor name, invoice number, amount, currency, due date, line items, tax breakdown, and payment terms. Handles multiple languages and formats. Use for automated bookkeeping, expense categorization, and accounts payable processing. Args: document_text: Raw text content of the invoice or finance document. Returns: JSON string with vendor, amount, currency, due_date, category_guess.

Parameters schema

{
  "type": "object",
  "title": "extract_finance_fieldsArguments",
  "required": [
    "document_text"
  ],
  "properties": {
    "document_text": {
      "type": "string",
      "title": "Document Text"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

clawshow

https://github.com/jason2016/clawshow-mcp-server

2/7 registries
View full server →