Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Xero MCP Server
Claim
Official
by
XeroAPI
npm
GitHub
Finance
Customer Data Platforms
TypeScript
MIT License
264
20
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
create-contact
Create a contact in Xero.
Input Schema
Name
Required
Description
Default
email
No
name
Yes
phone
No
Input Schema (JSON Schema)
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "email": { "format": "email", "type": "string" }, "name": { "type": "string" }, "phone": { "type": "string" } }, "required": [ "name" ], "type": "object" }
Install Server
You must be
authenticated
.
Other Tools
create-contact
create-credit-note
create-invoice
create-quote
list-accounts
list-contacts
list-credit-notes
list-invoices
list-quotes
list-tax-rates
update-contact
update-invoice