# sg-company-lookup-mcp

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add vdineshk/sg-company-lookup-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list vdineshk/sg-company-lookup-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vdineshk/sg-company-lookup-mcp lookup_company

# Call a tool
npx -y @smithery/cli@latest tool call vdineshk/sg-company-lookup-mcp lookup_company '{}'
```

## Direct MCP Connection

Endpoint: `https://sg-company-lookup-mcp--vdineshk.run.tools`

## Tools (4)

- `lookup_company` — Search Singapore companies by name or UEN, return registration details. Use this tool when you need to find or verify a…
- `get_company_officers` — Directors and officers for a given UEN. Use this tool when you need to identify directors or key personnel of a Singapo…
- `get_industry_stats` — Company registration/cessation trends by SSIC sector. Use this tool when you need market intelligence on business forma…
- `check_company_status` — Active/struck-off/dissolved status check for any UEN. Use this tool when you need to verify whether a Singapore company…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get vdineshk/sg-company-lookup-mcp <tool-name>
```
