Skip to content
LangChain

meteor for LangChain

co.com.meteor/meteor

Ejecuta Mets, gestiona contactos y tareas, y lee los datos de tu workspace.

client:LangChain transport:streamable-http

Install meteor in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "meteor": {
            "transport": "streamable_http",
            "url": "https://api.met.meteor.com.co/api/v1/mcp",
        }
})

tools = await client.get_tools()

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

meteor in other clients