Back to Home
jbandu icon

routes-mcp

Verified Safe

by jbandu

Overview

This server provides intelligent route network analysis, optimization, and competitive intelligence for airline operations, serving as a canonical source of truth for planning and strategic insights.

Installation

Run Command
npm start

Environment Variables

  • POSTGRES_HOST
  • POSTGRES_DB
  • POSTGRES_USER
  • POSTGRES_PASSWORD
  • NEO4J_URI
  • NEO4J_USER
  • NEO4J_PASSWORD
  • ENABLE_NEO4J
  • LLM_MODE
  • OLLAMA_BASE_URL
  • OLLAMA_MODEL
  • ANTHROPIC_API_KEY
  • AIRCRAFT_MCP_URL
  • CREW_MCP_URL
  • FLIGHTAWARE_API_KEY
  • OAG_API_KEY
  • OAG_API_SECRET

Security Notes

The server demonstrates good security practices by using parameterized queries for PostgreSQL interactions, preventing SQL injection vulnerabilities. Environment variables are properly externalized via `.env` for sensitive configurations like database credentials and API keys. Integration points for external MCPs (Aircraft, Crew) and external APIs (FlightAware, OAG, LLMs) are noted, with some currently using mock data, indicating a structured approach to external dependencies. While the eventual implementation of these external calls and LLM integrations could introduce new attack vectors (e.g., SSRF, prompt injection), the core framework itself does not show any obvious immediate security flaws like 'eval' or hardcoded secrets.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens20000
Stars0
Forks0
Last Update2025-11-28

Tags

airline-operationsroute-optimizationnetwork-planningcompetitive-intelligencedemand-forecasting