← 787daily.com

INDIVIDUAL MCP TOOL

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).

787daily.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

787daily.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.787daily]
url = "https://mcp.787daily.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "787daily": {
      "type": "http",
      "url": "https://mcp.787daily.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 787daily
Remote MCP URL: https://mcp.787daily.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "787daily": {
      "url": "https://mcp.787daily.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "787daily": {
      "type": "http",
      "url": "https://mcp.787daily.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "787daily",
  "transport": "streamable-http",
  "url": "https://mcp.787daily.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related 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.
  • keyword_search_news — Keyword search over 787daily's Puerto Rico news archive by title/summary and optional section.
  • search_pr_news — Legacy alias for keyword_search_news.
  • list_sections — List 787daily's news sections (categories) and what each covers.
  • 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).
  • 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.
  • search_news — Semantic vector search over 787daily's Puerto Rico news corpus.
  • ask — Ask a question about Puerto Rico and get a grounded, cited answer synthesized from 787daily's own news corpus.