DETRAN SC: Veículo (Extrato) for LangChain
io.github.mcp-dir/detran_sc_veiculo-mcp
DETRAN SC: Vehicle (Extrato), official-source lookup. Platform-hosted, pay per query with prepaid cr
client:LangChain
transport:streamable-http
tools:7
Install DETRAN SC: Veículo (Extrato) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"detran_sc_veiculo-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_detran_sc_veiculo",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs