← Registry

Data Collection

capyparse.com

Converts PDF bank statements into structured transaction data via an API.

1 endpoint5 known toolsFirst detected August 2, 2026Last detected September 6, 2026

ENDPOINT 1

https://capyparse.com/mcp

No auth detected

MCP server metadata

Name
capyparse
Version
1.28.1
Capabilities
experimentalpromptsresourcestools
Server instructions

CapyParse converts PDF bank statements into verified, structured data. Typical flow: 1. convert_bank_statement (send a file_url or base64 PDF) -> returns a conversion id 2. get_conversion(id) -> poll until status is "completed" (typically 1-3 minutes; wait ~30s between polls) 3. get_conversion_result(id) -> transactions as markdown (default), json, csv, or jsonl Every conversion costs 1 credit per page (check get_credits first if unsure). Results include source citations (page/line of the original statement) and balance-verification checks so you can trust and audit every number.

Known tools 5

convert_bank_statement

Start converting a PDF bank statement.

Inferred read-only
get_conversion

Check the status of a conversion.

Inferred read-only
get_conversion_result

Fetch the converted transactions for a completed conversion.

Inferred read-only
list_conversions

List the team's recent conversions (newest first), including ones started from the CapyParse dashboard.

Inferred read-only
get_credits

Check the team's remaining conversion credits (1 credit = 1 page).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.capyparse]
url = "https://capyparse.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "capyparse": {
      "type": "http",
      "url": "https://capyparse.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: capyparse
Remote MCP URL: https://capyparse.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "capyparse": {
      "url": "https://capyparse.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "capyparse": {
      "type": "http",
      "url": "https://capyparse.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "capyparse",
  "transport": "streamable-http",
  "url": "https://capyparse.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for capyparse.com was fetched 2026-08-23T11:14:21.021Z.

Trust status Trusted

capyparse.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.