Back to Home
yeonisekim icon

mcp-server

Verified Safe

by yeonisekim

Overview

This project demonstrates building and interacting with a simple Remote Procedure Call (RPC) server using the FastMCP framework, exposing callable tools over HTTP.

Installation

Run Command
python my_server.py

Security Notes

The provided code snippets are simple and do not contain obvious security risks such as `eval`, `exec`, or hardcoded secrets. The 'greet' function performs basic string formatting, and the server runs locally. The overall security relies on the robustness and security practices of the `fastmcp` library itself.

Similar Servers

Stats

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

Tags

PythonFastMCPRPCMicroservicesAPI Server