Skip to content
LangChain

Compliance de Apostas for LangChain

io.github.mcp-dir/compliance_apostas-mcp

Checks a person's compliance indicators for the betting sector from the CPF. Platform-hosted, no cre

client:LangChain transport:streamable-http tools:7

Install Compliance de Apostas in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "compliance_apostas-mcp": {
            "transport": "streamable_http",
            "url": "https://api.mcp.ai/p_compliance_apostas",
        }
})

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

Compliance de Apostas in other clients