io.github.WYRE-AI/qbo-mcp

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

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

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

    QuickBooks Online OAuth2 client secret

  • QBO_REFRESH_TOKENApp OAuthobbligatoria

    OAuth2 refresh token for the connected QuickBooks company

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.6.5
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 strumenti19 strumenti · 1 privilegiati
Analisi di sicurezza✓ PulitovHEAD · 1 g faQuanto è 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

19 strumenti · 1 privilegiati
Estratto staticamente dal pacchetto pubblicatovHEAD · 1d 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.

qbo_expenses_list_purchasesList purchases (expenses/checks/credit card charges) in QuickBooks Online with pagination.

List purchases (expenses/checks/credit card charges) in QuickBooks Online with pagination.

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

qbo_expenses_list_billsList bills (accounts payable) in QuickBooks Online with pagination.

List bills (accounts payable) in QuickBooks Online with pagination.

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

qbo_expenses_get_purchaseGet detailed information about a specific purchase by its ID. Returns full purchase details including line items and vendor info.

Get detailed information about a specific purchase by its ID. Returns full purchase details including line items and vendor info.

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

qbo_expenses_get_billGet detailed information about a specific bill by its ID. Returns full bill details including line items and vendor info.

Get detailed information about a specific bill by its ID. Returns full bill details including line items and vendor info.

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

qbo_reports_profit_and_lossGet a Profit and Loss (Income Statement) report for a given date range. Shows revenue, expenses, and net income.

Get a Profit and Loss (Income Statement) report for a given date range. Shows revenue, expenses, and net income.

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

qbo_reports_balance_sheetGet a Balance Sheet report as of a given date range. Shows assets, liabilities, and equity.

Get a Balance Sheet report as of a given date range. Shows assets, liabilities, and equity.

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

qbo_reports_aged_receivablesGet an Aged Receivables (A/R Aging Summary) report. Shows outstanding customer balances grouped by age.

Get an Aged Receivables (A/R Aging Summary) report. Shows outstanding customer balances grouped by age.

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

qbo_reports_aged_payablesGet an Aged Payables (A/P Aging Summary) report. Shows outstanding vendor balances grouped by age.

Get an Aged Payables (A/P Aging Summary) report. Shows outstanding vendor balances grouped by age.

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

qbo_reports_customer_salesGet a Customer Sales report for a given date range. Shows sales totals broken down by customer.

Get a Customer Sales report for a given date range. Shows sales totals broken down by customer.

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

qbo_reports_cash_flowGet a Cash Flow Statement for a given date range. Shows cash inflows and outflows from operating, investing, and financing activities.

Get a Cash Flow Statement for a given date range. Shows cash inflows and outflows from operating, investing, and financing activities.

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

qbo_reports_trial_balanceGet a Trial Balance report as of a given date. Lists all accounts with their debit/credit balances to verify the books balance.

Get a Trial Balance report as of a given date. Lists all accounts with their debit/credit balances to verify the books balance.

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

qbo_reports_general_ledgerGet a General Ledger report for a given date range. Shows every posted transaction grouped by account.

Get a General Ledger report for a given date range. Shows every posted transaction grouped by account.

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

qbo_reports_customer_balanceGet a Customer Balance report as of a given date. Lists the outstanding balance owed by each customer.

Get a Customer Balance report as of a given date. Lists the outstanding balance owed by each customer.

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

qbo_reports_vendor_expensesGet a Vendor Expenses report for a given date range. Shows expense totals broken down by vendor.

Get a Vendor Expenses report for a given date range. Shows expense totals broken down by vendor.

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

qbo_attachables_uploadprivilegiatoUpload a file to QuickBooks Online and (optionally) attach it to a transaction. Returns the created Attachable record. File bytes must be provided base64-encoded; QBO's max attachment size is 100 MB per file.

Upload a file to QuickBooks Online and (optionally) attach it to a transaction. Returns the created Attachable record. File bytes must be provided base64-encoded; QBO's max attachment size is 100 MB per file.

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

qbo_invoices_listList invoices in QuickBooks Online with pagination and optional filters for status and date range.

List invoices in QuickBooks Online with pagination and optional filters for status and date range.

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

qbo_invoices_sendSend an invoice by email. The invoice must already exist in QuickBooks Online.

Send an invoice by email. The invoice must already exist in QuickBooks Online.

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

qbo_navigateDiscover available QuickBooks Online 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 QuickBooks Online 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.

qbo_statusShow credentials status and available domains

Show credentials status and available domains

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

19 strumenti su 19 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 QuickBooks Online — accounts, customers, invoices, bills, and 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