FIO Bank Server
БесплатноНе проверенEnables AI assistants like Claude to access FIO Bank account transactions via the FIO Bank API.
Описание
Enables AI assistants like Claude to access FIO Bank account transactions via the FIO Bank API.
README
An MCP (Model Context Protocol) server for FIO Bank API in the Czech Republic. Allows AI assistants like Claude to access FIO Bank account transactions.
Installation
pnpm install
pnpm build
Configuration
Getting an API Token
- Log in to your FIO Bank internet banking
- Go to Settings → API
- Create a new token (requires SMS or push notification)
- Wait 5 minutes before using the token
Token Properties
- Each token is valid for one account only
- Maximum validity: 180 days
- Can auto-renew on each login to internet banking
Usage
With Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"fio-bank": {
"command": "node",
"args": ["/path/to/fio-bank-mcp/dist/index.js"],
"env": {
"FIO_API_TOKEN": "your-64-character-token-here"
}
}
}
}
Available Tools
fio_get_transactions
Get account transactions for a specific date range.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
dateFrom |
string | Yes | Start date (YYYY-MM-DD) |
dateTo |
string | Yes | End date (YYYY-MM-DD) |
token |
string | No | API token (uses FIO_API_TOKEN env var if not provided) |
Returns:
- Account info (IBAN, BIC, balance)
- List of transactions with:
- Transaction ID, date, amount, currency
- Counter account (number, name, bank)
- Payment symbols (variable, constant, specific)
- Message for recipient, comments
- Transaction type
Testing Locally
Use the MCP Inspector to test the server with a web UI:
npx @modelcontextprotocol/inspector node dist/index.js
This opens a browser where you can see available tools, call them with parameters, and view responses.
To pass the API token:
FIO_API_TOKEN=your-token npx @modelcontextprotocol/inspector node dist/index.js
API Rate Limits
1 request per 30 seconds per token. The server automatically waits if needed.
Data Access
- Data up to 90 days old: accessible immediately
- Data older than 90 days: requires temporary unlock in internet banking (Settings → API → click lock icon, valid for 10 minutes)
Error Codes
| Code | Description |
|---|---|
| 404 | Invalid URL or token |
| 409 | Rate limit exceeded (wait 30 seconds) |
| 413 | Too many transactions in response |
| 422 | Invalid request data |
| 500 | Internal server error |
Development
pnpm install # Install dependencies
pnpm build # Build TypeScript
pnpm lint # Run ESLint
pnpm typecheck # Type check without emitting
Resources
License
MIT
Установка FIO Bank Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/zjor/fio-bank-mcpFAQ
FIO Bank Server MCP бесплатный?
Да, FIO Bank Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для FIO Bank Server?
Нет, FIO Bank Server работает без API-ключей и переменных окружения.
FIO Bank Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить FIO Bank Server в Claude Desktop, Claude Code или Cursor?
Открой FIO Bank Server на 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 FIO Bank Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
