Invoice Intelligence

by dannydaley76

Not rated
GitHub

Description

A paid MCP server for invoice processing. Three tools: extract structured data from any invoice (pasted text, URL, or PDF), validate the extracted invoice for completeness and mathematical accuracy, and classify the expense into an accounting category with a suggested nominal…

About

A paid MCP server for invoice processing. Three tools: extract structured data from any invoice (pasted text, URL, or PDF), validate the extracted invoice for completeness and mathematical accuracy, and classify the expense into an accounting category with a suggested nominal account code and tax deductibility flag…

Details

Author
dannydaley76
Categories
Finance, Other

Setup

Install Invoice Intelligence in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/dannydaley76/invoice-intelligence-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

A paid MCP service that extracts, validates, and categorises invoices. Accepts pasted text, public URLs, or base64-encoded PDFs. Powered by x402 payments on Base mainnet.

cd invoice-intelligence-mcp npm install cp .env.example .env npm run dev # http://localhost:3101 npm run test:run npm run build

Extract structured data from any invoice.

- text— pasted invoice text
- url— public URL of invoice page or PDF
- pdf_base64— PDF encoded as base64

Output:vendor, client, invoice number, dates, line items, subtotal, VAT, total, bank details, payment terms, confidence score.

Check an extracted invoice for completeness and mathematical accuracy.

Input:invoice— the output object fromextract_invoice

Output:validboolean, list of issues with severity, recalculated totals,totals_matchflag.

Classify an invoice into an accounting expense category.

Input:vendor_name,description,line_items(any combination)

Output:category, confidence, suggested nominal account code,tax_deductible_likely.

Categories:software_subscription, cloud_infrastructure, travel_accommodation, professional_services, marketing_advertising, utilities, hardware_equipment, office_supplies, food_entertainment, insurance, rent_facilities, payroll_contractors, other, unknown

https://your-deployment.up.railway.app/mcp
{ "mcpServers": { "invoice-intelligence": { "url": "https://your-deployment.up.railway.app/mcp", "transport": "streamable-http" } } }
# Extract invoice from text curl -X POST https://your-deployment.up.railway.app/api/extract-invoice \ -H "Content-Type: application/json" \ -d '{"text": "INVOICE\nAcme Ltd\nINV-001\n..."}' # Validate extracted invoice curl -X POST https://your-deployment.up.railway.app/api/validate-invoice \ -H "Content-Type: application/json" \ -d '{"invoice": { ...extract_invoice output... }}' # Categorise expense curl -X POST https://your-deployment.up.railway.app/api/categorise-expense \ -H "Content-Type: application/json" \ -d '{"vendor_name": "AWS", "description": "Cloud compute"}'
PAYMENTS_ENABLED=true X402_PAY_TO_ADDRESS=0xYourWalletAddress X402_NETWORK=eip155:8453 X402_FACILITATOR_URL=https://api.cdp.coinbase.com/platform/v2/x402 CDP_API_KEY_ID=your-key CDP_API_KEY_SECRET=your-secret

Without payment, requests return HTTP 402 with x402 payment instructions.

Free crypto address labels. Identify known addresses on major networks with a free API.

Clean SEC EDGAR company financials, ratios, filings, and 10-K/10-Q sections as normalized JSON — a hosted MCP server with 5 tools and a free tier.

Check live market data and execute real trades — buy/sell tokens and stocks, open leveraged perp positions, trade prediction markets, move funds in and out of savings

international financial reporting engine for Agents and REST api users journal entries, statement generation, audit trail with workings, financial reporting automation

English background checks on Korean (KRX) stocks from DART filings: dilution history, delisting-risk flags, every claim linked to the original filing.

Turn PDF bank statements into checked Excel, CSV or JSON with balance validation.

Real-time tweet counters and market data for Polymarket's Elon Musk & Ted Cruz markets — hosted remote MCP server (streamable-http + SSE), free tier is keyless.

Official hosted MCP adapter for Quote.Trade market data and guarded account/order workflows; no withdrawal tools.

xpenser.cleverbrush.com is a ln open-source, self-hostable personal expense and income tracking app supporting different currencies, categories, vendors, automated invoice parsing, AI geberated reports and more.

Agentic Document Parsing and Extraction (ADP)

ADP automatically classifies overseas invoices, domestic vouchers, procurement contracts, logistics documents, financial statements and trading contracts, and accurately extracts key fields. It also supports table parsing, content verification and multilingual recognition. Requiring no template setup, data labeling or ongoing rule maintenance, it efficiently handles high-volume document processing tasks.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.