67
/ 100
1 day ago
glama

Xero MCP Server

A Model Context Protocol server that enables Claude Desktop to interact with Xero Accounting API using natural language for reading, writing, and reporting on accounting data.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: XERO_CLIENT_SECRET, XERO_REFRESH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configXERO_CLIENT_IDexport =xxx
🔐 secretXERO_CLIENT_SECRETexport =xxx
configSERVER_BASE_URL
configDB_PATH
configPORT
configSSL_KEYFILE
configSSL_CERTFILE
configXERO_TENANT_IDexport =xxx
🔐 secretXERO_REFRESH_TOKENexport =xxx
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/zoranges-xero-mcp-server-1k3hvx)](https://m8ven.ai/mcp/zoranges-xero-mcp-server-1k3hvx)
commit: a81bce0d59ff8ff8de9d14ac91c5bb9abbb8676b
code hash: e0d07b360edc587ab810b65ab82b4c72dda6a1a4766fd4a6a56db1a29e70a24a
verified: 7/30/2026, 7:52:47 PM
view raw JSON →