Back to Home
conorheffron icon

mcp-charity

Verified Safe

by conorheffron

Overview

A server for querying charity information by name, location, or cause via an HTTP API.

Installation

Run Command
pipenv run python3 charity_server.py

Security Notes

The source code appears safe. It does not use 'eval' or other dynamic code execution functions. No hardcoded secrets or sensitive network configurations are present. Data is loaded from a local JSON file, and queries are performed in-memory safely. The 'stateless_http=True' flag for FastMCP is noted but does not pose a security vulnerability for this particular application, which doesn't rely on session state.

Similar Servers

Stats

Interest Score21
Security Score9
Cost ClassLow
Avg Tokens300
Stars4
Forks0
Last Update2025-12-29

Tags

PythonFastMCPCharityAPIData Query