← Back to Plugins
MCP Server MCP

Bankstatemently

github By github 👁 1 views ▲ 0 votes

Convert PDF bank statements into structured transactions, accounts, and balances.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.bankstatemently.com/mcp",
      "headers": [
        {
          "description": "Your Bankstatemently API key (bsk_live_...). Create one at https://bankstatemently.com/developer",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...