Back to Home
farhanrhine icon

fastapi-local-mcp-server

Verified Safe

by farhanrhine

Overview

This server functions as an expense tracker application, providing both a REST API and an MCP (Model Context Protocol) interface for integration with Claude Desktop.

Installation

Run Command
uv run python server.py

Environment Variables

  • FASTMCP_EXPERIMENTAL_ENABLE_NEW_OPENAPI_PARSER

Security Notes

The server uses parameterized SQL queries for all database interactions, effectively preventing SQL injection vulnerabilities. No 'eval' or similar dangerous functions are used. No hardcoded credentials or sensitive information are present in the provided source code. The database is a local SQLite file, limiting external exposure.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens150
Stars0
Forks0
Last Update2025-11-29

Tags

FastAPIMCPExpense TrackerSQLiteClaude Desktop