Skip to main content
Glama

Xero MCP Server

Official
MIT License
293
128
  • Apple
  • Linux
index.ts1.28 kB
import ApprovePayrollTimesheetTool from "./approve-payroll-timesheet.tool.js"; import RevertPayrollTimesheetTool from "./revert-payroll-timesheet.tool.js"; import UpdateBankTransactionTool from "./update-bank-transaction.tool.js"; import UpdateContactTool from "./update-contact.tool.js"; import UpdateCreditNoteTool from "./update-credit-note.tool.js"; import UpdateInvoiceTool from "./update-invoice.tool.js"; import UpdateItemTool from "./update-item.tool.js"; import AddTimesheetLineTool from "./update-payroll-timesheet-add-line.tool.js"; import UpdatePayrollTimesheetLineTool from "./update-payroll-timesheet-update-line.tool.js"; import UpdateManualJournalTool from "./update-manual-journal-tool.js"; import UpdateQuoteTool from "./update-quote.tool.js"; import UpdateTrackingCategoryTool from "./update-tracking-category.tool.js"; import UpdateTrackingOptionsTool from "./update-tracking-options.tool.js"; export const UpdateTools = [ UpdateContactTool, UpdateCreditNoteTool, UpdateInvoiceTool, UpdateManualJournalTool, UpdateQuoteTool, UpdateItemTool, UpdateBankTransactionTool, ApprovePayrollTimesheetTool, AddTimesheetLineTool, UpdatePayrollTimesheetLineTool, RevertPayrollTimesheetTool, UpdateTrackingCategoryTool, UpdateTrackingOptionsTool ];

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