io.github.shopanaio/novaposhta✓
io.github.shopanaio/novaposhta · v0.0.1-alpha.7
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.shopanaio/novaposhta",
"description": "MCP Server for Nova Poshta API integration with AI assistants",
"repository": {
"url": "https://github.com/shopanaio/carrier-api",
"source": "github",
"subfolder": "packages/novaposhta-mcp-server"
},
"version": "0.0.1-alpha.7",
"packages": [
{
"registryType": "npm",
"identifier": "@shopana/novaposhta-mcp-server",
"version": "0.0.1-alpha.7",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Nova Poshta API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NOVA_POSHTA_API_KEY"
},
{
"description": "System identifier (e.g., 'DevCentre' for development/testing)",
"format": "string",
"name": "NOVA_POSHTA_SYSTEM"
},
{
"description": "Logging level (debug, info, warn, error)",
"format": "string",
"name": "LOG_LEVEL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}