Skip to main content
Glama
remotenodelabs

CapyParse MCP Server

CapyParse MCP Server

Convert PDF bank statements into verified, structured data (Markdown, JSON, CSV, JSONL) from any MCP-compatible AI agent. Every transaction comes with source citations (page/line of the original statement) and balance-verification checks, so agents can audit the numbers they use.

Get an API key at capyparse.com/dashboard/settings/api-keys. Conversions cost 1 credit per page (new accounts include free credits).

Two ways to connect

Hosted (no install) — streamable HTTP:

URL:    https://capyparse.com/mcp
Header: Authorization: Bearer cpk_live_...

Local (this package) — runs on your machine, so agents can convert local files by path:

CAPYPARSE_API_KEY=cpk_live_... npx -y capyparse-mcp

Related MCP server: Invoice Parser MCP

Install

Claude Code

claude mcp add capyparse -e CAPYPARSE_API_KEY=cpk_live_... -- npx -y capyparse-mcp
# or hosted:
claude mcp add --transport http capyparse https://capyparse.com/mcp \
  --header "Authorization: Bearer cpk_live_..."

Claude Desktop / Cursor / Windsurf

{
  "mcpServers": {
    "capyparse": {
      "command": "npx",
      "args": ["-y", "capyparse-mcp"],
      "env": { "CAPYPARSE_API_KEY": "cpk_live_..." }
    }
  }
}

Tools

tool

description

convert_bank_statement

Start a conversion from a local file_path or a file_url

get_conversion

Poll status; completed conversions include per-account verification

get_conversion_result

Fetch transactions as markdown / json / csv / jsonl, with optional source citations (provenance)

list_conversions

Recent conversions for your team

get_credits

Remaining page credits

Example

"Convert ~/Downloads/chase-january.pdf and give me the transactions as CSV."

The agent calls convert_bank_statement(file_path=...), polls get_conversion, then get_conversion_result(format="csv").

Docs: capyparse.com/developers

Releasing (maintainers)

Future releases: bump with npm version patch (or minor), then npm publish.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables AI-powered extraction and analysis of PDF documents with 40+ specialized tools for text, tables, images, layout analysis, security assessment, and document intelligence. Supports both text-based and scanned PDFs with OCR capabilities.
    Last updated
    10
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI agents to extract structured JSON from invoices and receipts in PDF and image formats using Claude Vision. Supports full document parsing, line item extraction, validation, and batch CSV export with API key or cryptocurrency payment options.
    Last updated
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    Parse crypto exchange CSVs (Coinbase, Binance, Kraken, +11 more) and bank statement PDFs (Chase, BofA, +11 more) into Koinly, TurboTax, CoinLedger, or ZenLedger formats. Free tier: 25 files/month, no credit card required.
    Last updated
    16
    ISC

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/remotenodelabs/capyparse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server