Skip to content
LangChain

Certidão STM (Justiça Militar) for LangChain

io.github.mcp-dir/stm_certidao-mcp

Issues the clearance certificate from the Superior Military Court (STM) for a person from the name,

client:LangChain transport:streamable-http tools:7

Install Certidão STM (Justiça Militar) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

Certidão STM (Justiça Militar) in other clients