What is the Export Control MCP server?
Does the US Commerce Country Chart require an export licence for an ECCN to a destination?
How to install Export Control
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"export-control": {
"command": "npx",
"args": [
"-y",
"@toolstop/export-control"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"export-control": {
"command": "npx",
"args": [
"-y",
"@toolstop/export-control"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"export-control": {
"command": "npx",
"args": [
"-y",
"@toolstop/export-control"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"export-control": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@toolstop/export-control"
]
}
}
}Claude Code
claude mcp add export-control -- npx -y @toolstop/export-controlRelated MCP servers
Check Digits
Active
Catch a mistyped barcode, ISBN, VIN, NPI or LEI before a bad identifier corrupts a record.
0
View repository →JavaScript
MIT
Proposition 65
Active
Is a chemical on California's Proposition 65 list, and does it need a warning?
0
View repository →JavaScript
MIT