mcp-charity
Verified Safeby conorheffron
Overview
A server for querying charity information by name, location, or cause via an HTTP API.
Installation
pipenv run python3 charity_server.pySecurity 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
codebadger
A containerized Model Context Protocol (MCP) server providing static code analysis using Joern's Code Property Graph (CPG) technology.
chuk-mcp-server
A framework for building high-performance, modular, zero-configuration Model Context Protocol (MCP) servers, capable of hosting AI agent tools, resources, and prompts across local, containerized, and diverse cloud environments.
donetick-mcp-server
This project appears to be a server application, possibly related to the Minecraft Protocol (MCP), providing a backend service.
mcp-server
This repository likely provides a Python-based server for a game, possibly related to Minecraft given 'MCP Server'.