
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@sgpdirectory/mcp
Advanced tools
Singapore business directory. Search companies, UENs, and SSIC industry classifications.
Official local MCP (Model Context Protocol) package for the SGP Directory remote server. Singapore business directory: search companies, UENs, and SSIC industry classifications.
This package provides a standard stdio interface compatible with local MCP clients (like Claude Desktop and Cursor), proxying requests securely to the remote HTTP streamable SGP Directory server (https://mcp.sgpdirectory.com/mcp).
Run the following package directly using npx:
When configuring Cursor, set the MCP "Type" to command and use:
npx -y @sgpdirectory/mcp
Add this to your mcp-servers.json configuration file:
{
"mcpServers": {
"sgp-directory": {
"command": "npx",
"args": ["-y", "@sgpdirectory/mcp"]
}
}
}
If your proxy is behind an access token, you can pass it via SGP_DIRECTORY_API_KEY environment variable. The wrapper will automatically format it as an Authorization: Bearer <TOKEN> header and attach it to the mcp-remote connection.
{
"mcpServers": {
"sgp-directory": {
"command": "npx",
"args": ["-y", "@sgpdirectory/mcp"],
"env": {
"SGP_DIRECTORY_API_KEY": "your-secret-token"
}
}
}
}
Login to NPM
Run the login command and follow the prompts. You need to be a part of the @sgpdirectory org.
pnpm login
Publish the package Run the following inside your wrapper directory:
pnpm publish --access public
If you have cloned the repository locally, you can run:
pnpm install
pnpm start
This will launch the proxy and wait for standard stdio JSON-RPC messages.
FAQs
Singapore business directory. Search companies, UENs, and SSIC industry classifications.
The npm package @sgpdirectory/mcp receives a total of 112 weekly downloads. As such, @sgpdirectory/mcp popularity was classified as not popular.
We found that @sgpdirectory/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.