Back to Home
EiriniOr icon

nangiyala-mcp-community-assistant

Verified Safe

by EiriniOr

Overview

Exposes fictional municipal policy documents via Model Context Protocol (MCP) for AI assistants to list, search, and retrieve programmatically.

Installation

Run Command
python server.py

Environment Variables

  • PORT

Security Notes

The code uses a local JSON file for data, performs simple string matching for search, and direct ID lookup for retrieval. There are no dynamic code execution (e.g., eval), hardcoded secrets, or obvious network vulnerabilities. Input handling is basic and does not appear susceptible to common injection attacks given the local file and string comparison methods. The re-loading of the policies.json file on every request (via _load_policies) is inefficient but not a security risk.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2025-11-28

Tags

AI-assistantMCPPythonLocal DataInformation Retrieval