Back to Home
ruk-shan icon

simple_mcp_server

Verified Safe

by ruk-shan

Overview

This server exposes Python functions as an API using FastMCP, primarily intended for LLM function calling to integrate custom tools with AI models.

Installation

Run Command
uvx mcpo --host 0.0.0.0 --port 8003 -- .venv/bin/python3 mcp_server.py

Security Notes

The provided source code is minimal and focuses on exposing a simple `add` function. It does not contain direct file system access, network requests, hardcoded secrets, or dynamic code execution like `eval` or `exec`. The primary security consideration would be the `fastmcp` library itself or any additional tools integrated later, but the current implementation appears safe.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-12-14

Tags

LLM ToolingFunction CallingAPI ServerPythonFastMCP