peopledatalabs for LangChain
io.usefulapi/peopledatalabs
Enrich and search people and companies, resolve identities, and enrich IP addresses.
client:LangChain
transport:streamable-http
Install peopledatalabs in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"peopledatalabs": {
"transport": "streamable_http",
"url": "https://peopledatalabs.usefulapi.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs