FLOCORE Governed MCP for LangChain
tech.flocore/flocore
Governed MCP front door to FLOCORE; write calls need human approval and signed receipts.
client:LangChain
transport:streamable-http
tools:11
Install FLOCORE Governed MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"flocore": {
"transport": "streamable_http",
"url": "https://fo.flocore.tech/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs