G-Ke/beach-status-mcp-server
3.2
If you are the rightful owner of beach-status-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MA Beach Agent MCP Server provides real-time information and recommendations for beach-related activities in Massachusetts.
Tools
FastMCP
A Python framework for creating MCP clients/servers and working with the Model Context Protocol.
MA Beach Agent MCP Server
Get up to the minute information about beach-related information for the state of Massachusetts.
Possible features:
- Get beach closures, reasons, and dates/times.
- Beach names, addresses, and locations.
- Up to the minute weather for each beach and guidance on how good of a beach day it is.
- Recommendations for beaches to choose or avoid based on provided criteria.
- Recommendations for activities based on conditions or location.
- Recommendations for food, coffee, or other amentities, based on criteria.
- Directions, itinerary, parking, costs, beach passes, etc.
Resources:
- https://www.mass.gov/info-details/interactive-beach-water-quality-dashboard
- https://www.mass.gov/saltwater-ocean-beaches/locations?page=0
- https://www.visit-massachusetts.com/state/beaches/
- https://openweathermap.org/api
- https://www.weather.gov/documentation/services-web-api
- https://www.weatherapi.com/
- https://geo-massdot.opendata.arcgis.com/search?collection=appAndMap&layout=grid&tags=beach
- https://beacon.epa.gov/ords/beacon2/r/beacon_apex/beacon2/report-page?debug=YES
- https://api.marea.ooo/doc/v2#overview
- https://nominatim.org/release-docs/develop/api/Search/
Packages and Tools
uv
Python package and project manager.
https://github.com/astral-sh/uv
FastMCP
Python framework for creating MCP clients/servers and working with the Model Context Protocol.
https://github.com/jlowin/fastmcp
httpx
Http client for Python with Async support.