General Tools
calconvs.com
Provides a variety of calculator tools for mathematical operations including basic arithmetic, quadratic equations, logarithms, matrices, and fractions.
ENDPOINT 1
https://calconvs.com/api/mcp
MCP server metadata
- Name
- calconvs
- Version
- 1.0.0
Known tools 25
fraction_calculatorPerforms arithmetic (+, -, ×, ÷) on two fractions and returns a simplified result with step-by-step explanation.
Inferred read-onlystandard_deviationCalculates standard deviation, variance, mean, sum, count, and margin of error for a comma-separated dataset.
Inferred read-onlymean_median_modeCalculates mean, median, mode, and range for a comma-separated dataset.
Inferred read-onlyz_scoreCalculates z-score from a raw score, or computes probabilities from a z-score.
Inferred read-onlyconfidence_intervalCalculates the confidence interval [lower, upper] for a population mean given sample statistics.
Inferred read-onlysample_sizeCalculates the required survey sample size for a given confidence level, margin of error, and population proportion.
Inferred read-onlygcf_calculatorFinds the Greatest Common Factor (GCD) of two or more comma-separated integers.
Inferred read-onlylcm_calculatorFinds the Least Common Multiple of two or more comma-separated integers.
Inferred read-onlyfactor_calculatorFinds all factors and the prime factorization of a positive integer.
Inferred read-onlypercent_errorCalculates the percentage error between an experimental (observed) value and a theoretical (accepted) value.
Inferred read-onlyrounding_calculatorRounds a number to a specified number of decimal places using standard, floor, ceiling, or truncate method.
Inferred read-onlymixed_number_calculatorPerforms arithmetic (+, -, ×, ÷) on two mixed numbers (whole + fraction) and returns a simplified result with step-by-step explanation.
Inferred read-onlybinary_calculatorAdds, subtracts, multiplies, or divides two binary numbers and returns the result in binary and decimal.
Inferred read-onlyhex_calculatorAdds, subtracts, multiplies, or divides two hexadecimal numbers and returns the result in hex and decimal.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.