MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.
XERO_ACCESS_TOKENAPI keyrequiredXero OAuth2 access token. Required when AUTH_MODE is 'env'.
Declared by the author in the official MCP registry. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read out of the source npm actually ships, at scan time. The package was never executed. Tools registered dynamically at runtime, or hidden inside bundled or minified code, can be missed — so this is a floor on the tool surface, not a complete census of it.
xero_accounts_listList chart of accounts in Xero. Optionally filter by account type or class.List chart of accounts in Xero. Optionally filter by account type or class.
No input schema was published for this tool.
xero_accounts_getGet detailed information about a specific account by its ID.Get detailed information about a specific account by its ID.
No input schema was published for this tool.
xero_contacts_listList contacts in Xero with pagination. Optionally filter using a where clause. Returns contact details including name, email, and addresses.List contacts in Xero with pagination. Optionally filter using a where clause. Returns contact details including name, email, and addresses.
No input schema was published for this tool.
xero_contacts_getGet detailed information about a specific contact by its ID. Returns full contact profile including addresses, phone numbers, and email.Get detailed information about a specific contact by its ID. Returns full contact profile including addresses, phone numbers, and email.
No input schema was published for this tool.
xero_contacts_createCreate a new contact in Xero. Name is required; other fields are optional.Create a new contact in Xero. Name is required; other fields are optional.
No input schema was published for this tool.
xero_contacts_searchSearch contacts by name. Returns contacts whose name contains the search term.Search contacts by name. Returns contacts whose name contains the search term.
No input schema was published for this tool.
xero_invoices_listList invoices in Xero with pagination. Optionally filter by status and type (ACCREC for sales, ACCPAY for bills).List invoices in Xero with pagination. Optionally filter by status and type (ACCREC for sales, ACCPAY for bills).
No input schema was published for this tool.
xero_invoices_getGet detailed information about a specific invoice by its ID. Returns full invoice details including line items, amounts, and payment status.Get detailed information about a specific invoice by its ID. Returns full invoice details including line items, amounts, and payment status.
No input schema was published for this tool.
xero_invoices_createCreate a new invoice in Xero. Requires type, contact, and at least one line item.Create a new invoice in Xero. Requires type, contact, and at least one line item.
No input schema was published for this tool.
xero_invoices_update_statusUpdate the status of an existing invoice. Can submit, authorise, or void an invoice.Update the status of an existing invoice. Can submit, authorise, or void an invoice.
No input schema was published for this tool.
xero_payments_listList payments in Xero with pagination. Optionally filter by status.List payments in Xero with pagination. Optionally filter by status.
No input schema was published for this tool.
xero_payments_getGet detailed information about a specific payment by its ID.Get detailed information about a specific payment by its ID.
No input schema was published for this tool.
xero_payments_createCreate a new payment in Xero. Records a payment against an invoice.Create a new payment in Xero. Records a payment against an invoice.
No input schema was published for this tool.
xero_reports_profit_and_lossGet a Profit and Loss (income statement) report for a date range.Get a Profit and Loss (income statement) report for a date range.
No input schema was published for this tool.
xero_reports_balance_sheetGet a Balance Sheet report as of a specific date.Get a Balance Sheet report as of a specific date.
No input schema was published for this tool.
xero_reports_aged_receivablesGet an Aged Receivables report showing outstanding customer invoices by age.Get an Aged Receivables report showing outstanding customer invoices by age.
No input schema was published for this tool.
xero_reports_aged_payablesGet an Aged Payables report showing outstanding supplier bills by age.Get an Aged Payables report showing outstanding supplier bills by age.
No input schema was published for this tool.
xero_navigateDiscover available Xero tools by domain. Returns tool names and descriptions for the selected domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite.Discover available Xero tools by domain. Returns tool names and descriptions for the selected domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite.
No input schema was published for this tool.
xero_statusShow credentials status and available domainsShow credentials status and available domains
No input schema was published for this tool.
xero_backReturn to domain selection (no-op in flattened mode). All tools are always available.Return to domain selection (no-op in flattened mode). All tools are always available.
No input schema was published for this tool.
20 of 20 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.