crispy for LangChain
sh.crispy/crispy
Full LinkedIn access for AI agents: leads, messaging, and campaigns with safe limits built in.
client:LangChain
transport:streamable-http
Install crispy in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"crispy": {
"transport": "streamable_http",
"url": "https://crispy.sh/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs