Back to Home
Nagavamsi178 icon

mcp-server

Verified Safe

by Nagavamsi178

Overview

A simple calculator API server providing basic arithmetic operations, complemented by a Streamlit web user interface.

Installation

Run Command
python main.py

Security Notes

The application runs locally on `127.0.0.1:8000` by default, which is generally safe. Input validation for division by zero is implemented. No 'eval' or other highly dangerous patterns are present. If deployed publicly, standard API security practices (e.g., authentication, rate limiting, more robust input sanitization) would be necessary, but this is beyond the scope of a simple calculator service.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens75
Stars0
Forks0
Last Update2025-11-25

Tags

CalculatorFastAPIAPIPythonStreamlit