carrier-api
Verified Safeby shopanaio
Overview
Integrates Nova Poshta shipping and logistics data with AI assistants via Model Context Protocol (MCP).
Installation
npx -y -p @shopana/novaposhta-mcp-server novaposhta-mcpEnvironment Variables
- NOVA_POSHTA_API_KEY
- NOVA_POSHTA_SYSTEM
- LOG_LEVEL
- MCP_PORT
Security Notes
The project follows good practices for handling API keys by using environment variables. No 'eval' or explicit obfuscation is found. Usage of 'child_process.exec' is confined to build scripts, not runtime. Standard HTTP transport is used, and input validation is implemented in the MCP server tools. The main risk would be potential vulnerabilities in the underlying Nova Poshta API itself or unintended data exposure through verbose AI responses.
Similar Servers
lunar
The Lunar MCP Server acts as an HTTP proxy, designed to intercept, analyze, and manage API traffic within a Python environment, applying policies for caching, throttling, queueing, and collecting data for observability.
kuaidi100-MCP
Provides a Micro-Control Plane (MCP) server for integrating with Kuaidi100's logistics tracking, time estimation, and price estimation APIs.
mcp-collection
Provides a containerized server application, likely part of a larger collection or system, designed for automated dependency management.
mcp-units
Converts cooking measurements (volume, weight, temperature) between common units, designed for integration with MCP-compatible tools and VSCode extensions.