Finanze
БесплатноНе проверенEnables AI assistants to read and query a Finanze self-hosted portfolio manager using natural language, including net worth, positions, and financial calculatio
Описание
Enables AI assistants to read and query a Finanze self-hosted portfolio manager using natural language, including net worth, positions, and financial calculations.
README
An MCP server for Finanze, the self-hosted portfolio manager.
It lets an AI assistant (Claude Code, Claude Desktop…) read your Finanze portfolio and run financial calculations in plain language — "what's my net worth?", "show my crypto positions", "simulate this mortgage".
It talks to your local Finanze backend over its HTTP API and exposes a read-only tool set (plus optional live-refresh). It never changes your data.
What it can do
- See your portfolio: positions, contributions, transactions, net-worth timeline, history.
- Markets: exchange & Euribor rates, stock/fund/ETF lookup, crypto asset search.
- Real estate & cash flows: properties, recurring and pending flows.
- Calculations: loan/mortgage amortization, savings projections, portfolio forecast.
- Optional live refresh (off by default): trigger a data fetch from your connected banks, brokers and crypto wallets.
Requirements
- A running Finanze backend (default
http://localhost:7592). - Python 3.11+.
Install
git clone https://github.com/adriadam10/finanze-mcp.git
cd finanze-mcp
pip install -e .
Configure
Copy the example env file and fill in your Finanze credentials (used to unlock the local DB):
cp .env.example .env
FINANZE_BASE_URL=http://localhost:7592
FINANZE_USERNAME=your-username
FINANZE_PASSWORD=your-password
Use with Claude Code
From the project folder:
claude mcp add --scope user --transport stdio finanze -- python -m finanze_mcp
Or rely on the bundled .mcp.json (project scope): open Claude Code in this directory with
FINANZE_USERNAME / FINANZE_PASSWORD exported, and it's picked up automatically.
Then just ask Claude things like "what's my current net worth?".
Claude Desktop: add the same
command/args/envto yourclaude_desktop_config.jsoninstead (Claude Desktop doesn't use.mcp.json).
Optional: live data refresh
Disabled by default. To expose the fetch tools (they make real calls to your banks/brokers and may require 2FA), set:
FINANZE_ENABLE_FETCH=true
Development
pip install -e ".[dev]"
pytest # tests
ruff check . # lint
License
Установка Finanze
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/adriadam10/finanze-mcpFAQ
Finanze MCP бесплатный?
Да, Finanze MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Finanze?
Нет, Finanze работает без API-ключей и переменных окружения.
Finanze — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Finanze в Claude Desktop, Claude Code или Cursor?
Открой Finanze на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Finanze with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
