Odel
carrier api

carrier api

Local
@shopanaio7HTMLApache-2.0Updated 2w ago

MCP Server for Nova Poshta API integration with AI assistants

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@shopana/novaposhta-mcp-serverv0.0.1-alpha.7

Run

npx -y @shopana/novaposhta-mcp-server

MCP client config

{
  "mcpServers": {
    "carrier-api": {
      "command": "npx",
      "args": [
        "-y",
        "@shopana/novaposhta-mcp-server"
      ]
    }
  }
}