io.github.WYRE-AI/xero-mcp

MCPcommunity
v1.5.6io.github.WYRE-AIUnknownAggiornato 1 mesi faGitHub

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

Indicizzato automaticamente da fonti pubbliche. Non ancora verificato dal suo sviluppatore su Forge.Rivendica questo annuncio →
1 mesi faUltimo aggiornamento
Richiede 1 credenziale prima di poter funzionare
  • XERO_ACCESS_TOKENChiave APIobbligatoria

    Xero OAuth2 access token. Required when AUTH_MODE is 'env'.

Dichiarato dall’autore nel registro MCP ufficiale. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Pacchetto
Autoreio.github.WYRE-AI
LicenzaUnknown
Versione1.5.6
Fontemcp-registry
Stato di fiducia
B
60/100Buono
✓Presente nell’indice di Forge+10/10
—Identità del publisher verificata+0/30
→ Publisher: esegui `forge publish` dal repo per rivendicarne la proprietà
—Verifica del dominio+0/10
→ Al momento non disponibile per questo tipo di annuncio — oggi il controllo del dominio viene eseguito solo per i pacchetti su npm, quindi questa riga non può ancora essere ottenuta qui, indipendentemente da cosa sia ospitato sul dominio.
✓Analisi prompt injection · pulita+30/30
✓Analisi offuscamento / esfiltrazione · pulita+20/20
Incollalo in Claude Code, Cursor o qualsiasi assistente di IA per colmare tutte le lacune
StatoIndicizzato dalla community
PublisherNon verificato
FirmaNon firmato
Dominio—
Provenienza—
DipendenzeNon verificate
Superficie di strumenti20 strumenti · nessuno privilegiato
Analisi di sicurezza✓ PulitovHEAD · oggiQuanto è efficace questa analisi?
ValutazioniNessuna
Indicizzato27 ago 2026

La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.

Strumenti

20 strumenti · nessuno privilegiato
Estratto staticamente dal pacchetto pubblicatovHEAD · 21h ago

Letto dal codice che npm distribuisce davvero, al momento dell’analisi. Il pacchetto non è mai stato eseguito. Gli strumenti registrati dinamicamente a runtime, o nascosti in codice impacchettato o minificato, possono sfuggire — quindi questo è un limite inferiore della superficie di strumenti, non un censimento completo.

xero_accounts_listList chart of accounts in Xero. Optionally filter by account type or class.

List chart of accounts in Xero. Optionally filter by account type or class.

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_accounts_getGet detailed information about a specific account by its ID.

Get detailed information about a specific account by its ID.

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_contacts_listList contacts in Xero with pagination. Optionally filter using a where clause. Returns contact details including name, email, and addresses.

List contacts in Xero with pagination. Optionally filter using a where clause. Returns contact details including name, email, and addresses.

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_contacts_getGet detailed information about a specific contact by its ID. Returns full contact profile including addresses, phone numbers, and email.

Get detailed information about a specific contact by its ID. Returns full contact profile including addresses, phone numbers, and email.

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_contacts_createCreate a new contact in Xero. Name is required; other fields are optional.

Create a new contact in Xero. Name is required; other fields are optional.

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_contacts_searchSearch contacts by name. Returns contacts whose name contains the search term.

Search contacts by name. Returns contacts whose name contains the search term.

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_invoices_listList invoices in Xero with pagination. Optionally filter by status and type (ACCREC for sales, ACCPAY for bills).

List invoices in Xero with pagination. Optionally filter by status and type (ACCREC for sales, ACCPAY for bills).

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_invoices_getGet detailed information about a specific invoice by its ID. Returns full invoice details including line items, amounts, and payment status.

Get detailed information about a specific invoice by its ID. Returns full invoice details including line items, amounts, and payment status.

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_invoices_createCreate a new invoice in Xero. Requires type, contact, and at least one line item.

Create a new invoice in Xero. Requires type, contact, and at least one line item.

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_invoices_update_statusUpdate the status of an existing invoice. Can submit, authorise, or void an invoice.

Update the status of an existing invoice. Can submit, authorise, or void an invoice.

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_payments_listList payments in Xero with pagination. Optionally filter by status.

List payments in Xero with pagination. Optionally filter by status.

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_payments_getGet detailed information about a specific payment by its ID.

Get detailed information about a specific payment by its ID.

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_payments_createCreate a new payment in Xero. Records a payment against an invoice.

Create a new payment in Xero. Records a payment against an invoice.

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_reports_profit_and_lossGet a Profit and Loss (income statement) report for a date range.

Get a Profit and Loss (income statement) report for a date range.

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_reports_balance_sheetGet a Balance Sheet report as of a specific date.

Get a Balance Sheet report as of a specific date.

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_reports_aged_receivablesGet an Aged Receivables report showing outstanding customer invoices by age.

Get an Aged Receivables report showing outstanding customer invoices by age.

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_reports_aged_payablesGet an Aged Payables report showing outstanding supplier bills by age.

Get an Aged Payables report showing outstanding supplier bills by age.

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_navigateDiscover available Xero tools by domain. Returns tool names and descriptions for the selected domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite.

Discover available Xero tools by domain. Returns tool names and descriptions for the selected domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite.

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_statusShow credentials status and available domains

Show credentials status and available domains

Per questo strumento non è stato pubblicato alcuno schema di input.

xero_backReturn to domain selection (no-op in flattened mode). All tools are always available.

Return to domain selection (no-op in flattened mode). All tools are always available.

Per questo strumento non è stato pubblicato alcuno schema di input.

20 strumenti su 20 hanno pubblicato una descrizione.

I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.

Descrizione

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

Parole chiave
mcp
Alternative
Confronto delle superfici di strumenti…

Nessuna copertura delle dipendenze

Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.

Argomenti

Correlati in finance & trading