Skip to main content
Glama

Xero MCP Server

Official
MIT License
160
60
  • Apple
  • Linux

create-invoice

Generate and send invoices in Xero by specifying contact details and line items. Ensure accurate billing and streamline financial transactions with this tool.

Instructions

Create an invoice in Xero.

Input Schema

NameRequiredDescriptionDefault
contactIdYes
lineItemsYes
referenceNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contactId": { "type": "string" }, "lineItems": { "items": { "additionalProperties": false, "properties": { "accountCode": { "type": "string" }, "description": { "type": "string" }, "quantity": { "type": "number" }, "taxType": { "type": "string" }, "unitAmount": { "type": "number" } }, "required": [ "description", "quantity", "unitAmount", "accountCode", "taxType" ], "type": "object" }, "type": "array" }, "reference": { "type": "string" } }, "required": [ "contactId", "lineItems" ], "type": "object" }

You must be authenticated.

Other Tools from Xero MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/XeroAPI/xero-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server