ilp-mcp-server
Verified Safeby 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
npm startEnvironment 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
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
mcp-rubber-duck
An MCP (Model Context Protocol) server that acts as a bridge to query multiple OpenAI-compatible LLMs, enabling multi-agent AI workflows and providing an AI 'rubber duck' debugging panel.