Server Details
Singapore business directory. Search companies, UENs, and SSIC industry classifications.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
4 toolscheck_name_availabilityInspect
Check if a proposed business entity name is available for registration in Singapore.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The proposed entity name to check |
get_entityInspect
Get detailed information about a specific entity by UEN. If you only have a company name, call search_entities first to obtain the UEN, then call this tool.
| Name | Required | Description | Default |
|---|---|---|---|
| uen | Yes | Unique Entity Number (UEN) of the company. If you only have a company name, use search_entities first to find the UEN. |
search_entitiesInspect
Search for entities (companies) in the directory.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return | |
| query | Yes | Search query for company name or UEN | |
| status | No | Filter by entity status (e.g., 'Live', 'Struck Off'). Optional. |
search_ssicInspect
Search for SSIC (Singapore Standard Industrial Classification) codes by keywords or find codes used by peer entities. Provide keywords (space-separated, AND logic) and/or peers (comma-separated UENs).
| Name | Required | Description | Default |
|---|---|---|---|
| peers | No | Comma-separated list of peer entity UENs to find their SSIC codes. Example: "202100001A,202200002B". | |
| keywords | No | Space-separated keywords to search SSIC descriptions (AND logic — all terms must match). Example: "software development" matches codes whose description contains both words. Use peers for OR-style lookup across multiple entities. |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!