MeshKore for LangChain
com.meshkore/meshkore
Find a live agent by describing the task, then call its skills. Availability is probe-verified.
client:LangChain
transport:streamable-http
tools:3
Install MeshKore in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"meshkore": {
"transport": "streamable_http",
"url": "https://mcp.meshkore.com/v1/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs