bankstatementparser-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_supported_formatsA | List every bank statement format identifier this server can parse. |
| detect_formatA | Detect which bank statement format an inline payload is. |
| parse_statementA | Parse an inline statement payload into transaction rows and a summary. |
| validate_statementA | Dry-run parse an inline statement to check it parses cleanly. |
| summarize_statementA | Summarize an inline statement's balances and totals only. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_statement | Guided prompt for reading and reconciling a bank statement. Args: filename: The statement filename being analysed. Returns: A prompt string instructing the model how to proceed. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| formats_resource | Describe each supported statement format and its file extensions. Returns: A human-readable catalogue of the supported formats. |
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/sebastienrousseau/bankstatementparser-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server