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.
이 MCP 서버를 통해 클라이언트는 Xero 회계 소프트웨어 와 상호 작용할 수 있습니다.
http://localhost:5000/callback
claude_desktop_config.json
파일 수정지엑스피1authenticate
OAuth2를 사용하여 Xero에 인증create_bank_transactions
하나 이상의 지출 또는 수신 자금 거래를 생성합니다.create_contacts
Xero 조직에서 하나 이상의 연락처를 생성합니다.get_balance_sheet
대차대조표에 대한 보고서를 검색합니다.list_accounts
전체 계정 차트를 검색합니다.list_bank_transactions
지출되거나 수신된 모든 돈 거래를 검색합니다.list_contacts
Xero 조직의 모든 연락처를 검색합니다.list_invoices
판매 송장 또는 구매 청구서를 검색합니다.list_journals
저널을 검색합니다list_organisations
Xero 조직 세부 정보를 검색합니다.list_payments
송장 및 신용 메모에 대한 지불을 검색합니다.list_quotes
판매 견적을 검색합니다MIT
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.
클라이언트가 Xero 회계 소프트웨어와 상호 작용할 수 있도록 하는 MCP 서버