Skip to content
LangChain

Seu Rastreio for LangChain

io.github.rafaelomarques/seurastreio

API pública Seu Rastreio no MCP: rastreio, CEP, pedidos, reversa e WhatsApp.

client:LangChain transport:streamable-http

Install Seu Rastreio in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "seurastreio": {
            "transport": "streamable_http",
            "url": "https://seurastreio.com.br/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Seu Rastreio in other clients