tools
Server Details
Free German workforce calculators (bridge days, net working time, staffing/PeBeM) - no auth needed.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.9/5 across 6 of 6 tools scored. Lowest: 3.2/5.
Each tool targets a distinct calculation domain: bridge days, care staffing, net working time, shift staffing, year comparison, and product info. Even the two bridge-day tools are clearly separated by function (calculating within a year vs comparing across years).
All tool names follow a consistent verb_noun pattern with lowercase and underscores: calculate_*, compare_*, get_*. This is uniform and predictable.
With 6 tools, the set is well-scoped for a collection of complementary workforce planning and time management calculators. Each tool has a clear purpose and there is no redundancy.
The tool set covers core calculation needs in its domain (bridge days, staffing, net working time) and includes an info tool for product context. Minor gaps exist, such as no tool for overtime or vacation requests, but the current surface is coherent and functional.
Available Tools
6 toolscalculate_bridge_daysARead-onlyIdempotentInspect
Berechnet die effizientesten Brückentage für ein Jahr (2026–2030) und ein deutsches Bundesland: welche Urlaubstage ergeben die längsten zusammenhängenden Frei-Blöcke. Deterministische Rechnung auf Basis der gesetzlichen Feiertage — keine KI-Schätzung. Interaktive Version: https://vigotime.com/de/tools/brueckentage-rechner
| Name | Required | Description | Default |
|---|---|---|---|
| jahr | Yes | Kalenderjahr (2026–2030) | |
| bundesland | Yes | Bundesland-Code, z. B. SN, BY, NW | |
| samstag_frei | No | true = Mo–Fr-Woche (Samstag frei), false = Mo–Sa | |
| urlaubstage_budget | No | Verfügbare Urlaubstage |
Output Schema
| Name | Required | Description |
|---|---|---|
| vorschlaege | Yes | |
| maxFreieTage | Yes | |
| besteEffizienz | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare `readOnlyHint: true`, `idempotentHint: true`, so the tool is safe and deterministic. The description adds value by explicitly stating 'deterministic calculation—no AI estimation,' which reinforces the behavior beyond annotations. No contradictions with annotations are present.
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 efficiently structured with two focused sentences plus a URL reference. It front-loads the core purpose and context. The URL to an interactive version may add slight bloat but is justified as an external reference. Every sentence contributes meaningful information.
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 has moderate complexity (4 parameters, 1 enum, output schema present). The description explains the core calculation purpose and deterministic nature well. With an output schema present, return value explanation is not needed. However, it lacks explicit explanation of how `samstag_frei` or `urlaubstage_budget` affect results, slightly reducing completeness.
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%, so the schema already documents all 4 parameters with descriptions. The description provides no additional information about parameters beyond what the schema includes. According to guidelines, since coverage is high (>80%), a baseline of 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 states a specific verb and resource (calculate the most efficient bridge days for a year) while distinguishing itself from siblings. It explicitly mentions the German federal state context (Bundesland) and the deterministic calculation based on public holidays, which differentiates it from tools like `compare_bridge_day_years` or `calculate_net_working_time`.
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 clearly defines the context: calculate bridge days for years 2026-2030 and a German federal state. It implies when to use (for optimizing vacation days to maximize consecutive free blocks). However, it does not explicitly state when not to use this tool or provide direct alternatives among siblings, which would elevate the score to a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_care_staffing_pebemARead-onlyIdempotentInspect
Berechnet den PeBeM-VZÄ-Höchstwert einer Pflegeeinrichtung aus der Bewohnerstruktur (Anzahl Bewohner je Pflegegrad 1–5) nach § 113c SGB XI — aufgeschlüsselt nach Qualifikationsniveau (Fachkraft, Hilfskraft mit/ohne Ausbildung).
| Name | Required | Description | Default |
|---|---|---|---|
| pflegegrad_1 | No | Bewohner mit Pflegegrad 1 | |
| pflegegrad_2 | No | Bewohner mit Pflegegrad 2 | |
| pflegegrad_3 | No | Bewohner mit Pflegegrad 3 | |
| pflegegrad_4 | No | Bewohner mit Pflegegrad 4 | |
| pflegegrad_5 | No | Bewohner mit Pflegegrad 5 |
Output Schema
| Name | Required | Description |
|---|---|---|
| vzaeGesamt | Yes | |
| gesamtBewohner | Yes | |
| vzaeProQualifikation | Yes | VZÄ je Qualifikationsniveau (Fachkraft, Hilfskraft mit/ohne Ausbildung) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds context about the regulatory basis and output breakdown, but does not disclose additional behavioral details such as error handling, authentication needs, or effects of extreme inputs. It does not contradict annotations.
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 a single, information-dense sentence that packs the verb, input, legal reference, and output detail efficiently. It is front-loaded with the key action ('Berechnet den PeBeM-VZÄ-Höchstwert') and contains no superfluous words.
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 five parameters are fully documented in the schema and an output schema exists (so return details are not needed), the description covers the calculation purpose, input, legal basis, and output structure well. It could mention prerequisite assumptions (e.g., that inputs represent current residents), but is largely complete.
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 each parameter described as 'Bewohner mit Pflegegrad X'. The description broadly confirms inputs are the resident structure but adds no new semantic detail beyond what the schema already provides, 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 it calculates the PeBeM-VZÄ-Höchstwert from resident counts by Pflegegrad 1–5, referencing the legal mandate § 113c SGB XI. It distinguishes from siblings by naming a specific regulatory metric and output breakdown by qualification levels.
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 context (when you have resident counts and need the PeBeM staffing value), but does not explicitly state when to use or not use this tool versus siblings like calculate_shift_staffing or compare_bridge_day_years. No exclusions or alternatives are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_net_working_timeARead-onlyIdempotentInspect
Berechnet die tatsächlich verfügbare Netto-Arbeitszeit einer Vollzeitkraft pro Jahr: Bruttoarbeitstage minus Urlaub, Krankheit, Fortbildung und Feiertage — als Tage, Stunden und Quote, optional als Team-Summe. Interaktive Version: https://vigotime.com/de/tools/nettoarbeitszeit-rechner
| Name | Required | Description | Default |
|---|---|---|---|
| feiertage | Yes | Gesetzliche Feiertage auf Werktagen | |
| kranktage | Yes | Durchschnittliche Krankheitstage pro Jahr | |
| urlaubstage | Yes | Urlaubstage pro Jahr | |
| vollzeitkraefte | No | Anzahl Vollzeitkräfte im Team | |
| fortbildungstage | No | Fortbildungstage pro Jahr | |
| wochenstunden_vollzeit | No | Wochenstunden Vollzeit |
Output Schema
| Name | Required | Description |
|---|---|---|
| ausfallSummeAt | Yes | Ausfalltage gesamt (Urlaub+Krank+Fortbildung+Feiertage) |
| nettoarbeitstage | Yes | |
| nettostundenTeam | Yes | |
| bruttoarbeitstage | Yes | |
| nettoquoteProzent | Yes | |
| ausfallquoteProzent | Yes | |
| nettostundenProKraft | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses that the tool is a calculation (read operation) and can optionally compute a team sum, which adds context beyond the idempotentHint and readOnlyHint annotations. However, it does not explain what assumptions the calculation makes (e.g., base working days per year, treatment of weekends) or whether it handles regional variations. With annotations already signaling a safe, idempotent read, the description provides adequate but not rich behavioral detail.
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 long and front-loads the core purpose. The first sentence covers the function and outputs efficiently. The second sentence provides a reference URL, which is not strictly necessary but adds a helpful external resource. Almost no wasted words.
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 description covers inputs (deductions) and outputs (days, hours, ratio, team total). It does not explicitly state the assumed gross working days base (e.g., 260 days or 52 weeks), which could be important for understanding the calculation. However, the presence of an output schema likely documents return values, reducing the need for that detail. Overall, it is nearly complete for a straightforward calculation tool.
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%, so each parameter is already documented. The description adds value by explaining that the 'vollzeitkraefte' parameter enables an 'optional team total' output, which is not explicitly stated in the schema property description ('Anzahl Vollzeitkräfte im Team'). This gives the agent a clearer understanding of how parameters combine to produce output.
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 calculates net working time of a full-time employee per year, specifying the inputs (gross working days minus vacation, illness, training, holidays) and outputs (days, hours, ratio, optional team total). This distinguishes it from sibling tools like calculate_bridge_days or calculate_shift_staffing, which handle different staffing/time calculations.
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 provides no explicit guidance on when to use this tool versus alternatives. It does not mention prerequisites, conditions, or scenarios where another sibling tool would be more appropriate. The differentiation is only implicit through the tool's distinct purpose.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_shift_staffingBRead-onlyIdempotentInspect
Berechnet den Personalbedarf (VZÄ) eines Schichtbetriebs aus der Schichtbesetzung pro Tag und den Ausfallzeiten (Urlaub/Krankheit/Fortbildung/Feiertage), inkl. Puffer-Empfehlung. Reine Arithmetik nach offengelegter Formel. Interaktive Version: https://vigotime.com/de/tools/personalbedarf-pflege
| Name | Required | Description | Default |
|---|---|---|---|
| feiertage | No | Feiertage auf Werktagen | |
| kranktage | No | Krankheitstage pro Jahr | |
| urlaubstage | No | Urlaubstage pro Jahr | |
| fruehschicht | Yes | Besetzung Frühschicht (Personen) | |
| nachtschicht | Yes | Besetzung Nachtschicht (Personen) | |
| spaetschicht | Yes | Besetzung Spätschicht (Personen) | |
| puffer_prozent | No | Sicherheitspuffer in Prozent | |
| fortbildungstage | No | Fortbildungstage pro Jahr | |
| betriebstage_pro_woche | No | Betriebstage pro Woche | |
| wochenstunden_vollzeit | No | Wochenstunden Vollzeit |
Output Schema
| Name | Required | Description |
|---|---|---|
| fteMin | Yes | Rechnerisches Minimum (gerundet) |
| fteMinRoh | Yes | Ungerundet, für Deckungsgrad |
| fteEmpfohlen | Yes | Inkl. Puffer, aufgerundet |
| bedarfProJahr | Yes | Personen-Schichten pro Jahr |
| deckungsstufe | Yes | |
| schichtenProTag | Yes | |
| betriebstageProJahr | Yes | |
| nettoSchichtenProVzJahr | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=true and idempotentHint=true, so the description adds moderate value by stating 'reine Arithmetik nach offengelegter Formel,' confirming deterministic behavior. However, it does not disclose return format, error handling, or any additional behavioral traits beyond what annotations cover.
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 concise at two sentences, front-loading the core purpose. The link to an interactive version is extraneous for an AI agent but does not detract. No wasted words, though the structure could be slightly improved by separating the arithmetic note from the link.
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 tool's complexity (10 parameters, output schema exists), the description covers the high-level purpose: calculating FTE from shift occupancy and downtimes with a buffer. It mentions the output concept (VZÄ) and the arithmetic nature. The output schema handles return values, so the description is sufficiently complete for a simple calculation tool.
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%, so the baseline is 3. The description summarizes inputs as 'Schichtbesetzung pro Tag und Ausfallzeiten' but does not add semantic detail beyond the schema's parameter descriptions. No new meaning is provided for parameters like 'puffer_prozent' or 'betriebstage_pro_woche'.
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 calculates personnel requirement (FTE) for shift operations using shift occupancy and downtime inputs. It specifies the verb 'Berechnet' and the resource 'Personalbedarf eines Schichtbetriebs', which is distinct from sibling tools like 'calculate_care_staffing_pebem' that focus on care staffing with a different method, though it does not explicitly differentiate.
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 provides no guidance on when to use this tool versus alternatives like 'calculate_care_staffing_pebem' or other sibling tools. It mentions 'reine Arithmetik' and a link to an interactive version, but does not specify context, prerequisites, or exclusions for use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compare_bridge_day_yearsARead-onlyIdempotentInspect
Vergleicht die Jahre 2026–2030 für ein Bundesland: welches Jahr eignet sich am besten für Brückentage (Score aus der Feiertagslage, offengelegte Formel, rein regelbasiert).
| Name | Required | Description | Default |
|---|---|---|---|
| bundesland | Yes | Bundesland-Code, z. B. SN, BY, NW | |
| samstag_frei | No | true = Mo–Fr-Woche (Samstag frei), false = Mo–Sa |
Output Schema
| Name | Required | Description |
|---|---|---|
| jahre | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, indicating safe, non-mutating behavior. The description adds transparency by stating the formula is 'disclosed' and 'purely rule-based', which builds trust. It does not contradict annotations. Slight deduction because it doesn't detail what 'disclosed' means or mention any side effects, but annotations cover the core safety profile.
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?
A single sentence efficiently communicates the core purpose, scope, and nature (disclosed formula, rule-based). Every phrase serves a purpose; no redundancy or unnecessary detail. The description is front-loaded with the action and resource.
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 an output schema exists (covering return values), the description covers all essentials: what it does, the year range, the metric (score), and the methodology (disclosed rule-based formula). For a comparative analysis tool, this is complete – no missing context that would hinder correct invocation.
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% with clear descriptions for both parameters: 'bundesland' has an enum of state codes, 'samstag_frei' has a default and meaning. The description adds value by specifying the year range (2026–2030) which is not in the schema, providing essential context beyond the parameters themselves.
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 compares years 2026–2030 for a federal state to identify the best year for bridge days, using a disclosed rule-based formula. It specifies the action ('compare') and the resource ('Bundesland'), and while it doesn't explicitly contrast with siblings like 'calculate_bridge_days', the unique scope (multi-year comparison) is evident.
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 explains the tool's purpose (comparing years for bridge days) but provides no guidance on when to use it versus the sibling 'calculate_bridge_days' or other tools. It implicitly suggests use for multi-year comparisons, but lacks explicit context or alternatives, leaving the agent to infer usage boundaries.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_vigotime_infoARead-onlyIdempotentInspect
Kurzprofil von vigotime: regelbasierte, automatische Dienstplanung mit Wunschsystem, Urlaubsverwaltung und Zeiterfassung für Schichtbetriebe (Pflege, Klinik, Labor, Gastronomie, Produktion u. a.). Liefert Produktüberblick, die wichtigsten Links und den Weg zum vollwertigen Produkt-MCP (Dienstpläne per Tool-Call rechnen lassen).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| links | Yes | Wichtige vigotime-URLs |
| produkt | Yes | |
| anbieter | Yes | |
| produkt_mcp | Yes | |
| zielgruppen | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and openWorldHint=false. The description adds context beyond these: it reveals the tool returns a product profile, links, and a pointer to the full MCP. No behavioral contradictions. The description enriches understanding of what the read-only operation yields.
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 in German, front-loaded with the purpose ('Kurzprofil von vigotime') and immediately followed by product context and what the tool provides. Every sentence is meaningful with zero redundancy. Very concise.
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 zero parameters and an existing output schema (from context signals), the description fully covers what the agent needs: it explains the tool's purpose, the content of the profile, and the path to the full MCP. No gaps remain for a read-only informational tool.
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 no parameters, so baseline is 4. The description does not need to add parameter details. It correctly focuses on the output and usage context.
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 provides a 'Kurzprofil' (short profile) of the vigotime product, including product overview, key links, and the path to the full product MCP. This is a specific verb-resource combination that distinguishes it from sibling tools, which are all calculation-oriented (e.g., calculate_bridge_days). No tautology or ambiguity.
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 explains what the tool delivers but does not explicitly state when to use it versus alternatives. While sibling tool names (all 'calculate_*') strongly imply they are for calculations and this tool for product info, the description lacks explicit guidance like 'Use this for product overview; use sibling tools for shift calculations.' No exclusions or when-not logic is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseCqualityCmaintenanceDeterministic 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
- Alicense-qualityCmaintenanceProvides 62 French tax calculation tools via MCP, running on Cloudflare Workers with Rust/Wasm and versioned official rules.MIT
- AlicenseAqualityCmaintenanceThe most comprehensive everyday calculator MCP server — 501 tools across 22 categories covering 8 countries' tax systems (FR, BE, CH, CA, US, UK, MA, SN). Finance, health, math, science, construction, conversions, education, sport, cooking, travel, and more. Free, no API key required. Streamable HTTP transport.15191MIT
- AlicenseBqualityCmaintenance39 tax tools for US individual taxpayers — federal/state tax calculations, credits, deductions, retirement strategies, audit risk, and tax planning. All calculations run locally, no data leaves the machine. Supports TY2024 and TY2025 (One Big Beautiful Bill Act).43538MIT