Xero Accounting
Integrates with Xero Accounting Software to access financial data including accounts, transactions, ...
Create a Xero Account
- If you do not already have a Xero account, sign up for a free account at Xero.
Log in to the Xero Developer Center
- Go to Xero Developer Center and log in with your Xero credentials.
Create a New App
- Click on "New app".
- Enter a name for your app.
- Choose "Web app" as the app type.
- Provide any valid URL (e.g.,
https://www.myapp.com) for the app URL. - Set the redirect URI as:
http://localhost:5000/callback - Accept the Terms & Conditions and click "Create app".
Generate Client ID and Client Secret
- In your newly created app, navigate on the left menu to "Configuration".
- Here, you will find your CLIENT_ID.
- Click "Generate a secret" to display your CLIENT_SECRET.
- Copy both the CLIENT_ID and CLIENT_SECRET; you will need them for the next step.
Fill in the ENV Values in FastMCP
- In the FastMCP connection interface, click the "Install Now" button for Xero MCP Server.
- Enter the following ENV values:
XERO_CLIENT_ID: Paste your CLIENT_ID here.XERO_CLIENT_SECRET: Paste your CLIENT_SECRET here.XERO_REDIRECT_URI: Usehttp://localhost:5000/callback
Complete Authorization When Prompted
- On first use, a Xero login page will appear for authorization.
- Complete the authentication flow and manually close the page when finished.
Your Xero MCP Server is now connected and ready to use within FastMCP.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Configure Environment Variables for
Please provide values for the following environment variables:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Finance
View All →Fear & Greed Index
Provides real-time access to CNN's Fear & Greed Index for US stock market sentiment analysis, retrieving current composite scores and seven individual market indicators including S&P 500 momentum, options ratios, and volatility measures with historical comparisons.