Zoho Books
Accounting
FloConnector is a hosted Xero MCP server. Securely connect Claude, ChatGPT and other AI clients to Xero. Ask in plain English; it runs the 53 tools for you, behind one endpoint, with you deciding what it can touch.
Beta. Connect it today and every tool below is live. It is new enough that we are still testing it against real Xero accounts, so tell us if something looks off and we will fix it fast.
Premium connector. Included on the Pro and Scale plans.
Built in-house. We wrote this connector ourselves and call Xero directly, with no third party in the path. Nothing in a request or response is retained by anyone but Xero.
Single connection. One Xero organisation per workspace. Connect another in a separate workspace.
Tools
53 tools your agent gets the moment Xero is connected.
53 tools
Retrieve a specific account from Xero's chart of accounts by its unique ID. Returns detailed account information including code, name, type (BANK, REVENUE, EXPENSE, etc.), status (ACTIVE/ARCHIVED), tax settings, bank details (for BANK accounts), and classification. Use XERO_LIST_ACCOUNTS to get account IDs if you don't already have one.
Retrieve a specific item by ID from Xero. Returns item code, name, pricing, and tax details.
Retrieve a specific invoice by ID from Xero. Returns full invoice details including line items and status.
Retrieve a specific credit note by ID from Xero. Returns full credit note details including line items, allocations, and status. Use this action when you need to fetch detailed information about a single credit note by its UUID identifier.
Retrieve a specific spent or received money transaction from Xero by its unique bank transaction ID. Returns full transaction details including line items, contact, bank account, amounts, and reconciliation status. Use this action when you need to fetch the details of a specific bank transaction that was previously created.
Retrieve a specific manual journal by ID from Xero. Returns full details including journal lines.
Retrieve a specific payment by ID from Xero. Returns full payment details including associated invoice, account, and reconciliation status. Use this action when you need to inspect a particular payment record to verify its status, amount, or linked transactions.
Retrieve a specific purchase order by ID from Xero. Returns full details including line items and status.
Retrieve organisation details from Xero. Returns company info, base currency, timezone, financial year settings, SalesTaxBasis, SalesTaxPeriod, etc. Response fields are nested under data.data.Organisations[0]. Use Timezone when computing date ranges to avoid boundary errors.
Retrieve a budget from Xero. Budgets track planned vs actual spending by account.
Retrieve a specific asset by ID from Xero. Returns depreciation details and book value.
Retrieve a specific project by ID from Xero. Returns project details, deadlines, and status.
Retrieve Profit & Loss report from Xero. Shows income, expenses, and net profit for a specified period. Response rows are labeled (e.g., 'Net Profit', SummaryRow); parse by row label, not array index. Aggregates multiple tax codes — not suitable for tax compliance reporting.
Retrieve Balance Sheet report from Xero. Shows assets, liabilities, and equity at a specific date. Liability and credit balances appear as negative numbers in the response. Response structure is Reports → Rows → Sections; account lines are nested inside group sections and summary totals (e.g., 'Total Current Assets') appear in SummaryRows.
Retrieve Trial Balance report from Xero. Shows all account balances (debits and credits) at a specific date. Use to verify that total debits equal total credits and to prepare financial statements. Credit balances appear as negative numbers in the response.
Tool to list the Xero organisations this connection can reach. Use it to confirm which organisation you are working against, or to show the user its name. The organisation is fixed per connection and applied automatically, so you do not select one and no tool accepts a tenant id. If the wrong organisation is listed, the user changes it from the FloConnector dashboard.
Check that this Xero connection is still authenticated, by reading the organisations it can reach. Returns that list on success, or an error saying the connection needs reconnecting. Use it to troubleshoot authentication failures or to confirm a new connection works before running other tools. It takes no arguments and never returns credentials.
Retrieve chart of accounts from Xero. Returns all accounting codes used for categorizing transactions. Use AccountID (not name or code) as the unique identifier for accounts. Results may be paginated; increment the page parameter until empty results are returned to avoid missing accounts in large organisations.
Retrieve tax rates from Xero. Shows available tax codes and rates for the organization. Use returned tax codes as valid `TaxType` values in other tools — invalid values cause ValidationException errors.
Retrieve tracking categories from Xero. Tracking categories are used to segment data for reporting (e.g., departments, regions).
Retrieve items (inventory/products) from Xero. Items can be tracked for sales and/or purchases.
Retrieve a list of invoices from Xero. Results include both sales invoices (Type=ACCREC) and bills (Type=ACCPAY) by default; filter by Type in the `where` clause when only one is needed. Supports filtering by status, contact, date range, and pagination.
Retrieve list of credit notes from Xero. Credit notes are issued to reduce amounts owed by customers.
Retrieve bank transactions from Xero. Includes SPEND, RECEIVE, and transfer types; unfiltered results include DELETED transactions that skew totals. Dates returned in /Date(milliseconds_since_epoch)/ format. Rate limit: ~60 requests/minute per org; heavy pagination may trigger 429 errors.
Retrieve manual journals from Xero. Manual journals are used for period-end adjustments and corrections.
Retrieve list of payments from Xero. Payments link invoices to bank transactions; invoices may have multiple partial/split payment records. Response Date fields use Xero's /Date(milliseconds)/ format requiring custom parsing.
Retrieve list of purchase orders from Xero. Purchase orders track goods/services ordered from suppliers.
Retrieve a list of sales quotes from Xero with optional filtering and pagination. Supports filtering by date ranges, contact, status, and quote number. Returns up to 100 quotes per page with full line item details. Use this action when you need to query, list, or search for quotes in a Xero organization.
Tool to retrieve a list of quotes. Use when you need to list, filter, or page through sales quotes. Use after obtaining the tenant ID via connections.
Tool to retrieve a list of contacts. Use when you need up-to-date contact information with filtering, paging, or incremental updates.
Retrieve journals from Xero. Journals show the accounting entries for all transactions. Omitting filters returns the full historical journal ledger and can produce very large responses — use If-Modified-Since and/or paymentsOnly to narrow scope. No date range filter parameter exists. Results are returned inside a Journals array field.
Retrieve fixed assets from Xero. Assets track depreciation and book value of capital equipment.
Retrieve projects from Xero. Projects track time and costs for client work.
Retrieve files from Xero Files. Lists documents stored in Xero's file management system.
Retrieve folders from Xero Files. Lists document folders in Xero's file management system.
List all attachments for a specific entity in Xero (invoice, contact, etc.).
Create a new invoice in Xero. Supports both sales invoices (ACCREC) and bills (ACCPAY).
Create a new contact in Xero. Contacts can be customers, suppliers, or both.
Create a new credit note in Xero. Credit notes are used to reduce amounts owed by customers (ACCRECCREDIT) or to suppliers (ACCPAYCREDIT).
Create a new sales quote in Xero for a customer or prospect. Quotes can be sent to contacts for approval and later converted to invoices. Use this action when you need to create a formal price proposal or quotation for goods or services before issuing an invoice.
Create a bank transaction in Xero. Use SPEND for payments out or RECEIVE for money received.
Create a purchase order in Xero to order goods/services from suppliers.
Create a payment in Xero to link an invoice with a bank account transaction.
Create an inventory item in Xero. Items can be tracked for sales and/or purchases.
Create one or more manual journals (journal entries) in Xero with journal lines. Manual journals must balance (debits equal credits).
Update an existing contact in Xero. Only provided fields will be updated.
Update an existing bank transaction in Xero. Use this action when you need to modify details of a previously created bank transaction such as line items, reference, date, or status. Note: Reconciled transactions cannot be updated and will return a validation error.
Updates a specific credit note in Xero by its unique identifier. This action allows you to modify credit note details such as status, line items, reference numbers, and other fields after the credit note has been created. Use this action when you need to change the status of a credit note (e.g., from DRAFT to AUTHORISED), update line items, modify reference information, or make other changes to an existing credit note. The credit note must already exist in Xero - use the credit_note_id to specify which credit note to update. Not all fields can be updated depending on the current status of the credit note.
Update an existing manual journal (journal entry) in Xero by its ID. Use this action when you need to modify the narration, date, journal lines, status, or other properties of an existing manual journal. Manual journals must balance (debits equal credits) or the update will fail. Only DRAFT manual journals can have their journal lines updated; POSTED journals can have limited fields updated.
Updates a specific purchase order in Xero by its unique identifier. Use this action when you need to modify an existing purchase order's details such as line items, delivery information, status, or other fields. Only the fields provided in the request will be updated; fields not included will remain unchanged.
Updates a specific quote in Xero by its QuoteID. Use this action when you need to modify an existing sales quote, such as changing its status, updating line items, contact details, dates, or other quote properties. Only the fields provided in the request will be updated - unprovided fields will remain unchanged.
Tool to update an existing invoice. Use when you need to modify the details of an invoice after it's been created.
Upload a file attachment to a Xero entity (invoice, contact, etc.). Supports PDF, images, and documents.
No tools match your search.
Create a FloConnector workspace, connect Xero once from the dashboard, then add your FloConnector endpoint to Claude as a custom connector. Claude handles the sign-in prompt; there is no server to host and no code to write. The same endpoint works in ChatGPT.
53 tools: 36 that read Xero data and 17 that change it. Every tool is listed on this page, so you can see exactly what the model is able to call before you connect.
No. FloConnector holds the Xero credential, encrypted before it is stored, and calls Xero on the model's behalf. The AI client only ever sees the tools and their results, never the credential behind them.
Yes. Each connection is exposed through a profile, and a profile carries only the tools you switch on. Leave the 17 write tools off and the connection is read-only.
Yes. The endpoint is a standard hosted MCP server, so it works in any client that supports MCP connectors, including Claude and ChatGPT.