Skip to content

Scripts

gitea edited this page Aug 14, 2026 · 2 revisions

Scripts

Skeleton — to be filled in.

This chapter is for using pp-mcp's tools directly (not through an AI assistant) — e.g. calling the MCP server from your own Python scripts or other applications, such as a reporting dashboard.

Planned content for this overview page:

  • How to call an MCP tool from a plain Python script (minimal client example, streamable-http + optional bearer token)
  • General conventions: amounts as strings (exact Decimals), dates as ISO YYYY-MM-DD, errors returned as {"status": "error", "message": ...} instead of exceptions, optional source parameter for multi-source setups

← AI Examples · Function Reference →

Clone this wiki locally