π¦ ClawHub
Pane
by @darnfish
Access personal finance data (bank accounts, transactions, balances, spending, investments, crypto) via Pane's hosted MCP server using mcporter. Requires a P...
βοΈ Configuration
The user must have a Pane account with linked financial accounts and an API key from pane.money/dashboard/connect.
Set the PANE_API_KEY environment variable (do not paste the key directly into shell commands):
# Add to your shell profile (.zshrc, .bashrc, etc.)
export PANE_API_KEY="pane_sk_live_..."
Then configure mcporter:
# Add Pane as an MCP server using the env var
mcporter config add pane --url https://mcp.pane.money --header "Authorization: Bearer $PANE_API_KEY"Verify connection
mcporter list pane --schema
π Tips & Best Practices
YYYY-MM-DD format, UTClimit + offset on get_transactions and list_annotationsisError: true β common: rate limit (wait + retry), subscription inactive (402), crypto not enabled--output json for machine-readable resultsTERMINAL
clawhub install pane