get_profit_and_loss
ActiveTool of Xero
Get the Profit and Loss (income statement) financial report from a Xero accounting organisation for an optional date range. Returns the structured Xero report (report name, date, and row sections covering revenue, expenses, and net profit). Use for financial reporting and bookkeeping analysis.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"to_date": {
"type": "string",
"description": "Optional end date of the reporting period in YYYY-MM-DD format."
},
"from_date": {
"type": "string",
"description": "Optional start date of the reporting period in YYYY-MM-DD format."
},
"tenant_id": {
"type": "string",
"description": "Optional Xero tenant (organisation) id to target. If omitted, the first connected organisation is used. Get ids from list_organisations."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Xero
https://github.com/pipeworx-io/mcp-xero
1/7 registries