YourICP for LangChain
com.youricp/mcp-server
Enrich contacts by email or LinkedIn URL and build targeted B2B audiences.
client:LangChain
transport:streamable-http
runtime:npm
Install YourICP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp-server": {
"transport": "streamable_http",
"url": "https://mcp.youricp.com/sse",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs