1. Conduid
  2. Finance
  3. Quick Calc
MCP server · Finance

Quick Calc

MCP server providing calculator tools — currency conversion, percentages, compound interest, unit conversions, and loan payments

37Low

Scored 5 months ago · breakdown

About Quick Calc

Quick Calc is an MCP server in the Finance category: mCP server providing calculator tools — currency conversion, percentages, compound interest, unit conversions, and loan payments. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add quick-calc -- npx -y mcp-quick-calc
npx
npx -y mcp-quick-calc

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Quick Calc

Powered by Claude · Grounded in docs

I know everything about Quick Calc. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

mcp-quick-calc

MCP server with 5 quick calculator tools — currency conversion, percentages, compound interest, unit conversions, and loan payments. Perfect for giving LLMs everyday calculation capabilities.

Install

{
  "mcpServers": {
    "quick-calc": {
      "command": "npx",
      "args": ["-y", "mcp-quick-calc"]
    }
  }
}

Tools (5)

Tool Description
currency_convert Convert between USD, EUR, GBP, MYR, SGD, JPY, AUD
percentage Percentage of, percent change, percent difference
compound_interest Calculate compound interest over time
unit_convert Length, weight, temperature, data size conversions
loan_payment Monthly payment and total interest for loans

Zero dependencies

Only requires @modelcontextprotocol/sdk. All tools use Node.js built-ins.

Part of the MCP Toolkit

Want all 60+ tools in one server? Try mcp-all-tools.

Support

If this tool saves you time, consider supporting development:

Like this? Try mcp-devutils

mcp-devutils — 44 developer tools in one MCP server. UUID, hash, JWT, JSON diff, AES encryption, and more. 15 free, unlock all 44 for $5.

License

MIT

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About Quick Calc

How do I install Quick Calc?

Run claude mcp add quick-calc -- npx -y mcp-quick-calc, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Quick Calc safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Quick Calc still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.