extract_finance_fields
ActiveTool of clawshow
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
clawshow
https://github.com/jason2016/clawshow-mcp-server
2/7 registries