HumanMirror Forge for LangChain
fr.humanmirror/forge
Five deterministic micro-tools for AI-agent data pipelines: clean, dedupe, normalize, score, detect.
client:LangChain
transport:streamable-http
tools:5
Install HumanMirror Forge in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"forge": {
"transport": "streamable_http",
"url": "https://humanmirror.fr/api/forge/mcp/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs