# 787daily MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-tcador-787daily
- Repository: https://github.com/tcador/787daily-site
- Website: https://787daily.com

## Install
- Endpoint: https://mcp.787daily.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.787daily.com/mcp

## Tools
- get_daily_briefing - Today's Puerto Rico briefing: the latest English news summaries from 787daily, each linked back to the original Spanish-language source. Returns summaries + links only. Endpoint: https://mcp.787daily.com/mcp
- keyword_search_news - Keyword search over 787daily's Puerto Rico news archive by title/summary and optional section. Returns matching article summaries with links to the originals. For semantic/vector search, use search_news. Endpoint: https://mcp.787daily.com/mcp
- search_pr_news - Legacy alias for keyword_search_news. Keyword search over title/summary and optional section; use search_news for semantic/vector search. Endpoint: https://mcp.787daily.com/mcp
- list_sections - List 787daily's news sections (categories) and what each covers. Endpoint: https://mcp.787daily.com/mcp
- list_condition_spots - List every 787daily Puerto Rico adventure spot with its activities and the CURRENT activity-window verdict (good/fair/marginal/poor, scored from buoy + marine data at the site's last build). Use a spot's key with get_conditions for live numbers. Endpoint: https://mcp.787daily.com/mcp
- get_conditions - Live conditions at a Puerto Rico spot from public data (Open-Meteo): wave height/period/direction, sea-surface temp, air temp, and wind. Use list_condition_spots for valid keys. Endpoint: https://mcp.787daily.com/mcp
- get_town_weather - Current conditions plus a 24-hour forecast for any of Puerto Rico's 78 municipalities, by slug (e.g. 'san-juan', 'ponce', 'rio-grande'). Hourly temperature (°F), wind (mph + direction), and condition labels from Open-Meteo via 787daily's cached endpoint. Endpoint: https://mcp.787daily.com/mcp
- search_news - Semantic vector search over 787daily's Puerto Rico news corpus. Returns the most relevant article matches (title, URL, topic, date, score) for a free-text query — without generating an answer. Use this when you want matching articles rather than a synthesized answer; use ask() when you want a grounded narrative answer. Endpoint: https://mcp.787daily.com/mcp
- ask - Ask a question about Puerto Rico and get a grounded, cited answer synthesized from 787daily's own news corpus. Returns { answer, sources, refused }. If the question is off-topic or not covered by the corpus the answer is refused cleanly — no outside knowledge is ever used. For raw article matches without generation, use search_news() instead. Endpoint: https://mcp.787daily.com/mcp
- get_by_entity - Return 787daily articles that mention a specific named entity (person, organization, or place), newest-first. Match is on the entity's canonical name (case-insensitive). Returns { name, count, articles[] }. Endpoint: https://mcp.787daily.com/mcp
- get_by_municipality - Return 787daily articles that mention a specific Puerto Rico municipality, newest-first. Accepts canonical names and common variants (e.g. 'San Juan', 'Ponce', 'Rincón'). Returns { name, count, articles[] }. Endpoint: https://mcp.787daily.com/mcp
- get_cost_of_living - Puerto Rico cost-of-living figures from the U.S. Census ACS 5-Year Estimates: median gross rent, median household income, and median home value for the island, the US (comparison), and any of the 78 municipios. Vintage-labeled; suppressed small-town estimates are null. Endpoint: https://mcp.787daily.com/mcp
- get_safety_stats - Puerto Rico reported crime statistics (PRPD Type I via the Instituto de Estadísticas): island year-to-date totals vs the same period last year, monthly homicide series, victim demographics, and per-municipio counts with violent-crime rates per 10k residents (prior full year). Reported incidents, not victimization surveys. Endpoint: https://mcp.787daily.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.tcador
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 23, 2026
- Source: https://registry.modelcontextprotocol.io
