Singapore Business Directory for LangChain
com.sgpdirectory/mcp
Singapore business directory. Search companies, UENs, and SSIC industry classifications.
client:LangChain
transport:streamable-http
runtime:npm
tools:4
Install Singapore Business Directory in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp": {
"transport": "streamable_http",
"url": "https://mcp.sgpdirectory.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs