MCP Server
MCP
io.github.shopanaio/novaposhta
MCP Server for Nova Poshta API integration with AI assistants
Install
npx -y @shopana/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment