Singapore Business Directory

Created By
sgpdirectory3 months ago
Official Model Context Protocol (MCP) server for [SGP Directory](https://sgpdirectory.com/?utm_source=mcp-so). 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.
Overview

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

  1. Open Settings (Cmd/Ctrl + ,).
  2. Navigate to FeaturesMCP Servers.
  3. Click + Add MCP server.
  4. 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:

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

© 2026 SGP Directory. All rights reserved.

Server Config

{
  "mcpServers": {
    "singapore-business-directory": {
      "command": "npx",
      "args": [
        "-y",
        "@sgpdirectory/mcp-server"
      ]
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
sgpdirectory
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

16 hours ago
Voyei

6 hours ago