Mags Tack Website MCP for LangChain
com.magstackonline/site-mcp
Search and read public Mags Tack pages with source URLs.
client:LangChain
transport:streamable-http
tools:3
Install Mags Tack Website MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"site-mcp": {
"transport": "streamable_http",
"url": "https://magstackonline.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs