Finmap
БесплатноНе проверенCommunity MCP server for Finmap (www.finmap.online) — accounts, operations, invoices, reference data (22 tools). Not affiliated with Finmap
Описание
Community MCP server for Finmap (www.finmap.online) — accounts, operations, invoices, reference data (22 tools). Not affiliated with Finmap
README
Not affiliated with Finmap. Official MCP at https://api.finmap.online/mcp
MCP server for Finmap, a financial management platform. Work with accounts, operations, invoices, and reference data from any MCP-compatible client.
22 tools covering the full Finmap API v2.2.
Requirements
- Node.js 20+
- Finmap API key (Settings → API in your Finmap account)
Installation
git clone https://github.com/hlebtkachenko/finmap-mcp.git
cd finmap-mcp
npm ci
npm run build
Configuration
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"finmap": {
"command": "node",
"args": ["/path/to/finmap-mcp/dist/index.js"],
"env": {
"FINMAP_API_KEY": "your-api-key"
}
}
}
}
Claude Desktop
claude_desktop_config.json (location)
{
"mcpServers": {
"finmap": {
"command": "node",
"args": ["/path/to/finmap-mcp/dist/index.js"],
"env": {
"FINMAP_API_KEY": "your-api-key"
}
}
}
}
Claude Code
.mcp.json in your project root, or ~/.claude.json globally:
{
"mcpServers": {
"finmap": {
"command": "node",
"args": ["/path/to/finmap-mcp/dist/index.js"],
"env": {
"FINMAP_API_KEY": "your-api-key"
}
}
}
}
Any MCP client (stdio)
The server uses stdio transport. Point your MCP client to:
node /path/to/finmap-mcp/dist/index.js
With the FINMAP_API_KEY environment variable set.
Environment Variables
| Variable | Required | Description |
|---|---|---|
FINMAP_API_KEY |
Yes | API key from Finmap account settings |
Tools
Accounts & Reference Data
| Tool | Description |
|---|---|
finmap_accounts |
List all accounts with balances |
finmap_categories_income |
Income categories |
finmap_categories_expense |
Expense categories |
finmap_projects |
List projects |
finmap_tags |
List tags |
finmap_currencies |
Supported currencies |
finmap_suppliers |
Suppliers and counterparties |
finmap_project_create |
Create a project |
finmap_tag_create |
Create a tag |
Operations
| Tool | Description |
|---|---|
finmap_operations_list |
Search and filter by type, date, account, category, project, or tag |
finmap_operation_detail |
Get operation by ID or external ID |
finmap_income_create |
Create income operation |
finmap_expense_create |
Create expense operation |
finmap_transfer_create |
Create transfer between accounts |
finmap_operation_delete |
Delete an operation |
Invoices
| Tool | Description |
|---|---|
finmap_invoices_list |
List and filter by date, status, or confirmation |
finmap_invoice_detail |
Invoice details by ID |
finmap_invoice_create |
Create invoice with goods, company, and client details |
finmap_invoice_delete |
Delete an invoice |
finmap_invoice_companies |
List your company profiles |
finmap_invoice_goods |
Available goods and services |
Raw API
| Tool | Description |
|---|---|
finmap_api_raw |
Call any Finmap API v2.2 endpoint directly |
Security
- 30-second timeout on all HTTP requests
- JSON body parsing wrapped in try/catch
- Amount fields validated as non-negative numbers
- Date parameters validated before conversion to timestamps
- Error responses truncated to 500 characters
- All parameters validated with Zod schemas
Architecture
src/
index.ts Entry point, env validation
finmap-client.ts API client (apiKey header auth)
tools/
reference.ts Accounts and reference data (9 tools)
operations.ts Financial operations (6 tools)
invoices.ts Invoice management (7 tools)
Tech Stack
- TypeScript
@modelcontextprotocol/sdk- Zod (schema validation)
- Native
fetch
API Reference
License
Установка Finmap
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/hlebtkachenko/finmap-mcpFAQ
Finmap MCP бесплатный?
Да, Finmap MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Finmap?
Нет, Finmap работает без API-ключей и переменных окружения.
Finmap — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Finmap в Claude Desktop, Claude Code или Cursor?
Открой Finmap на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Stripe
Payments, customers, subscriptions
автор: Stripemalamutemayhem/unclick-agent-native-endpoints
110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n
автор: malamutemayhemwhiteknightonhorse/APIbase
Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa
автор: whiteknightonhorsetrackerfitness729-jpg/sitelauncher-mcp-server
Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr
Compare Finmap with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории finance
