npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@sgpdirectory/mcp-server

v1.0.0

Published

Singapore business directory. Search companies, UENs, and SSIC industry classifications.

Readme

Singapore Business Directory MCP Server (@sgpdirectory/mcp-server)

NPM Version License: MIT Documentation

Official Model Context Protocol (MCP) server for SGP Directory. Connect your AI agents, IDEs, and tools directly to the live Singapore business registry. Search over 2 million entities, verify UENs, and explore SSIC industry classifications with ease.

Why SGP Directory MCP?

  • Trusted ACRA Data: Access up-to-date information on Singapore companies from the official registry.
  • AI-Native: Designed specifically for LLM-based agents (Cursor, Claude, Antigravity).
  • Comprehensive Search: Search by company name, UEN, or industry code (SSIC).
  • Streamable HTTP: High-performance, lightweight connection via Cloudflare Workers.

Quick Setup

Depending on your tool, you can connect using Streamable HTTP (recommended) or the NPX Wrapper.

1. Streamable HTTP (Modern Tools)

Perfect for tools that support remote MCP connections like Cursor, Open Code, or Claude Code.

  • URL: https://sgpdirectory.com/mcp
  • Type: http / remote

2. NPX Package (Local Execution)

Recommended for tools that execute commands locally like Claude Desktop or Google Antigravity.

  • Command: npx
  • Args: ["-y", "@sgpdirectory/mcp-server"]

Detailed Integration Guide

CLI Tools

Claude Code

claude mcp add --transport http singapore-business-directory https://sgpdirectory.com/mcp

Gemini CLI

gemini mcp add -s user --transport http singapore-business-directory https://sgpdirectory.com/mcp

IDE Tools

Cursor

  1. Open Settings (Cmd/Ctrl + ,).
  2. Navigate to FeaturesMCP Servers.
  3. Click + Add MCP server.
  4. Name: singapore-business-directory | Type: http | URL: https://sgpdirectory.com/mcp

GitHub Copilot

Add to .github/copilot/mcp.json:

{
  "mcpServers": {
    "singapore-business-directory": {
      "url": "https://sgpdirectory.com/mcp",
      "headers": {
				"Authorization": "Bearer <your-api-key>"
			}
    }
  }
}

Google Antigravity

Add to mcp_config.json:

{
  "mcpServers": {
    "singapore-business-directory": {
      "command": "npx",
      "args": ["-y", "@sgpdirectory/mcp-server"],
      "env": { "SGP_DIRECTORY_API_KEY": "<your-api-key>" }
    }
  }
}

Desktop Applications

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "singapore-business-directory": {
      "command": "npx",
      "args": ["-y", "@sgpdirectory/mcp-server"]
    }
  }
}

Authentication

SGP Directory is free to use with anonymous rate limits. For higher quotas:

  1. Obtain an API key from the SGP Directory Console.
  2. Pass it via the SGP_DIRECTORY_API_KEY environment variable or the Authorization: Bearer <key> header.

Links

© 2026 SGP Directory. All rights reserved.