Back to Home
RheaBose icon

ilp-mcp-server

Verified Safe

by RheaBose

Overview

Enables Large Language Models (LLMs) to interact with a drone delivery system through natural language queries, planning deliveries, checking availability, and visualizing routes.

Installation

Run Command
npm start

Environment Variables

  • ILP_API_URL

Security Notes

The server connects to a local ILP CW2 API (http://localhost:8080) by default, which limits external network attack surface. It uses `@modelcontextprotocol/sdk` and `zod` for tool schema validation, a good practice for input sanitization. No `eval` or obvious hardcoded secrets. The primary risk would stem from vulnerabilities in the underlying ILP CW2 service or if the `ILP_API_URL` environment variable is misconfigured to point to an untrusted external service.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-01

Tags

MCPDrone DeliveryLLM IntegrationAPI GatewayNatural Language Interface