Blind for LangChain
io.github.dheerajjha/blind-mcp
What a role really pays, including markets where the employer publishes no range.
client:LangChain
transport:stdio
runtime:pypi
Install Blind in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"blind-mcp": {
"transport": "stdio",
"command": "uvx",
"args": ["blind-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs