mcpbeat

Hacé Cuentas — Free Calculators MCP Server

io.github.grblasquiz/hacecuentas
answering

Hacé Cuentas — Free Calculators is answering right now. Last checked 9 min ago. It exposes 3 tools. Last commit 4 Aug 2026.

Free calculators as MCP tools: finance, taxes, health, units, dates. Search, fetch & compute.

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
3
Tools
read from the server
1430 ms
Response time
average over 24h
0
Stars
last commit 4 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add hacecuentas --transport http https://hacecuentas.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hacecuentas": {
      "url": "https://hacecuentas.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hacecuentas]
url = "https://hacecuentas.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "hacecuentas": {
      "url": "https://hacecuentas.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hacecuentas": {
      "url": "https://hacecuentas.com/mcp"
    }
  }
}

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

calculator
get_calculator
Devuelve la ficha de una calculadora por slug: qué inputs toma (id, tipo, requerido, valores válidos) y una URL de ejemplo. Usalo antes de compute para saber qué parámetros pasar.
calculators
search_calculators
Busca calculadoras de Hacé Cuentas por palabra clave (ej. "imc", "préstamo", "aguinaldo"). Devolvé el slug para usar luego con get_calculator o compute. Opcional: filtrar por category y limitar resultados.
compute
compute
Calcula el resultado de una calculadora en vivo. Pasá el slug y un objeto inputs con los campos (ver get_calculator). Opcional lang (es|en|pt). Devuelve el resultado calculado en JSON.

Endpoints

URLTransportStateLatencyChecked
https://hacecuentas.com/mcp streamable-http answering 3342 ms 9 min ago

Hacé Cuentas — Free Calculators — questions

Answers built from our own checks of this server.

What can Hacé Cuentas — Free Calculators do?
It exposes 3 tools, read directly from the server on our last check. Among them: compute, get_calculator, search_calculators. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Hacé Cuentas — Free Calculators working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 1430 ms. The bar chart above shows every period we have measured.
How do I connect Hacé Cuentas — Free Calculators?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Hacé Cuentas — Free Calculators need an API key?
No. Hacé Cuentas — Free Calculators completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Hacé Cuentas — Free Calculators?
It answers our handshake in 1430 ms on average, which is faster than 2% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Hacé Cuentas — Free Calculators open source?
Yes — written in TypeScript, 0 stars on GitHub and 176 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.