Back to Home
remcoboerma icon

mcp-server-demo

Verified Safe

by remcoboerma

Overview

This server acts as an AI assistant tool provider (MCP server) offering calculator functions, data logging, and reporting capabilities via SQLite, demonstrating how AI can interact with external services.

Installation

Run Command
inv docker-up

Environment Variables

  • PROJECT
  • HOSTINGDOMAIN
  • MCP_SERVER_NAME
  • FASTMCP_LOG_LEVEL

Security Notes

The server correctly uses parameterized queries for SQLite operations, preventing SQL injection. It explicitly warns about user input validation for logging functions. The `test_sse.py` client disables SSL verification for `localhost` testing, with an explicit note to re-enable for production, which is a common and acceptable practice for local development.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-11-20

Tags

MCPAI ToolsCalculatorPythonSQLite