A
securityF
licenseA
qualityAn MCP server that allows users to interact with YNAB data, enabling access to account balances, transactions, and the creation of new transactions through the Model Context Protocol.
Last updated -
10
1
Python
Allows interaction with Xero Accounting Software by providing tools to authenticate, list accounts, bank transactions, contacts, invoices, journals, organisations, payments, and quotes.
This MCP server allows Clients to interact with Xero Accounting Software.
http://localhost:5000/callback
claude_desktop_config.json
fileauthenticate
Authenticate with Xero using OAuth2create_bank_transactions
Creates one or more spent or received money transactioncreate_contacts
Creates one or multiple contacts in a Xero organisationget_balance_sheet
Retrieves report for balancesheetlist_accounts
Retrieves the full chart of accountslist_bank_transactions
Retrieves any spent or received money transactionslist_contacts
Retrieves all contacts in a Xero organisationlist_invoices
Retrieves sales invoices or purchase billslist_journals
Retrieves journalslist_organisations
Retrieves Xero organisation detailslist_payments
Retrieves payments for invoices and credit noteslist_quotes
Retrieves sales quotesMIT
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
An MCP server allowing Clients to interact with Xero Accounting Software