Skip to content
LangChain

Micah Boswell for LangChain

io.github.socraticstatic/micah-boswell

Facts about Micah Boswell, product design leader in Dallas: work, writing, photography, profiles.

client:LangChain transport:streamable-http tools:9

Install Micah Boswell in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "micah-boswell": {
            "transport": "streamable_http",
            "url": "https://micah-boswell-mcp.vercel.app/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

Micah Boswell in other clients