-
Notifications
You must be signed in to change notification settings - Fork 1
Scripts Example Scripts
gitea edited this page Aug 14, 2026
·
2 revisions
Skeleton — to be filled in.
Planned examples (small, runnable Python scripts using an MCP client library, against a local pp-mcp instance):
- Minimal client: connect and call
ping - Print account balances for all accounts (
list_accounts+get_account_balance) - Export all transactions of a date range to CSV (
get_transactions) - Print current holdings with valuation (
get_holdings) - Plot portfolio value over time (
get_holdings_history+ a charting library) - Multi-source example: aggregate account balances across all configured sources (
list_data_sources+ loop)
Each example should include: prerequisites, full script, and expected output.