MCPcopy Create free account

hub / github.com/XeroAPI/xero-mcp-server / functions

Functions147 in github.com/XeroAPI/xero-mcp-server

↓ 1 callersFunctionlistXeroPayrollTimesheets
()
src/handlers/list-xero-timesheets.handler.ts:23
↓ 1 callersFunctionlistXeroProfitAndLoss
( fromDate?: string, toDate?: string, periods?: number, timeframe?: TimeframeType, standardLayout?:
src/handlers/list-xero-profit-and-loss.handler.ts:54
↓ 1 callersFunctionlistXeroQuotes
( page: number = 1, contactId?: string, quoteNumber?: string, )
src/handlers/list-xero-quotes.handler.ts:34
↓ 1 callersFunctionlistXeroReportBalanceSheet
(params: ListReportBalanceSheetParams)
src/handlers/list-xero-report-balance-sheet.handler.ts:37
↓ 1 callersFunctionlistXeroTaxRates
()
src/handlers/list-xero-tax-rates.handler.ts:22
↓ 1 callersFunctionlistXeroTrackingCategories
( includeArchived?: boolean )
src/handlers/list-xero-tracking-categories.handler.ts:23
↓ 1 callersFunctionlistXeroTrialBalance
( date?: string, paymentsOnly?: boolean, )
src/handlers/list-xero-trial-balance.handler.ts:31
↓ 1 callersFunctionmain
()
src/index.ts:7
↓ 1 callersFunctionmain
()
examples/openai-agents/main.py:21
↓ 1 callersFunctionmanualJournalDeepLink
(journalId: string)
src/consts/deeplinks.ts:28
↓ 1 callersFunctionpaymentDeepLink
(orgShortCode: string, paymentId: string)
src/consts/deeplinks.ts:20
↓ 1 callersFunctionpaymentFormatter
(payment: Payment)
src/tools/list/list-payments.tool.ts:6
↓ 1 callersFunctionquoteDeepLink
(orgShortCode: string, quoteId: string)
src/consts/deeplinks.ts:16
↓ 1 callersFunctionrevertTimesheet
(timesheetID: string)
src/handlers/revert-xero-payroll-timesheet.handler.ts:7
↓ 1 callersFunctionrevertXeroPayrollTimesheet
(timesheetID: string)
src/handlers/revert-xero-payroll-timesheet.handler.ts:22
↓ 1 callersFunctionrun
(mcp_server: MCPServer)
examples/openai-agents/main.py:7
↓ 1 callersFunctionupdateBankTransaction
( bankTransactionId: string, existingBankTransaction: BankTransaction, type?: BankTransactionType, con
src/handlers/update-xero-bank-transaction.handler.ts:30
↓ 1 callersFunctionupdateContact
( name: string, firstName: string | undefined, lastName: string | undefined, email: string | undefined
src/handlers/update-xero-contact.handler.ts:7
↓ 1 callersFunctionupdateCreditNote
( creditNoteId: string, lineItems?: CreditNoteLineItem[], reference?: string, contactId?: string, da
src/handlers/update-xero-credit-note.handler.ts:29
↓ 1 callersFunctionupdateInvoice
( invoiceId: string, lineItems?: InvoiceLineItem[], reference?: string, dueDate?: string, date?: str
src/handlers/update-xero-invoice.handler.ts:31
↓ 1 callersFunctionupdateItem
( itemId: string, itemDetails: ItemDetails )
src/handlers/update-xero-item.handler.ts:26
↓ 1 callersFunctionupdateManualJournal
( narration: string, manualJournalID: string, manualJournalLines: ManualJournalLine[], date?: string,
src/handlers/update-xero-manual-journal.handler.ts:12
↓ 1 callersFunctionupdateQuote
( quoteId: string, lineItems?: QuoteLineItem[], reference?: string, terms?: string, title?: string,
src/handlers/update-xero-quote.handler.ts:28
↓ 1 callersFunctionupdateTimesheetLine
( timesheetID: string, timesheetLineID: string, timesheetLine: TimesheetLine )
src/handlers/update-xero-payroll-timesheet-update-line.handler.ts:9
↓ 1 callersFunctionupdateTrackingCategory
( trackingCategoryId: string, existingTrackingCategory: TrackingCategory, name?: string, status?: Trac
src/handlers/update-xero-tracking-category.handler.ts:21
↓ 1 callersFunctionupdateTrackingOption
( trackingCategoryId: string, trackingOptionId: string, existingTrackingOption: TrackingOption, name?:
src/handlers/update-xero-tracking-options.handler.ts:27
↓ 1 callersFunctionupdateXeroBankTransaction
( bankTransactionId: string, type?: BankTransactionType, contactId?: string, lineItems?: BankTransacti
src/handlers/update-xero-bank-transaction.handler.ts:61
↓ 1 callersFunctionupdateXeroContact
( contactId: string, name: string, firstName?: string, lastName?: string, email?: string, phone?:
src/handlers/update-xero-contact.handler.ts:65
↓ 1 callersFunctionupdateXeroCreditNote
( creditNoteId: string, lineItems?: CreditNoteLineItem[], reference?: string, contactId?: string, da
src/handlers/update-xero-credit-note.handler.ts:60
↓ 1 callersFunctionupdateXeroInvoice
( invoiceId: string, lineItems?: InvoiceLineItem[], reference?: string, dueDate?: string, date?: str
src/handlers/update-xero-invoice.handler.ts:64
↓ 1 callersFunctionupdateXeroItem
( itemId: string, itemDetails: ItemDetails )
src/handlers/update-xero-item.handler.ts:65
↓ 1 callersFunctionupdateXeroManualJournal
( narration: string, manualJournalID: string, manualJournalLines: ManualJournalLine[], date?: string,
src/handlers/update-xero-manual-journal.handler.ts:55
↓ 1 callersFunctionupdateXeroPayrollTimesheetAddLine
(timesheetID: string, timesheetLine: TimesheetLine)
src/handlers/update-xero-payroll-timesheet-add-line.handler.ts:25
↓ 1 callersFunctionupdateXeroPayrollTimesheetUpdateLine
( timesheetID: string, timesheetLineID: string, timesheetLine: TimesheetLine )
src/handlers/update-xero-payroll-timesheet-update-line.handler.ts:30
↓ 1 callersFunctionupdateXeroQuote
( quoteId: string, lineItems?: QuoteLineItem[], reference?: string, terms?: string, title?: string,
src/handlers/update-xero-quote.handler.ts:82
↓ 1 callersFunctionupdateXeroTrackingCategory
( trackingCategoryId: string, name?: string, status?: TrackingCategoryStatus )
src/handlers/update-xero-tracking-category.handler.ts:44
↓ 1 callersFunctionupdateXeroTrackingOption
( trackingCategoryId: string, options: TrackingOptionItem[] )
src/handlers/update-xero-tracking-options.handler.ts:52
Methodauthenticate
()
src/clients/xero-client.ts:195
Functionconstructor
(config?: IXeroClientConfig)
src/clients/xero-client.ts:27
Methodconstructor
()
src/server/xero-mcp-server.ts:6
Methodconstructor
(config: { clientId: string; clientSecret: string; grantType: string; })
src/clients/xero-client.ts:109
Methodconstructor
(config: { bearerToken: string })
src/clients/xero-client.ts:209
FunctionformatLineItem
(lineItem: LineItem)
src/helpers/format-line-item.ts:3
FunctionformatTrackingOption
(option: TrackingOption)
src/helpers/format-tracking-option.ts:3
FunctiongetOrganisation
()
src/clients/xero-client.ts:44
FunctiongetShortCode
()
src/clients/xero-client.ts:60
FunctionupdateTenants
(fullOrgDetails?: boolean)
src/clients/xero-client.ts:36
← previous101–147 of 147, ranked by callers