Data Collection
capyparse.com
Converts PDF bank statements into structured transaction data via an API.
ENDPOINT 1
https://capyparse.com/mcp
MCP server metadata
- Name
- capyparse
- Version
- 1.28.1
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
list_conversionsList the team's recent conversions (newest first), including ones started from the CapyParse dashboard.
Inferred read-onlyCONNECT 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.
capyparse.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.