cost-of-work-index
The Cost of Work Index
Стоимость единицы человеческого труда по сравнению со стоимостью ИИ-сотрудника по 13 задачам бэк-офиса на трёх рынках (США, Греция, Украина). Небольшой набор данных с полным указанием источников, опубликованный под лицензией CC BY 4.0, с MCP-сервером под лицензией MIT.
Что здесь измеряется
Для каждой задачи («ввести счёт поставщика», «взыскать просроченный счёт», «отобрать одного кандидата») в наборе данных записаны два числа:
Стоимость человека за единицу: опубликованная почасовая стоимость труда для этого рынка, делённая на количество минут работы человека, которое занимает задача.
Стоимость ИИ за единицу: заявленная цена за единицу соответствующего ИИ-сотрудника Nika.
multiple — это отношение этих двух величин. Значение multiple выше 1 означает, что ИИ-сотрудник дешевле за единицу; ниже 1 — что дешевле человек.
Related MCP server: Relaystation
Что в данных
3 рынка: США (USD), Греция (EUR), Украина (UAH)
13 задач в рамках функций бэк-офиса (бухгалтерия, планирование, поддержка, взыскание задолженности, подготовка коммерческих предложений, отбор кандидатов)
39 сравнений стоимости «человек против ИИ» (13 задач × 3 рынка)
3 показателя почасовой стоимости труда, по одному на каждый рынок
Два вида чисел
В наборе данных явно указано, какие показатели являются статистическими, а какие — оценочными:
С указанием источника: содержит издателя, доступный URL, отчётный период и дату получения данных. Три показателя почасовой стоимости труда взяты из BLS, Eurostat и Derzhstat.
Оценка: показатели «человеко-минут на единицу» — это собственные оценки Nika, помеченные как таковые и задокументированные с письменным обоснованием по каждой задаче.
Источники
# | Издатель | Показатель | Период |
1 | U.S. Bureau of Labor Statistics | Медианная почасовая оплата труда бухгалтера ($23.66) | Май 2024 |
2 | Eurostat | Почасовая стоимость труда в целом по экономике Греции (€16.70) | 2024 |
3 | Derzhstat (Украина) | Среднемесячная заработная плата (UAH 196.78/час) | Июнь 2026 |
Оговорки (содержатся в самом наборе данных)
humanMinutesPerUnit— это оценка Nika, а не официальная статистика. Её обоснование указано для каждой задачи вhumanMinutesBasis.Почасовые затраты на труд несопоставимы между рынками: показатели США и Украины — это только валовая заработная плата, тогда как греческий показатель включает полную нагрузку и уже учитывает взносы работодателя.
Для некоторых задач на некоторых рынках человек дешевле за единицу, чем ИИ-сотрудник. Эти строки реальны и не отфильтрованы. Проверяйте
multiple.Сотрудники с пометкой
waitlistещё не работают. Их цена за единицу — это заявленная цена, а не измеренная.
Лицензия
Код (
src/,Dockerfile): MIT. См. LICENSE.Данные (
data/): CC BY 4.0: можно свободно использовать и цитировать с указанием авторства.
Цитирование
Nika (hirenika.com). The Cost of Work Index, version 2026.3, 2026-08-04. https://hirenika.com/cost-of-work
Файлы
data/cost-of-work-2026.3.json: полный набор данных (задачи, рынки, источники, оговорки)data/cost-of-work-2026.3.csv: табличный экспорт
Ресурсы
Каноническая страница с полной методологией, обоснованиями по каждой строке и актуальными показателями: https://hirenika.com/cost-of-work
Машиночитаемый REST API (без ключа, CORS открыт): https://hirenika.com/api/v1/cost-of-work
Nika — ИИ-сотрудники, стоящие за ценами за единицу: https://hirenika.com
MCP-сервер
Индекс поставляется в виде MCP-сервера, чтобы агенты могли запрашивать его напрямую:
npx -y nika-cost-of-work-mcpПять инструментов: вывести список всех задач, получить стоимость за единицу для задачи и рынка, оценить месячную или годовую стоимость исходя из объёма, вывести список официальных источников и экспортировать весь индекс в JSON. Набор данных встроен в сервер, поэтому он отвечает офлайн; API-ключ не требуется. Исходный код сервера находится в этом репозитории (src/, Dockerfile), а npm-пакет публикуется из репозитория hirenika, где создаётся снимок данных, и никогда не редактируется вручную.
Available Tools
5 toolsestimate_annual_costAnnualise a task volumeARead-only
Turn a monthly volume of a task into monthly and annual cost, for a person and for the AI employee, in one market. Use this when someone asks what a workload costs them per year, or what they would save.
| Name | Required | Description | Default |
|---|---|---|---|
| market | Yes | Market: `us`, `gr` or `ua` (aliases `en`, `el`, `uk` are also accepted). | |
| taskId | Yes | Task id from `list_work_tasks`. One of: invoice-entry, lead-callback, appointment-rescue, review-reply, receivables-chase, returns-case, cod-confirmation, customer-winback, supplier-price-check, quote-build, shift-schedule, candidate-screening, service-followup. | |
| unitsPerMonth | Yes | How many units of this task happen per month, e.g. 120 invoices. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations include readOnlyHint=true and openWorldHint=false, covering the safety profile. The description adds meaningful behavioral context by specifying that the output covers both monthly and annual costs for both a person and the AI employee, within one market. This goes beyond a simple read-only declaration.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences only. The first sentence front-loads the core function, and the second states when to use it. Every word earns its place; no redundancy or fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of an output schema, the description compensates by indicating the tool returns monthly and annual costs for both person and AI employee. The inputs are fully documented in the schema, and the purpose is clear. It does not detail currency or formatting, but for a prediction/estimation tool the description is sufficient for selection.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with all three parameters well-described. The description reinforces the meaning of unitsPerMonth ('monthly volume') and market ('one market') but does not add new parameter-level details beyond the schema. This is baseline-appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Turn') and clearly states the resource and scope: 'a monthly volume of a task into monthly and annual cost, for a person and for the AI employee, in one market.' This distinguishes it from siblings like get_task_cost, which likely provides only a single cost figure, and list_work_tasks, which lists tasks.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The second sentence provides explicit usage context: 'Use this when someone asks what a workload costs them per year, or what they would save.' It does not explicitly mention when not to use it or name alternatives, but the guidance is clear enough for the intended use case.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_cost_of_work_indexGet the whole Index as JSONARead-only
The complete Cost of Work Index as JSON — every task, every market, every source, plus the caveats. Use this when you need the dataset itself rather than one answer; prefer get_task_cost for a single figure.
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | Optional: restrict the per-market figures to one market (`us`, `gr` or `ua`). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, covering the safety profile. The description adds that the return format is JSON and that it includes caveats, but does not elaborate on pagination, size, or other behavioral details. Since the annotation covers the primary behavioral concern (read-only), the description adds minimal extra context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the tool's purpose and followed by usage guidance. Every word earns its place, with no tautology or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple (0 required parameters) with a read-only annotation and no output schema. The description adequately communicates the scope of the returned dataset ('every task, every market, every source') and the presence of caveats. While the exact structure of the JSON is not described, it is not essential for a simple retrieval tool. The only minor gap is the vague 'caveats' reference.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The sole parameter `market` is fully documented in the input schema, including its optional nature and valid values (`us`, `gr`, `ua`). The description does not add additional meaning beyond the schema, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's output as the complete Cost of Work Index as JSON, specifying 'every task, every market, every source'. It differentiates from sibling get_task_cost by noting when to prefer a single figure. The title 'Get the whole Index as JSON' reinforces the specific verb and resource.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states the use case: 'when you need the dataset itself rather than one answer'. It names an alternative tool, `get_task_cost`, for a single figure, providing a clear when-to-use and when-not-to-use scenario. This meets the threshold for explicit usage guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_task_costCost of one task, one marketARead-only
What one unit of a given task costs in a given market — the human cost per unit, the AI cost per unit, and the ratio between them, with the source behind every figure. Markets: us (United States), gr (Greece), ua (Ukraine). Note that uk means Ukraine in this dataset, not the United Kingdom.
| Name | Required | Description | Default |
|---|---|---|---|
| market | Yes | Market: `us`, `gr` or `ua` (aliases `en`, `el`, `uk` are also accepted). | |
| taskId | Yes | Task id from `list_work_tasks`. One of: invoice-entry, lead-callback, appointment-rescue, review-reply, receivables-chase, returns-case, cod-confirmation, customer-winback, supplier-price-check, quote-build, shift-schedule, candidate-screening, service-followup. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, and the description adds meaningful behavioral context: the exact output components (human/AI cost, ratio, source) and the important market naming exception. This goes beyond the structured fields without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, both information-dense: the first defines the output, the second explains market values and a critical caveat. No wasted words or redundancy with the schema.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simple read-only nature, two parameters, and no output schema, the description fully covers the return values and the market ambiguity. It leaves no significant gaps for a caller to understand what they will receive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds country names for market codes and explicitly warns that 'uk' means Ukraine, enhancing the schema's terse alias list. This extra clarity justifies a score above baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: retrieving the cost of one unit of a task in a specific market, and enumerates the returned figures (human cost, AI cost, ratio, source). This distinguishes it from sibling tools like estimate_annual_cost, which implies a broader annual scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for single task-market unit costs but does not explicitly contrast with sibling tools like estimate_annual_cost or get_cost_of_work_index. It offers useful context about market codes and the 'uk' caveat, but no when-to-use/when-not-to-use guidance relative to alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_sourcesList the Index sourcesARead-only
The official statistics behind the human-cost side of the Index — publisher, exact release title, resolvable URL, reference period, and how the published figure became the number used here. Call this when you need to cite or verify a figure.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotation readOnlyHint=true already indicates a safe read operation. The description adds context about data provenance and contents but doesn't disclose additional behavioral details like pagination or ordering, so it remains at a baseline level.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the action, and every sentence adds value—no fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is a simple list operation, and the description covers what data is returned and when to use it. No output schema exists, but the description sufficiently conveys the tool's purpose and result.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With zero parameters, the schema already covers everything. The baseline for 0 params is 4, and the description adds no parameter-specific information.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'List the Index sources' and details the specific fields (publisher, release title, URL, reference period, and how the published figure became the number used here), making it distinct from sibling tools about tasks/costs.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly instructs 'Call this when you need to cite or verify a figure,' providing a clear use case. It doesn't mention alternatives, but the context is unambiguous given the distinct sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_work_tasksList covered tasksARead-only
List every task in the Cost of Work Index — the task id, what one unit is, and which AI employee performs it. Call this first when you do not already know the task id you need.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, and the description adds useful behavioral context by stating the tool lists 'every' task and specifying the output fields. This goes beyond the annotation without contradicting it, though it does not disclose pagination or result format details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with a front-loaded verb 'List,' followed by the key output fields and a clear usage directive. Every sentence serves a purpose, with no redundant or filler content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter read-only listing tool, the description fully covers what it does, what it returns, and when to call it. The absence of an output schema is acceptable because the described fields are sufficient for the agent's needs.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and the input schema is empty. The baseline for 0 params is 4, and the description does not need to add parameter semantics because there are none to describe.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'List' with the resource 'every task in the Cost of Work Index' and enumerates the returned fields (task id, unit, AI employee). This clearly distinguishes it from sibling tools like get_task_cost or estimate_annual_cost, which focus on cost calculations rather than listing tasks.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says 'Call this first when you do not already know the task id you need,' providing a clear condition for use. It implies a sequencing among tools but does not explicitly name alternative tools or when not to use this tool, so it falls short of a perfect 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
5 tool updates
v2026.3.0- First observed
estimate_annual_cost - First observed
get_cost_of_work_index - First observed
get_task_cost - First observed
list_sources - First observed
list_work_tasks
TDQS
Each tool serves a distinct function: enumerating tasks, fetching a specific cost, computing annual projections, listing sources, and dumping the whole dataset. There is no meaningful overlap; the only similar tools are list_work_tasks and get_cost_of_work_index, but the latter is explicitly for bulk retrieval while the former is a lightweight overview.
All names follow a consistent verb_noun structure with snake_case. The verbs list/get/estimate clearly signal the action, and the nouns match the resource (work_tasks, task_cost, annual_cost, sources, cost_of_work_index). No mixed conventions or vague verbs are present.
With 5 tools, the set is tightly scoped to the server's purpose of querying a cost index. Each tool covers a necessary operation without redundancy or bloat, making the count well-proportioned.
The server appears to be a read-only index, so the surface covers all natural usage patterns: discovering tasks, retrieving single costs, computing annual estimates, citing sources, and obtaining the full dataset. No obvious gaps exist for the intended domain.
Maintenance
Related MCP Connectors
Software entry prices for 16 categories, with ratings and true 3-year cost. CC BY 4.0
Field workforce scheduling for AI agents. GPS punches, forms, timesheets. No dashboard.
Compare LLM API pricing, estimate workload costs, and benchmark cloud compute. By OptimNow.
AI phone answering tools for service businesses — ROI, missed calls, demos across 18 industries
Related MCP Servers
- AlicenseAqualityCmaintenanceReal US & Canada dental price data for AI assistants: average costs by procedure, state and city, insurance acceptance, and cheapest-state lookups — backed by open datasets (CC BY 4.0, permanent DOIs).465MIT
- AlicenseNot gradedqualityCmaintenance160 tools that do that heavy lifting - storage, agent-to-agent collaboration, document conversions, identity verification -- almost all priced under a tenth of a cent or less per call.MIT
- AlicenseCqualityBmaintenanceDeterministic Odoo ERP calculators: implementation, migration and upgrade cost, ROI and TCO, US/Canada/EU sales tax and VAT, Canadian payroll source deductions, and inventory maths (reorder point, safety stock, EOQ, landed cost, OEE). 24 tools, each a pure function, the numbers are arithmetic rather than a model's guess. Hosted remote server, no install and no API key; a stdio bridge is included24MIT
- FlicenseNot gradedqualityCmaintenanceCalculates ROI, break-even, and cost projections for AI agents and automation projects, providing instant answers without external APIs.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kindrat86/cost-of-work-index'
If you have feedback or need assistance with the MCP directory API, please join our Discord server