{
  "markdown": "# Singapore Business Directory MCP (@sgpdirectory/mcp)\n\n[![NPM Version](https://img.shields.io/npm/v/@sgpdirectory/mcp?color=blue&style=flat-square)](https://www.npmjs.com/package/@sgpdirectory/mcp)\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://sgpdirectory.com/docs/mcp)\n\nOfficial 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.\n\n## Key Features\n\n- **Live ACRA Data**: Query the most current registry information in Singapore.\n- **AI-Agent Ready**: Seamless integration with Cursor, Claude, Antigravity, and other MCP-aware tools.\n- **Search & Verification**: Instant search by UEN, entity name, or industry code (SSIC).\n- **Lightweight & Fast**: Powered by Cloudflare Workers and streamable HTTP.\n\n---\n\n## Quick Setup\n\nConnect your AI tool using **Streamable HTTP** (recommended) or the **NPX Wrapper**.\n\n### 1. Streamable HTTP (Modern Tools)\nUse this for **Cursor**, **Open Code**, or **Claude Code**.\n\n- **URL**: `https://sgpdirectory.com/mcp`\n- **Type**: `http` / `remote`\n\n### 2. NPX Package (Local Execution)\nRun directly via command line in tools like **Claude Desktop**.\n\n- **Command**: `npx`\n- **Args**: `[\"-y\", \"@sgpdirectory/mcp\"]`\n\n---\n\n## Detailed Setup\n\n### CLI Tools\n\n#### Claude Code or Gemini CLI\n```bash\nclaude mcp add --transport http singapore-business-directory https://sgpdirectory.com/mcp\n```\n\n#### Open Code\n```bash\nopencode mcp add\n```\n\n### IDE Tools\n\n#### Cursor\n1. Go to **Settings** → **Features** → **MCP Servers**.\n2. Click **+ Add MCP server**.\n3. **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    }\n  }\n}\n```\n\n#### Google Antigravity\nAdd to your `mcp_config.json`:\n```json\n{\n  \"mcpServers\": {\n    \"singapore-business-directory\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@sgpdirectory/mcp\"],\n      \"env\": { \"SGP_DIRECTORY_API_KEY\": \"your-secret-token\" }\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\"]\n    }\n  }\n}\n```\n\n---\n\n## Authentication\n\nAnonymous usage is supported with rate limits. For pro access:\n1. Get your API key at the [SGP Directory Console](https://console.sgpdirectory.com/?utm_source=npmjs&utm_medium=referral).\n2. Configure using environment variable `SGP_DIRECTORY_API_KEY`.\n\n---\n\n## Links\n\n- **Website**: [sgpdirectory.com](https://sgpdirectory.com/?utm_source=npmjs&utm_medium=referral)\n- **API Docs**: [docs.sgpdirectory.com](https://docs.sgpdirectory.com/?utm_source=npmjs&utm_medium=referral)\n\n&copy; 2026 SGP Directory.",
  "bytes": 3197,
  "sha": "7bdb07b5f22c033641a4f0405ee30bbf3d7221ff4457cfcfc9c5af4fb56299e1",
  "repo_slug": "",
  "fonte": "npm",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_sgpdirectory_mcp_b6c1bb14/readme"
}