Apapyr
@AkilaJ
Extract structured data (JSON) from invoices, receipts, W-2s, bank statements, and contracts. Send a document, get JSON with confidence scores.
Overview
What is Apapyr?
Apapyr is an MCP server that extracts structured data from documents—invoices, receipts, tax forms, bank statements, and contracts—using AI agents. It integrates with MCP-compatible AI assistants like Claude Code, Cursor, and Windsurf.
How to use Apapyr?
Install via npx @apapyr/mcp-server, configure with your APAPYR_API_KEY, and add to your AI assistant's MCP settings (e.g., claude mcp add apapyr). Once connected, ask the assistant natural language queries like "Extract the data from invoice.pdf".
Key features of Apapyr
- Supports PDF and image document extraction.
- Provides tools:
extract_document,get_extraction,list_extractions,get_usage,list_document_schemas. - Offers a free tier of 50 pages per month.
- Works with Claude Code, Cursor, Windsurf, and other MCP-compatible assistants.
- Can extract fields from invoices, receipts, W-2 forms, bank statements, and contracts.
Use cases of Apapyr
- Parse invoices to extract vendor, total, tax, due date, and line items.
- Extract merchant, total, tax, tip, and payment method from receipts.
- Automate data entry from W-2 tax forms (employer, wages, withholdings).
- Pull balances and transactions from bank statements.
- Identify parties, dates, and key terms from contracts.
FAQ from Apapyr
How do I get an API key?
Sign up at apapyr.com; a free tier provides 50 pages per month.
What document types are supported?
Invoices, receipts, W-2 tax forms, bank statements, and contracts. Each has specific extractable fields.
What tools does Apapyr provide?
Tools include extract_document, get_extraction, list_extractions, get_usage, and list_document_schemas.
What environment is required to run the server?
Node.js with npx is required; the API key is set via the APAPYR_API_KEY environment variable.
Can I check my usage?
Yes, using the get_usage tool returns current plan usage and limits.