Back to Home
igorrodrigz icon

MCP-SERVER

Verified Safe

by igorrodrigz

Overview

A FastAPI backend serving as a virtual tourist guide chatbot, leveraging the Groq API for natural language processing and integrating with a database to provide location-specific information for Uruguaiana, Brazil.

Installation

Run Command
python src/web/app.py

Environment Variables

  • GROQ_API_KEY
  • DB_HOST
  • DB_USER
  • DB_PASSWORD
  • DB_NAME
  • DB_PORT

Security Notes

The application correctly utilizes environment variables for sensitive API keys and database credentials, which is a good security practice. However, the `CORSMiddleware` is configured with `allow_origins=["*"]`, which permits requests from any domain. This setting is generally unsafe for production environments as it exposes the API to cross-origin attacks and should be restricted to specific, trusted origins.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassHigh
Avg Tokens5000
Stars0
Forks0
Last Update2025-12-10

Tags

FastAPIAI ChatbotGroq APITourismDatabase Integration