Back to Home
Ramakrishna-Gedala icon

mcp_emi_server

Verified Safe

by Ramakrishna-Gedala

Overview

This server exposes loan Equated Monthly Installment (EMI) calculation endpoints to MCP clients, acting as a proxy to a backend REST API.

Installation

Run Command
uv run python emi_calculator.py

Environment Variables

  • EMI_API_BASE_URL

Security Notes

The server functions as a lightweight proxy and does not appear to contain malicious patterns, 'eval', or hardcoded sensitive secrets. It relies on an external, configurable backend for actual calculations, meaning its overall security is also dependent on the security of the proxied API. Input sanitization is implicitly handled by the backend API it calls.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2025-11-27

Tags

EMI CalculationFinancial ToolsLoan ManagementMCP ServerPython