Back to Home
aimlsolutions-nyc icon

mcp-fastmcp-starter

Verified Safe

by aimlsolutions-nyc

Overview

Provides a minimal, production-minded MCP-shaped tool server for building agentic AI services with typed tool contracts and deterministic JSON I/O via FastAPI.

Installation

Run Command
./scripts/run_local.sh

Security Notes

The server uses FastAPI and Pydantic for input validation, which significantly reduces common web vulnerabilities. Tool dispatch is explicit and hardcoded, preventing dynamic code execution. No `eval` or `exec` functions are used, and no hardcoded secrets or malicious patterns were identified in the provided source code. The `/invoke` endpoint relies on Pydantic's `model_validate` for robust argument handling, enhancing security against malformed inputs.

Similar Servers

Stats

Interest Score55
Security Score9
Cost ClassLow
Avg Tokens50
Stars1
Forks0
Last Update2025-12-14

Tags

Agentic AITool ServerFastAPIPydanticMicroservice