Back to the catalog

Singapore Business Directory

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

Open source Open in the app JSON README (API)

About

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

Details

Kind
MCP servers
Topic
Files & documents
Publisher
com.sgpdirectory
Origin
official
Category
ferramentas
Transport
http
Version
1.3.2
Added
2026-08-29 03:01:22
Updated
2026-08-29 03:01:22
Origin id
com.sgpdirectory/mcp

README

# Singapore Business Directory MCP (@sgpdirectory/mcp)

[![NPM Version](https://img.shields.io/npm/v/@sgpdirectory/mcp?color=blue&style=flat-square)](https://www.npmjs.com/package/@sgpdirectory/mcp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![Documentation](https://img.shields.io/badge/docs-sgpdirectory.com-green?style=flat-square)](https://sgpdirectory.com/docs/mcp)

Official Model Context Protocol (MCP) server for [SGP Directory](https://sgpdirectory.com/?utm_source=npmjs&utm_medium=referral). 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
```bash
claude mcp add --transport http singapore-business-directory https://sgpdirectory.com/mcp
```

#### Open Code
```bash
opencode mcp add
```

### IDE Tools

#### Cursor
1. Go to **Settings** → **Features** → **MCP Servers**.
2. Click **+ Add MCP server**.
3. **Name**: `singapore-business-directory` | **Type**: `http` | **URL**: `https://sgpdirectory.com/mcp`

#### GitHub Copilot
Add to `.github/copilot/mcp.json`:
```json
{
  "mcpServers": {
    "singapore-business-directory": {
      "url": "https://sgpdirectory.com/mcp"
    }
  }
}
```

#### Google Antigravity
Add to your `mcp_config.json`:
```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`:
```json
{
  "mcpServers": {
    "singapore-business-directory": {
      "command": "npx",
      "args": ["-y", "@sgpdirectory/mcp"]
    }
  }
}
```

---

## Authentication

Anonymous usage is supported with rate limits. For pro access:
1. Get your API key at the [SGP Directory Console](https://console.sgpdirectory.com/?utm_source=npmjs&utm_medium=referral).
2. Configure using environment variable `SGP_DIRECTORY_API_KEY`.

---

## Links

- **Website**: [sgpdirectory.com](https://sgpdirectory.com/?utm_source=npmjs&utm_medium=referral)
- **API Docs**: [docs.sgpdirectory.com](https://docs.sgpdirectory.com/?utm_source=npmjs&utm_medium=referral)

© 2026 SGP Directory.

More