Back to Home
Rayan002 icon

project-atlas

Verified Safe

by Rayan002

Overview

A modular, multi-server AI system for planning end-to-end travel itineraries by orchestrating distinct micro-agents.

Installation

Run Command
npx @modelcontextprotocol/inspector uv run servers/intelligence/server.py

Environment Variables

  • HERE_API_KEY
  • Other API keys for various servers (e.g., web search, flights, accommodation, currency, LLMs)

Security Notes

API keys are correctly managed via environment variables (e.g., HERE_API_KEY). The project relies on external Node.js packages via 'npx' (e.g., @openbnb/mcp-server-airbnb, @modelcontextprotocol/inspector) which introduces a standard supply chain risk, but these are specific packages rather than arbitrary command execution. No direct 'eval' or obfuscation found in the provided Python code snippets. Network calls to external APIs are inherent to the project's functionality.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-23

Tags

AITrip PlanningMicroservicesLangGraphMCP Servers