@sgpdirectory/mcp
v1.3.2
Published
Singapore business directory. Search companies, UENs, and SSIC industry classifications.
Maintainers
Readme
Singapore Business Directory MCP (@sgpdirectory/mcp)
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/mcpOpen Code
opencode mcp addIDE Tools
Cursor
- Go to Settings → Features → MCP 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.
Links
- Website: sgpdirectory.com
- API Docs: docs.sgpdirectory.com
© 2026 SGP Directory.
