Novaposhta
Rank #7,563io.github.shopanaio/novaposhta
MCP server providing novaposhta capabilities
Novaposhta is a Model Context Protocol (MCP) server published by shopanaio. It ranks #7,563 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Novaposhta is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Sep 17, 2025 and most recently updated on Nov 21, 2025.
Ranks ahead of 124,483 of 132,046 servers on MCP Toplist.
Use Novaposhta
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add novaposhta -e "NOVA_POSHTA_API_KEY=<your NOVA_POSHTA_API_KEY>" -e "NOVA_POSHTA_SYSTEM=<your NOVA_POSHTA_SYSTEM>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y @shopana/novaposhta-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.novaposhta]
command = "npx"
args = ["-y", "@shopana/novaposhta-mcp-server"]
[mcp_servers.novaposhta.env]
NOVA_POSHTA_API_KEY = "<your NOVA_POSHTA_API_KEY>"
NOVA_POSHTA_SYSTEM = "<your NOVA_POSHTA_SYSTEM>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"novaposhta": {
"command": "npx",
"args": [
"-y",
"@shopana/novaposhta-mcp-server"
],
"env": {
"NOVA_POSHTA_API_KEY": "<your NOVA_POSHTA_API_KEY>",
"NOVA_POSHTA_SYSTEM": "<your NOVA_POSHTA_SYSTEM>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"novaposhta": {
"command": "npx",
"args": [
"-y",
"@shopana/novaposhta-mcp-server"
],
"env": {
"NOVA_POSHTA_API_KEY": "<your NOVA_POSHTA_API_KEY>",
"NOVA_POSHTA_SYSTEM": "<your NOVA_POSHTA_SYSTEM>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"novaposhta": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@shopana/novaposhta-mcp-server"
],
"env": {
"NOVA_POSHTA_API_KEY": "<your NOVA_POSHTA_API_KEY>",
"NOVA_POSHTA_SYSTEM": "<your NOVA_POSHTA_SYSTEM>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"novaposhta": {
"command": "npx",
"args": [
"-y",
"@shopana/novaposhta-mcp-server"
],
"env": {
"NOVA_POSHTA_API_KEY": "<your NOVA_POSHTA_API_KEY>",
"NOVA_POSHTA_SYSTEM": "<your NOVA_POSHTA_SYSTEM>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"novaposhta": {
"command": "npx",
"args": [
"-y",
"@shopana/novaposhta-mcp-server"
],
"env": {
"NOVA_POSHTA_API_KEY": "<your NOVA_POSHTA_API_KEY>",
"NOVA_POSHTA_SYSTEM": "<your NOVA_POSHTA_SYSTEM>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.shopanaio%2Fnovaposhta)<a href="https://mcptoplist.com/server/io.github.shopanaio%2Fnovaposhta"><img src="https://mcptoplist.com/badge/io.github.shopanaio%2Fnovaposhta.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
shopanaio
Available versions (3)
| Version | Published |
|---|---|
| 0.0.1-alpha.7 | Nov 21, 2025 |
| 0.0.1-alpha.5 | Nov 20, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Novaposhta?
- Novaposhta is maintained by shopanaio, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Novaposhta listed on the Official MCP Registry?
- Yes — Novaposhta is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Novaposhta have?
- MCP Toplist tracks 3 versions of Novaposhta, most recently published on Nov 21, 2025.
- Where can I find the source code for Novaposhta?
- The source code for Novaposhta is hosted at github.com/shopanaio/carrier-api.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.