Skip to main content
Glama

Xero MCP Server

Official
MIT License
160
60
  • Apple
  • Linux

create-contact

Add a new contact to Xero via the MCP server by providing essential details like name, email, and phone number for streamlined contact management.

Instructions

Create a contact in Xero.

Input Schema

NameRequiredDescriptionDefault
emailNo
nameYes
phoneNo

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" }

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