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
- get_daily_briefing
- keyword_search_news
- search_pr_news
- list_sections
- list_condition_spots
- get_conditions
- get_town_weather
- search_news
- get_by_entity
- get_by_municipality
- get_latest_analysis
- get_ferry_status
- get_beach_water_quality
- get_cost_of_living
- get_town_living
- get_safety_stats
- get_power_status
- get_water_status
- get_reservoir_levels