sci-calc-mcp
Pre-configured for deployment and hosting of the scientific calculator MCP server on Render's cloud platform.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sci-calc-mcpcalculate sin(45) + cos(30)"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
📘 sci_calc_mcp
A Scientific Calculator MCP Server
Built with FastMCP, designed for ChatGPT Apps, MCP Inspector, and Render deployment.
🚀 Overview
sci_calc_mcp is a lightweight, high-performance Model Context Protocol (MCP) server that exposes scientific calculator operations as atomic tools.
Each operation is a standalone MCP tool:
add(a, b)subtract(a, b)multiply(a, b)divide(a, b)mod(a, b)power(base, exponent)sqrt(x)sin(x)cos(x)tan(x)asin(x)acos(x)atan(x)exp(x)ln(x)log10(x)absval(x)round_to(x, digits)
This design is MCP-native, strongly typed, easy to inspect, and ideal for building calculator UIs.
Related MCP server: MCP Calculator Server
✨ Features
🧮 Multiple scientific-level operations
⚡ Pure FastMCP server — minimal dependencies
🌐 HTTP/SSE transport for web apps and inspectors
📦 Single-file server (
main.py)🔍 Compatible with MCP Inspector
🤖 Fully compatible with ChatGPT Apps SDK
☁️ Pre-configured for Render.com hosting
🔒 Safe mathematical operations (e.g., division by zero protection)
ChatGPT App
The server is currently live and hosted on Render. I have connected it as a custom tool in ChatGPT's new App Developer mode and will submit it as soon as the planned app store comes online.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceA Model Context Protocol server that provides basic calculator functionality for LLMs, enabling them to perform mathematical operations like addition, subtraction, multiplication, division, modulo, and square root.Last updated622816MIT
- -license-quality-maintenanceA calculator server that exposes mathematical functions as tools (add, subtract, multiply, divide, square, power, square root), enabling language models to perform calculations through Model Context Protocol (MCP).Last updated
- Flicense-qualityBmaintenanceAn MCP server that exposes 16 calculator operations as tools, enabling arithmetic, rounding, and root calculations via natural language.Last updated
- AlicenseAqualityCmaintenanceA Model Context Protocol server that exposes 8 mathematical tools (arithmetic, algebra, calculus, matrix operations, statistics, probability, unit conversions) to any MCP-compatible AI agent, enabling mathematical computations without code.Last updated8281MIT
Related MCP Connectors
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aubreyhayes47/sci_calc_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server