MCP.so
登录
A

Apapyr

@AkilaJ

关于 Apapyr

Extract structured data (JSON) from invoices, receipts, W-2s, bank statements, and contracts. Send a document, get JSON with confidence scores.

基本信息

分类

其他

传输方式

stdio

发布者

AkilaJ

提交者

Akila Jayasooriya

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "apapyr": {
      "command": "npx",
      "args": [
        "apapyr-mcp-server"
      ],
      "env": {
        "APAPYR_API_KEY": "sk_live_your_key"
      }
    }
  }
}

工具

5

Extract structured data from a PDF or image

Get a previous extraction result by ID

List recent extractions

Check current plan usage and limits

See supported document types and fields

概览

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.

评论

其他 分类下的更多 MCP 服务器