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

@sgpdirectory/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sgpdirectory/mcp-server

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

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

  • Open Settings (Cmd/Ctrl + ,).
  • Navigate to FeaturesMCP 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",
      "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:

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

© 2026 SGP Directory. All rights reserved.

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