Singapore Business Directory
Server Details
Singapore business directory. Search companies, UENs, and SSIC industry classifications.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Each tool has a clearly distinct purpose: name availability checking, entity detail retrieval, entity search, and SSIC code search. No overlap or ambiguity.
All tools use consistent snake_case and verb_noun pattern: check_, get_, search_, search_. Predictable and easy to understand.
With 4 tools, the server is well-scoped for a business directory. Each tool covers a necessary operation without being overly narrow or broad.
The tool set covers core directory needs: name availability, entity search with filtering, entity detail lookup, and industry code search. It's complete for an information retrieval service.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- Changed
search_entities12 fields changed- added
Input schema / properties / industryAdded value: +{ + "description": "Filter by primary industry section code (e.g., 'M' for Professional, Scientific and Technical Activities). Optional.", + "type": "string" +} - changed
Input schema / properties / limit / descriptionPrevious value: -"Number of results to return"New value: +"Number of results to return, from 1 to 100." - added
Input schema / properties / limit / maximumAdded value: +100 - added
Input schema / properties / limit / minimumAdded value: +1 - changed
Input schema / properties / limit / typePrevious value: -"number"New value: +"integer" - added
Input schema / properties / orderAdded value: +{ + "description": "Sort order. For newest entities, use 'registration_date.desc.nullslast,uen.desc'.", + "type": "string" +} - added
Input schema / properties / pageAdded value: +{ + "default": 1, + "description": "Page number for paginated results, starting at 1.", + "minimum": 1, + "type": "integer" +} - changed
Input schema / properties / query / descriptionPrevious value: -"Search query for company name or UEN"New value: +"Optional full-text search query for company name, UEN, or keywords. Leave empty when listing entities by filters such as registration date." - added
Input schema / properties / registrationDateEndAdded value: +{ + "$ref": "#/properties/registrationDateStart", + "description": "Inclusive upper bound for registration_date in YYYY-MM-DD format." +} - added
Input schema / properties / registrationDateStartAdded value: +{ + "description": "Inclusive lower bound for registration_date in YYYY-MM-DD format. Use with registrationDateEnd for recent-entity analysis.", + "pattern": "^\\d{4}-\\d{2}-\\d{2}$", + "type": "string" +} - added
Input schema / properties / uenAdded value: +{ + "description": "Optional exact Unique Entity Number (UEN) filter. Use this when the UEN is known.", + "type": "string" +} - removed
Input schema / requiredRemoved value: -[ - "query" -]
2 tool updates
- Changed
get_entity1 field changed- changed
Input schema / properties / uen / descriptionPrevious value: -"Unique Entity Number (UEN) of the company"New value: +"Unique Entity Number (UEN) of the company. If you only have a company name, use search_entities first to find the UEN."
- Changed
search_ssic3 fields changed- removed
Input schema / properties / keywordRemoved value: -{ - "description": "Keyword based search. Supports AND logic (spaces between words) and OR logic (comma-separated groups). Example: \"retail food,delivery\" means (retail AND food) OR (delivery).", - "type": "string" -} - added
Input schema / properties / keywordsAdded value: +{ + "description": "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.", + "type": "string" +} - removed
Input schema / properties / peerRemoved value: -{ - "description": "Deprecated. Use peers instead. Single peer entity UEN or Exact Name.", - "type": "string" -}
1 tool update
- Changed
search_ssic3 fields changed- changed
Input schema / properties / keyword / descriptionPrevious value: -"Keyword based search. Supports AND logic (spaces) and OR logic (comma-separated)."New value: +"Keyword based search. Supports AND logic (spaces between words) and OR logic (comma-separated groups). Example: \"retail food,delivery\" means (retail AND food) OR (delivery)." - changed
Input schema / properties / peer / descriptionPrevious value: -"Search by peer entity UEN or Exact Name to find its SSIC codes."New value: +"Deprecated. Use peers instead. Single peer entity UEN or Exact Name." - added
Input schema / properties / peersAdded value: +{ + "description": "Comma-separated list of peer entity UENs to find their SSIC codes. Example: \"202100001A,202200002B\".", + "type": "string" +}
4 tool updates
- First observed
check_name_availability - First observed
get_entity - First observed
search_entities - First observed
search_ssic
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity – fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge – works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge – works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
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!
Related MCP Connectors
Singapore business directory. Search companies, UENs, and SSIC industry classifications.
UK SIC code lookup, GICS/ICB mapping, and Companies House search. 731 codes, 5.6M companies.
Live data from 27 official national company registries. Unmodified. For KYB and due diligence.
Find verified global B2B buyers by category & country. Free anonymous discovery. SGX-listed.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables lookup of Singapore companies by UEN or name using ACRA's free open data from data.gov.sg, with tools for UEN validation, exact lookup, and free-text search.MIT
- FlicenseNot gradedqualityBmaintenanceEnables searching and retrieving detailed information about Thai juristic persons, foreign entities, financial statements, directors, shareholders, and statistics from the Department of Business Development data warehouse.1-
- AlicenseNot gradedqualityDmaintenanceMCP server for global B2B buyer intelligence. Find verified importers & distributors by product category & country. Free anonymous discovery via find_buyers. Contact unlock & company intelligence require a zk_ API key. SGX-listed data provider, PDPA compliant, bilingual EN/ZH.17MIT
- AlicenseAqualityDmaintenanceSearch companies, officers, and filing history across 140+ jurisdictions worldwide using the OpenCorporates API.525MIT