knportal

Invoice Parser MCP

Community knportal
Updated

MCP server: parse invoices & receipts into structured JSON using Claude Vision. x402 USDC payments on Base.

Invoice Parser MCP

Parse invoices, receipts, and financial documents into structured JSON — from your AI agent.

Built for the Model Context Protocol. Powered by Claude Vision.

What it does

Extracts structured data from PDF invoices, scanned receipts, and image files. No templates, no OCR configuration — Claude Vision reads the document and returns clean JSON.

Tools

Tool Description Price
parse_invoice Full invoice parsing (vendor, line items, totals, due date) $0.05/call
parse_receipt Retail receipt parsing (merchant, items, tax, payment method) $0.05/call
extract_line_items Just the itemized list, nothing else $0.01/call
extract_totals Just subtotal, tax, total, due date $0.01/call
validate_invoice Math validation — checks that line items add up $0.01/call
export_to_csv Batch parse multiple files → summary CSV (max 20) $0.10/call

Supported formats

  • PDF (invoices, scanned documents)
  • PNG, JPG, WEBP (photos of receipts, screenshots)

Authentication

Free tier: 20 parses/month with an API key (get one at plenitudo.ai)

Pay-per-use (x402): No account needed. Send USDC on Base to the wallet address, pass the tx hash as payment_proof.

// x402 payment instructions (returned when no auth provided):
{
  "error": "Payment required",
  "x402": {
    "network": "base",
    "token": "USDC",
    "recipient": "0x9053FeDC90c1BCB4a8Cf708DdB426aB02430d6ad",
    "amount_usdc": 0.05
  }
}

Usage (Claude Desktop / MCP client)

{
  "mcpServers": {
    "invoice-parser": {
      "url": "https://invoice-parser.plenitudo.ai/mcp"
    }
  }
}

Deployment (Railway)

  1. Fork this repo
  2. Connect to Railway → New Project → Deploy from GitHub
  3. Add environment variables:
    • ANTHROPIC_API_KEY — your Anthropic API key
    • INVOICEPARSER_DATA_DIR/data
    • STRIPE_WEBHOOK_SECRET — from Stripe dashboard
    • STRIPE_PRO_PRICE_ID — from Stripe dashboard
  4. Add a persistent volume at /data
  5. Deploy

License

MIT

MCP Server · Populars

MCP Server · New

    remete618

    widemem.ai

    Next-gen AI memory layer with importance scoring, temporal decay, hierarchical memory, and YMYL prioritization

    Community remete618
    Ruya-AI

    Cozempic

    Context cleaning for Claude Code — prune bloated sessions, protect Agent Teams from context loss, auto-guard with tiered pruning

    Community Ruya-AI
    KuvopLLC

    better bear

    MCP Server

    Community KuvopLLC
    tradesdontlie

    TradingView MCP Bridge

    AI-assisted TradingView chart analysis — connect Claude Code to your TradingView Desktop for personal workflow automation

    Community tradesdontlie
    us

    fastCRW — Open Source Web Scraping API for AI Agents

    Fast, lightweight Firecrawl alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/v1/scrape, /v1/crawl, /v1/search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary. Self-host or use managed cloud.

    Community us