project-atlas
Verified Safeby Rayan002
Overview
A modular, multi-server AI system for planning end-to-end travel itineraries by orchestrating distinct micro-agents.
Installation
npx @modelcontextprotocol/inspector uv run servers/intelligence/server.pyEnvironment 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
ls-mcp
Command-line tool for discovering, analyzing, and reporting on Model Context Protocol (MCP) server configurations in a local development environment.
codebadger
A containerized Model Context Protocol (MCP) server providing static code analysis using Joern's Code Property Graph (CPG) technology.
firemcp
Enables AI agents and LLMs to securely interact with Firestore databases through a Model Context Protocol (MCP) server, offering complete CRUD and query operations.
mcp-reference
A reference processing tool for Markdown documents, providing automated reference extraction, citation renumbering, bibliography generation, and related literature recommendation functions, integrated via Model Context Protocol (MCP) into Trae IDE.