ZOOQ - LinkedIn Data for AI Agents for LangChain
io.github.baldiga/zooq
Live LinkedIn data for AI agents: profiles, companies, jobs, posts, email finding. No account risk.
client:LangChain
transport:streamable-http
tools:45
Install ZOOQ - LinkedIn Data for AI Agents in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"zooq": {
"transport": "streamable_http",
"url": "https://zooq.dev/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- profile_full
- profile_entity_id
- profile_enrich
- profile_employment_history
- profile_recommendations
- profile_similar
- profile_interests
- companies_entity_id
- companies_universal_name_to_id
- companies_info
- companies_enrich
- companies_name_lookup
- companies_employees_data
- companies_similar
- companies_affiliated_pages
- companies_insights
- companies_posts
- companies_jobs
- search_people
- search_companies
- search_jobs
- search_people_live
- search_companies_live
- search_schools