← Registry

General Tools

calconvs.com

Provides a variety of calculator tools for mathematical operations including basic arithmetic, quadratic equations, logarithms, matrices, and fractions.

1 endpoint25 known toolsFirst detected August 25, 2026Last detected August 25, 2026

ENDPOINT 1

https://calconvs.com/api/mcp

No auth detected

MCP server metadata

Name
calconvs
Version
1.0.0
Capabilities
tools

Known tools 25

simple_calculator

Evaluates a math expression string.

Inferred read-only
quadratic_calculator

Solves ax² + bx + c = 0.

Inferred read-only
log_calculator

Solves for any variable in log_b(x) = y.

Inferred read-only
matrix_calculator

Performs matrix operations on two matrices A and B.

Inferred read-only
fraction_calculator

Performs arithmetic (+, -, ×, ÷) on two fractions and returns a simplified result with step-by-step explanation.

Inferred read-only
simplify_fraction

Reduces a fraction to its lowest terms.

Inferred read-only
standard_deviation

Calculates standard deviation, variance, mean, sum, count, and margin of error for a comma-separated dataset.

Inferred read-only
mean_median_mode

Calculates mean, median, mode, and range for a comma-separated dataset.

Inferred read-only
z_score

Calculates z-score from a raw score, or computes probabilities from a z-score.

Inferred read-only
confidence_interval

Calculates the confidence interval [lower, upper] for a population mean given sample statistics.

Inferred read-only
permutation_combination

Calculates permutations P(n,r) and/or combinations C(n,r).

Inferred read-only
sample_size

Calculates the required survey sample size for a given confidence level, margin of error, and population proportion.

Inferred read-only
gcf_calculator

Finds the Greatest Common Factor (GCD) of two or more comma-separated integers.

Inferred read-only
lcm_calculator

Finds the Least Common Multiple of two or more comma-separated integers.

Inferred read-only
factor_calculator

Finds all factors and the prime factorization of a positive integer.

Inferred read-only
exponent_calculator

Calculates base raised to an exponent (base^exponent).

Inferred read-only
root_calculator

Calculates the nth root of a number (e.g.

Inferred read-only
percent_error

Calculates the percentage error between an experimental (observed) value and a theoretical (accepted) value.

Inferred read-only
random_number

Generates a random integer between lower and upper (inclusive).

Inferred read-only
halflife_calculator

Calculates radioactive decay using N(t) = N₀ × (1/2)^(t/t½).

Inferred read-only
rounding_calculator

Rounds a number to a specified number of decimal places using standard, floor, ceiling, or truncate method.

Inferred read-only
scientific_notation

Converts a number to or from scientific notation (e.g.

Inferred read-only
mixed_number_calculator

Performs arithmetic (+, -, ×, ÷) on two mixed numbers (whole + fraction) and returns a simplified result with step-by-step explanation.

Inferred read-only
binary_calculator

Adds, subtracts, multiplies, or divides two binary numbers and returns the result in binary and decimal.

Inferred read-only
hex_calculator

Adds, subtracts, multiplies, or divides two hexadecimal numbers and returns the result in hex and decimal.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.calconvs]
url = "https://calconvs.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "calconvs": {
      "type": "http",
      "url": "https://calconvs.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: calconvs
Remote MCP URL: https://calconvs.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "calconvs": {
      "url": "https://calconvs.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "calconvs": {
      "type": "http",
      "url": "https://calconvs.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "calconvs",
  "transport": "streamable-http",
  "url": "https://calconvs.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.