Back to Home
ecsavigne icon

mcp_server

Verified Safe

by ecsavigne

Overview

The server exposes specific functions ('tools') like getting the current time in a city or greeting a person, via the Model Context Protocol over HTTP.

Installation

Run Command
go run server/server.go

Security Notes

The code does not use `eval` or similar dangerous functions. There are no obvious hardcoded secrets. Input to tools ('cityTime', 'greet') is used directly or mapped, but without apparent injection vectors. The 'cityTime' tool validates city names. The server binds to localhost, limiting network exposure. Overall, the logic appears straightforward and safe within its defined scope.

Similar Servers

Stats

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

Tags

MCPToolingHTTP APIGoServer