Skip to content
LangChain

MVR API - Minimum Viable Relationships for LangChain

io.github.africanmarketos591/mvr-api

Read-only MVR preflight for trust, permission, evidence gaps, and African market-entry readiness.

client:LangChain transport:streamable-http tools:5

Install MVR API - Minimum Viable Relationships in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mvr-api": {
            "transport": "streamable_http",
            "url": "https://africanmarketos.com/mcp/preflight",
        }
})

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

MVR API - Minimum Viable Relationships in other clients