🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sgpdirectory/mcp

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sgpdirectory/mcp

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

latest
npmnpm
Version
1.3.2
Version published
Weekly downloads
111
122%
Maintainers
1
Weekly downloads
 
Created
Source

Singapore Business Directory MCP (@sgpdirectory/mcp)

NPM Version License: MIT Documentation

Official Model Context Protocol (MCP) server for SGP Directory. Power your AI agents with real-time access to the Singapore business registry — over 2 million companies, UENs, and ACRA data at your fingertips.

Key Features

  • Live ACRA Data: Query the most current registry information in Singapore.
  • AI-Agent Ready: Seamless integration with Cursor, Claude, Antigravity, and other MCP-aware tools.
  • Search & Verification: Instant search by UEN, entity name, or industry code (SSIC).
  • Lightweight & Fast: Powered by Cloudflare Workers and streamable HTTP.

Quick Setup

Connect your AI tool using Streamable HTTP (recommended) or the NPX Wrapper.

1. Streamable HTTP (Modern Tools)

Use this for Cursor, Open Code, or Claude Code.

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

2. NPX Package (Local Execution)

Run directly via command line in tools like Claude Desktop.

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

Detailed Setup

CLI Tools

Claude Code or Gemini CLI

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

Open Code

opencode mcp add

IDE Tools

Cursor

  • Go to SettingsFeaturesMCP Servers.
  • Click + Add MCP server.
  • 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"
    }
  }
}

Google Antigravity

Add to your mcp_config.json:

{
  "mcpServers": {
    "singapore-business-directory": {
      "command": "npx",
      "args": ["-y", "@sgpdirectory/mcp"],
      "env": { "SGP_DIRECTORY_API_KEY": "your-secret-token" }
    }
  }
}

Desktop Applications

Claude Desktop

Add to your claude_desktop_config.json:

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

Authentication

Anonymous usage is supported with rate limits. For pro access:

  • Get your API key at the SGP Directory Console.
  • Configure using environment variable SGP_DIRECTORY_API_KEY.

© 2026 SGP Directory.

Keywords

mcp

FAQs

Package last updated on 01 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts