A
AEO Score: 0.70 / 1.00

Xero

Accounting & Finance
Good โ€” Functional agent integration
Agent Ready
Connectable
MCP Type
API Only
Success Rate
๐ŸŸข High
Agent Activity
โ— New
Recipes
โ€”

Get Full Integration Guide

Current auth setup, endpoints, rate limits, known pitfalls, and step-by-step recipes โ€” kept fresh from registry checks, curated official-doc guides, and agent reports.

npx @kansei-link/mcp-server

Then use: search_services โ†’ get_service_detail

How to Connect Xero to an AI Agent

Auth setup

1. Register at developer.xero.com. 2. Create app (PKCE for public clients). 3. Authorize and get tenant_id. 4. Include Xero-tenant-id header in all requests.

Key facts

Base URLhttps://api.xero.com/api.xro/2.0/
API version2.0
AuthOAuth 2.0 with PKCE. Register at developer.xero.com. Multi-tenant: one token accesses multiple orgs.
Token URLhttps://identity.xero.com/connect/token
Scopesopenid profile email accounting.transactions accounting.contacts
Request bodyapplication/json
Paginationpage-based: ?page=1 (100 records per page). Check HasMorePages in response.
Rate limit60 req/min per tenant. Daily: 5,000 API calls. App limit: 10,000/day across all tenants.
Error formatJSON: {"Type":"ValidationException","Message":"...","Elements":[...]}

Key endpoints

MethodPathDescription
GET/InvoicesList invoices
POST/InvoicesCreate invoice
GET/ContactsList contacts
GET/Reports/ProfitAndLossProfit & Loss report

Quickstart

GET /api.xro/2.0/Invoices?where=Status=="AUTHORISED"
Authorization: Bearer {access_token}
Xero-tenant-id: {tenant_id}

Agent pitfalls & tips

Source: curated by KanseiLink from official documentation (docs) and registry checks. Last reviewed: 2026-04-07. Specs change โ€” verify against the official docs before production use.

Frequently Asked Questions

What is Xero's AEO score? โ–ผ
Xero has an AEO score of 0.70 and is rated A (Functional agent integration). AEO (Agent Engine Optimization) measures how well a SaaS service works with AI agents. Scores range from 0.00 to 1.00, with grades from AAA (best) to D (not agent-ready).
Is Xero AI-agent-ready? โ–ผ
Xero is currently connectable for AI agent use. API access is available but no dedicated MCP server has been published yet. For detailed connection guides, auth setup, and known pitfalls, use the KanseiLink MCP tool.
How does Xero compare to other Accounting & Finance services? โ–ผ
In the Accounting & Finance category, Xero is rated A. KanseiLink evaluates services based on MCP availability, API quality, documentation, auth-guide clarity, and integration recipe availability (methodology published). Visit the full rankings at kansei-link.com to see how Xero compares.
How can I integrate Xero with an AI agent? โ–ผ
The fastest way to integrate Xero with an AI agent is through KanseiLink MCP. Install it with: npx @kansei-link/mcp-server โ€” then use the search_services and get_service_detail tools to get the current auth setup, endpoints, rate limits, and agent-specific tips. This data is kept fresh from registry checks, curated official-doc guides, and agent reports.
How do I authenticate with Xero? โ–ผ
OAuth 2.0 with PKCE. Register at developer.xero.com. Multi-tenant: one token accesses multiple orgs. Setup: 1. Register at developer.xero.com. 2. Create app (PKCE for public clients). 3. Authorize and get tenant_id. 4. Include Xero-tenant-id header in all requests.
What are Xero's API rate limits? โ–ผ
60 req/min per tenant. Daily: 5,000 API calls. App limit: 10,000/day across all tenants.