AgentHubAgentHub

potal

MCP ServerMCP Registry官方收录

io.github.soulmaten7/potal · v1.3.1

Total landed cost API for cross-border commerce. 240 countries, 113M+ tariff records.

概览

potal 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "potal": {
      "command": "npx",
      "args": [
        "-y",
        "potal-mcp-server"
      ],
      "env": {
        "POTAL_API_KEY": "<POTAL_API_KEY>"
      }
    }
  }
}

环境变量

POTAL_API_KEY必填secret

Your POTAL API key (get it at https://potal.app)

相关资源

统一 Manifest

{
  "id": "io.github.soulmaten7/potal",
  "type": "mcp-server",
  "version": "1.3.1",
  "displayName": "potal",
  "description": "Total landed cost API for cross-border commerce. 240 countries, 113M+ tariff records.",
  "repository": {
    "url": "https://github.com/soulmaten7/potal",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "potal-mcp-server",
        "version": "1.3.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "POTAL_API_KEY",
            "description": "Your POTAL API key (get it at https://potal.app)",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.soulmaten7/potal",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.soulmaten7%2Fpotal/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
potal — MCP Server 安装与配置 · AgentHub