Back to Home
sunny1561 icon

MCP_SERVER

Verified Safe

by sunny1561

Overview

An AI-powered agent for searching and booking flight tickets, exposed via a FastAPI web API.

Installation

Run Command
uvicorn api.main:app --host 0.0.0.0 --port 8000

Environment Variables

  • GOOGLE_API_KEY
  • EMAIL_SENDER
  • EMAIL_APP_PASSWORD

Security Notes

The application uses `os.getenv` for sensitive credentials (API keys, email config), which is good practice. No obvious malicious patterns or `eval` usage. However, `allow_origins=["*"]` for CORS is configured in `api/main.py`, which is acceptable for development but a significant security risk in a production environment as it allows cross-origin requests from any domain. PDF generation and email sending seem to handle data safely.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens800
Stars0
Forks0
Last Update2025-12-01

Tags

Flight BookingAI AgentFastAPILangGraphMCP