toshl-mcp-server
0
The Toshl MCP Server connects AI agents with the Toshl Finance API, allowing access and analysis of financial data. It supports various financial tools and resources to enhance data insights and advice.
Overview
The Toshl MCP Server integrates AI agents with Toshl Finance by providing access to its API. It enables financial data analysis and insights using a bridge to AI systems.
Features
- Access Toshl Finance via API for accounts, categories, tags, budgets, user information, and planning.
- Use MCP resources to list and get details for accounts, categories, tags, budgets, and users.
- Employ MCP tools for various tasks involving accounts, categories, tags, budgets, users, and entries.
Prerequisites
- Node.js (v18.x or higher)
- npm (v8.x or higher)
- Toshl Finance API token
Installation
- Clone the repository and install dependencies using
npm
. - Create and configure the
.env
file with your Toshl API token.
Building
Use npm run build
to compile the project.
Running
Start the server using npm start
.
Configure MCP server
Details on configuring the server using environment variables are provided.