potal for Cursor
io.github.soulmaten7/potal
Total landed cost API for cross-border commerce. 240 countries, 113M+ tariff records.
client:Cursor
transport:stdio
runtime:npm
Install potal in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"potal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"potal-mcp-server"
],
"env": {
"POTAL_API_KEY": "<POTAL_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs