Skip to content
LangChain

Mimiq: test pages and copy on simulated people for LangChain

io.github.victorgulchenko/mimiq-mcp

Your agent built the page. Simulated buyers test it, and Mimiq calls which version to ship.

client:LangChain transport:streamable-http tools:8

Install Mimiq: test pages and copy on simulated people in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mimiq-mcp": {
            "transport": "streamable_http",
            "url": "https://mcp.mimiqai.com/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

Mimiq: test pages and copy on simulated people in other clients