list_accounts
Pack: xero · Endpoint: https://gateway.pipeworx.io/xero/mcp
List the chart of accounts from a Xero accounting organisation. Returns each account’s code, name, type, class, and status. Use to understand an organisation’s general ledger structure for bookkeeping and financial reporting.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
tenant_id | string | no | Optional Xero tenant (organisation) id to target. If omitted, the first connected organisation is used. Get ids from list_organisations. |
Example call
curl -X POST https://gateway.pipeworx.io/xero/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_accounts","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"xero": {
"url": "https://gateway.pipeworx.io/xero/mcp"
}
}
}
See Getting Started for client-specific install steps.