nyc-last-mile
Verified Safeby kpernyer
Overview
An AI-powered analytics platform for optimizing last-mile delivery operations and logistics networks by transforming raw shipment data into actionable insights through natural language queries.
Installation
./target/release/mcp_serverEnvironment Variables
- LASTMILE_API_URL
- LASTMILE_DEBUG
- RUST_LOG
Security Notes
The server is built in Rust, generally considered memory-safe. It uses standard, well-vetted libraries. The `api_server` binds to `0.0.0.0` by default, making it accessible from any network interface, and its CORS configuration allows `Any` origin, which should be restricted in a production environment. Database paths are hardcoded as local files (`data/lastmile.db` or `data/synthetic.db`), making it suitable for local operation but not shared environments without proper access controls. No obvious hardcoded network secrets or malicious patterns were found.
Similar Servers
agentgateway
An API Gateway specialized for agent-to-agent and agent-to-tool communication, providing routing, security, and AI/LLM integration capabilities.
mcp-server-wazuh
This Rust-based server acts as a bridge between a Wazuh SIEM system and applications requiring contextual security data, especially for AI assistants using the Model Context Protocol (MCP).
rust-docs-mcp
Provides AI agents with deep, cached access to Rust crate documentation, source code, and project structure for enhanced development.
MCP-Server-and-PostgreSQL-Sample-Retail
Enables AI assistants to securely access and analyze retail sales data through a Model Context Protocol (MCP) server, integrating with PostgreSQL and Azure AI services.