MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

Β© 2026 MCPHub

Servers/Finance & Fintech/XeroAPI/xero-mcp-server
Finance & FintechOfficialTypeScript
X

XeroAPI/xero-mcp-server

πŸ“‡ ☁️ – An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.

0 starsUpdated Aug 28, 2026
View on GitHub

Ads

Overview

πŸ“‡ ☁️ – An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.

Installation

npx -y @xeroapi/xero-mcp-server@latest

Configuration

{
  "mcpServers": {
    "xero": {
      "command": "npx",
      "args": [
        "-y",
        "@xeroapi/xero-mcp-server@latest"
      ],
      "env": {
        "XERO_CLIENT_ID": "your_client_id_here",
        "XERO_CLIENT_SECRET": "your_client_secret_here",
        "XERO_SCOPES": "accounting.invoices accounting.contacts accounting.settings"
      }
    }
  }
}

Capabilities

  • List and search contacts

    Retrieve contacts from Xero with `list-contacts` or view contact groups via `list-contact-groups`.

  • Manage invoices and credit notes

    Create, update, or list invoices and credit notes using `create-invoice`, `update-invoice`, `list-invoices`, and the equivalent credit note tools.

  • View financial reports

    Pull a profit and loss report, balance sheet, trial balance, or aged receivables/payables by contact with `list-profit-and-loss`, `list-report-balance-sheet`, `list-trial-balance`, `list-aged-receivables-by-contact`, and `list-aged-payables-by-contact`.

  • Handle bank transactions and payments

    List, create, or update bank transactions and payments via `list-bank-transactions`, `create-bank-transaction`, `update-bank-transaction`, `list-payments`, and `create-payment`.

  • Work with payroll data

    List employees, timesheets, and leave records; create, update, approve, or delete timesheets using the `list-payroll-*`, `create-payroll-timesheet`, and related tools.

  • Manage chart of accounts and items

    List accounts with `list-accounts` and create or update items via `create-item` and `update-item`.

Tags

  • finance
  • business-operations
  • api
  • awesome-list

Related MCP servers

P

PayRam Crypto Card Payment Gateway

Official

Self Hosted Payment gateway for agents, openclaw, hermes and more

155Finance & FintechUpdated 9 days ago
C

Capital.com Public API MCP Server

Official

The Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews – all in plain language, without leaving your AI tool.

5Finance & FintechUpdated Jul 16, 2026
B

Bridge Town

Official

Bridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.

1Finance & FintechUpdated 1 day ago
2

27dream/mcp-eastmoney

China A-share stock market MCP server β€” real-time quotes, main capital flow ranking, sector fund flow, and historical K-lines via Eastmoney's free APIs. Zero config, no API keys required. 5 tools: `get_stock_quote`, `search_stock`, `main_fund_rank`, `sector_fund_flow`, `get_kline`. Install: `uvx mcp-eastmoney` or `pip install mcp-eastmoney`.

0Finance & FintechUpdated Today