Back to Home
PasanIS icon

mcp-server

Verified Safe

by PasanIS

Overview

This server acts as a Model Context Protocol (MCP) intermediary, enabling a chatbot (e.g., Claude) to interact with a Restaurant FastAPI backend for menu, order, customer, and analytics management.

Installation

Run Command
uv run backend-mcp

Environment Variables

  • BACKEND_URL
  • BACKEND_TIMEOUT
  • API_KEY
  • API_SECRET
  • LOG_LEVEL
  • ENVIRONMENT

Security Notes

The server uses httpx for making requests and pydantic-settings for configuration, allowing sensitive data like API keys to be loaded from environment variables or .env files, avoiding hardcoding. It acts as a proxy, so the ultimate security depends on the FastAPI backend it connects to. No 'eval' or other direct code execution vulnerabilities were found. Basic error handling is present for HTTP requests. Authentication details for customer/staff login are forwarded to the backend API.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2026-01-19

Tags

RestaurantBackendMCPFastAPIChatbot Integration