Skip to main content
Glama
OlegStanKoptev

fintablo-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FINTABLO_TOKENYesYour Fintablo API token for authentication

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_nzpA

Рассчитывает НЗП (незавершённое производство) по одной сделке по её коду, например «02-26/Б». Суммирует операции + обязательства + зарплату + зарплатные налоги по ОТКРЫТЫМ этапам, за вычетом НДС по каждой строке, на основе актуальных данных Fintablo. Слой зарплатных налогов — оценочный.

list_partnersC

Справочник контрагентов.

list_partner_groupsC

Группы контрагентов.

list_categoriesC

Статьи ОПиУ, при необходимости отфильтрованные по pnlType.

fintablo_getA

GET-запрос только для чтения к разрешённому пути Fintablo /v1 для исследования данных. НЕ используйте результаты как основу для итоговой цифры — для этого есть get_nzp.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct resource or operation: fintablo_get for raw data exploration, get_nzp for a specific calculation, and the three list_* tools for reference data. No two tools have overlapping purposes.

Naming Consistency3/5

Naming conventions are mixed: most tools use a verb_noun pattern (list_categories, list_partners, get_nzp), but fintablo_get uses a namespace prefix before the verb, breaking consistency. However, the patterns are still readable.

Tool Count5/5

With 5 tools, the set is well-scoped for a specialized financial data server. Each tool serves a clear purpose without being overwhelming or insufficient.

Completeness2/5

The tool surface lacks key operations for the domain, such as listing deals or transactions, creating/updating data, or other common calculations. This leaves significant gaps that could hinder an agent from fully accomplishing financial analysis tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues