Back to Home
Sean-m-e icon

priya-mcp-server

Verified Safe

by Sean-m-e

Overview

A Model Context Protocol (MCP) server for a PRIYA voice agent, serving JSON modules containing conversation logic, behavioral protocols, and property data for real estate operations.

Installation

Run Command
python server.py

Environment Variables

  • PORT
  • RAILWAY_ENVIRONMENT

Security Notes

The server explicitly implements directory traversal protection (`os.path.abspath(...).startswith(...)`) when fetching modules, which is a critical security measure. It uses environment variables for configuration (e.g., PORT) rather than hardcoding. CORS is enabled as intended for voice agent access. No `eval` or other direct code execution of user-supplied input or module content is observed; it primarily serves static JSON files. The security of the overall system (voice agent) heavily depends on how the client interprets the served JSON logic, which is outside the scope of this server's direct vulnerabilities.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens2500
Stars0
Forks0
Last Update2025-11-26

Tags

Voice AgentReal EstateAIAPIContext Protocol