Skip to main content
Glama

Xero MCP Server

Official
MIT License
293
128
  • Apple
  • Linux
index.ts1.02 kB
import CreateBankTransactionTool from "./create-bank-transaction.tool.js"; import CreateContactTool from "./create-contact.tool.js"; import CreateCreditNoteTool from "./create-credit-note.tool.js"; import CreateInvoiceTool from "./create-invoice.tool.js"; import CreateItemTool from "./create-item.tool.js"; import CreateManualJournalTool from "./create-manual-journal.tool.js"; import CreatePaymentTool from "./create-payment.tool.js"; import CreatePayrollTimesheetTool from "./create-payroll-timesheet.tool.js"; import CreateQuoteTool from "./create-quote.tool.js"; import CreateTrackingCategoryTool from "./create-tracking-category.tool.js"; import CreateTrackingOptionsTool from "./create-tracking-options.tool.js"; export const CreateTools = [ CreateContactTool, CreateCreditNoteTool, CreateManualJournalTool, CreateInvoiceTool, CreateQuoteTool, CreatePaymentTool, CreateItemTool, CreateBankTransactionTool, CreatePayrollTimesheetTool, CreateTrackingCategoryTool, CreateTrackingOptionsTool ];

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