Catalog
com.sgpdirectory/singapore-business-directory
OfficialSingapore Business Directory
Singapore business directory. Search companies, UENs, and SSIC industry classifications.
Search Singapore companies by name, UEN, and SSIC industry classification.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
SGP_DIRECTORY_API_KEYsecretSGP Directory API Key
REMOTE_MCP_SERVEROverride the default remote MCP server URL
claude_desktop_config.json
{
"mcpServers": {
"singapore-business-directory": {
"command": "npx",
"args": [
"-y",
"@sgpdirectory/mcp-server@1.0.0"
],
"env": {
"SGP_DIRECTORY_API_KEY": "<YOUR_SGP_DIRECTORY_API_KEY>",
"REMOTE_MCP_SERVER": "<YOUR_REMOTE_MCP_SERVER>"
}
}
}
}