MCP Fns Check vs Myfinance MCP — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
MCP Fns Check vs Myfinance MCP
In-depth architectural comparison of the MCP Fns Check and Myfinance MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
MCP Fns Check
Finance & Fintech · Local stdio
Quality: 61/100 (Good) | Auth: No auth required
Myfinance MCP
Finance & Fintech · Local stdio
Quality: 57/100 (Good) | Auth: No auth required
Verdict Summary: Choose MCP Fns Check if you need specialized Finance & Fintech tools running via a local process. Choose Myfinance MCP if your workspace requires Finance & Fintech integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose MCP Fns Check when:
You need dedicated capabilities in the Finance & Fintech domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Russian counterparty due diligence — INN/OGRN lookup against EGRUL/EGRIP, bankruptcy registry (EFRSB), tax debts (Transparent Business), FSSP enforcement proceedings, and arbitration courts (KAD). Aggregated verdict with risk flags and recommendations. No API key required (public Federal Tax Service data).
Personal finance by conversation: expenses, receipts, statement import, budgets, net worth.
Диагностический тул: проверяет, что сервер запущен и доступен.
check_contractor
Главный тул: полная проверка контрагента по одному идентификатору.
Принимает ИНН (10 цифр — юр.лицо, 12 — ИП/физлицо) или ОГРН
(13 цифр — юр.лицо, 15 — ИП). Тип определяется строго по длине и
контрольной цифре.
Карточка контрагента по ОГРН (13 цифр) или ОГРНИП (15 цифр).
get_legal_status
Текущий жизненный статус: active / liquidating / bankruptcy / liquidated / reorganizing / excluded_inactive.
Минимум один из `inn` или `ogrn` обязателен.
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
MCP Fns Check is categorized under Finance & Fintech and uses a local stdio subprocess. In contrast, Myfinance MCP belongs to Finance & Fintech using local stdio subprocess. Select MCP Fns Check when you need capabilities focused on finance & fintech and Myfinance MCP when you require tools for finance & fintech.
Перечень кодов ОКВЭД основной + дополнительные с расшифровкой по справочнику ОКВЭД-2.
get_directors_history
История смены руководителей и учредителей по ИНН.
На стадии S3 возвращает только текущего руководителя из egrul.nalog.ru
плюс предупреждение о неполноте данных. Полная история (с датами
назначения/увольнения) появится на стадии S5 после загрузки Open Data
slice ЕГРЮЛ.
check_for_red_flags
Агрегированный риск-чек по контрагенту (8 проверок, SPEC §3.5).
Базовые 4 проверки (всегда):
* `mass_address` — массовый юр.адрес ФНС;
* `mass_director` — массовый руководитель (≥10 действующих компаний);
* `disqualified_director` — руководитель в реестре дисквалифицированных;
* `bankruptcy_records` — активные дела в ЕФРСБ.
Расширенные 4 проверки (`include_extended=True`):
* `tax_debts` — индикатор задолженности по налогам (Прозрачный бизнес);
* `no_reporting` — нет налоговой отчётности > 1 года (Прозрачный бизнес);
* `enforcement_proceedings` — открытые исп.производства (Банк данных ФССП);
* `active_lawsuits` — активные арбитражные дела где контрагент ответчик
(КАД), фильтр по сумме иска через `lawsuits_threshold_rub`.
Любая внешняя проверка может вернуть ошибку (CAPTCHA, 5xx, timeout) — она
попадёт в `errors[]` и не сорвёт остальные проверки.
Myfinance MCP Tools (27)
log_expense
Record one purchase, bill or receipt (negative amount = refund)
log_income
Record income: salary, invoice, refund, interest
log_transfer
Move money between accounts, cross-currency supported; never counts as spending
log_balance
Anchor an account's balance at a date; later flows compute from the snapshot
import_transactions
Bulk statement import (up to 500 rows/call): dedup by bank reference or derived key, twin merge, reconciliation check
create_account
Create a bank / card / cash / investment account with currency and personal/business entity
update_account
Rename an account or change its type, entity or main currency
delete_account
Delete one money account (with its transactions after explicit confirmation)
merge_accounts
Fold one account into another: move rows, de-duplicate both sides, rewrite transfers
get_accounts
All accounts with balances and net worth, converted to base currency
get_summary
Period totals by category, merchant or month; expense or income breakdown, category drill-down and exclusions