{
  "markdown": "# Singapore Business Directory MCP Server (@sgpdirectory/mcp-server)\n\n[![NPM Version](https://img.shields.io/npm/v/@sgpdirectory/mcp-server?color=blue&style=flat-square)](https://www.npmjs.com/package/@sgpdirectory/mcp-server)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT)\n[![Documentation](https://img.shields.io/badge/docs-sgpdirectory.com-green?style=flat-square)](https://docs.sgpdirectory.com/docs/mcp)\n\nOfficial Model Context Protocol (MCP) server for [SGP Directory](https://sgpdirectory.com/?utm_source=npmjs). 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.\n\n## Why SGP Directory MCP?\n\n- **Trusted ACRA Data**: Access up-to-date information on Singapore companies from the official registry.\n- **AI-Native**: Designed specifically for LLM-based agents (Cursor, Claude, Antigravity).\n- **Comprehensive Search**: Search by company name, UEN, or industry code (SSIC).\n- **Streamable HTTP**: High-performance, lightweight connection via Cloudflare Workers.\n\n---\n\n## Quick Setup\n\nDepending on your tool, you can connect using **Streamable HTTP** (recommended) or the **NPX Wrapper**.\n\n### 1. Streamable HTTP (Modern Tools)\nPerfect for tools that support remote MCP connections like **Cursor**, **Open Code**, or **Claude Code**.\n\n- **URL**: `https://sgpdirectory.com/mcp`\n- **Type**: `http` / `remote`\n\n### 2. NPX Package (Local Execution)\nRecommended for tools that execute commands locally like **Claude Desktop** or **Google Antigravity**.\n\n- **Command**: `npx`\n- **Args**: `[\"-y\", \"@sgpdirectory/mcp-server\"]`\n\n---\n\n## Detailed Integration Guide\n\n### CLI Tools\n\n#### Claude Code\n```bash\nclaude mcp add --transport http singapore-business-directory https://sgpdirectory.com/mcp\n```\n\n#### Gemini CLI\n```bash\ngemini mcp add -s user --transport http singapore-business-directory https://sgpdirectory.com/mcp\n```\n\n### IDE Tools\n\n#### Cursor\n1. Open **Settings** (`Cmd/Ctrl + ,`).\n2. Navigate to **Features** → **MCP Servers**.\n3. Click **+ Add MCP server**.\n4. **Name**: `singapore-business-directory` | **Type**: `http` | **URL**: `https://sgpdirectory.com/mcp`\n\n#### GitHub Copilot\nAdd to `.github/copilot/mcp.json`:\n```json\n{\n  \"mcpServers\": {\n    \"singapore-business-directory\": {\n      \"url\": \"https://sgpdirectory.com/mcp\",\n      \"headers\": {\n\t\t\t\t\"Authorization\": \"Bearer <your-api-key>\"\n\t\t\t}\n    }\n  }\n}\n```\n\n#### Google Antigravity\nAdd to `mcp_config.json`:\n```json\n{\n  \"mcpServers\": {\n    \"singapore-business-directory\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@sgpdirectory/mcp-server\"],\n      \"env\": { \"SGP_DIRECTORY_API_KEY\": \"<your-api-key>\" }\n    }\n  }\n}\n```\n\n### Desktop Applications\n\n#### Claude Desktop\nAdd to your `claude_desktop_config.json`:\n```json\n{\n  \"mcpServers\": {\n    \"singapore-business-directory\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@sgpdirectory/mcp-server\"]\n    }\n  }\n}\n```\n\n---\n\n## Authentication\n\nSGP Directory is free to use with anonymous rate limits. For higher quotas:\n1. Obtain an API key from the [SGP Directory Console](https://console.sgpdirectory.com/?utm_source=npmjs).\n2. Pass it via the `SGP_DIRECTORY_API_KEY` environment variable or the `Authorization: Bearer <key>` header.\n\n---\n\n## Links\n\n- **Website**: [sgpdirectory.com](https://sgpdirectory.com/?utm_source=npmjs)\n- **Console**: [console.sgpdirectory.com](https://console.sgpdirectory.com/?utm_source=npmjs)\n- **Documentation**: [docs.sgpdirectory.com](https://docs.sgpdirectory.com/?utm_source=npmjs)\n\n&copy; 2026 SGP Directory. All rights reserved.",
  "bytes": 3695,
  "sha": "0b32c07be233f12d912ee08d50f91b5004fe63c242f7b019a0c61e6a3f221b0c",
  "repo_slug": "",
  "fonte": "npm",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_sgpdirectory_singapore_business_dire_447ccd21/readme"
}