CapyParse MCP Server
Converts Chase bank statement PDFs into structured data (Markdown, JSON, CSV, JSONL) with source citations and balance verification.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CapyParse MCP ServerConvert my Chase statement PDF to CSV"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpRelated MCP server: PDF MCP Flow
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 |
| Start a conversion from a local |
| Poll status; completed conversions include per-account verification |
| Fetch transactions as markdown / json / csv / jsonl, with optional source citations ( |
| Recent conversions for your team |
| 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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