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
文件authenticate
使用 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
检索销售报价麻省理工学院
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 服务器