Skip to content
LangChain

787daily for LangChain

io.github.tcador/787daily

Puerto Rico news (English summaries + links) and live island conditions, read-only over MCP.

client:LangChain transport:streamable-http tools:19

Install 787daily in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

787daily in other clients