Hawaii Conditions MCP Server
hawaii-conditions.vercel.app
· Spacemandomains
Real-time surf, weather, trail status, volcano, ocean safety, and restaurants for Hawaii.
hawaii-conditions.vercel.app via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 54/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-10 05:22:04 current | 4a3b8c395484… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://hawaii-conditions.vercel.app/.well-known/agent-card.json |
| Provider | https://hawaii-conditions.vercel.app |
| Docs | https://hawaii-conditions.vercel.app/skill.md |
Skills · 13 declared · mapped to canonical taxonomy
Sunrise, sunset, daylight duration (HST).
Moon phase, illumination, moonrise/moonset times.
5-day Hawaii forecast, UV index, wind, sunrise/sunset.
Wave height, period, direction + 3-day surf forecast.
NPS alerts and state trail closures.
Live Kīlauea status from USGS HVO.
Box jellyfish, rip currents, NOAA marine alerts.
All five data sources combined — best value.
Find restaurants by location, cuisine, price, open-now.
Full hours, reviews, photos for a restaurant.
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/hawaii-conditions.vercel.app) [](https://agenstry.com/agents/hawaii-conditions.vercel.app) [](https://agenstry.com/agents/hawaii-conditions.vercel.app) [](https://agenstry.com/agents/hawaii-conditions.vercel.app)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Hawaii Conditions MCP Server",
"description": "Real-time surf, weather, trail status, volcano, ocean safety, and restaurants for Hawaii.",
"url": "https://hawaii-conditions.vercel.app/api/mcp",
"version": "1.0.5",
"provider": {
"organization": "Spacemandomains",
"url": "https://hawaii-conditions.vercel.app"
},
"documentationUrl": "https://hawaii-conditions.vercel.app/skill.md",
"capabilities": {
"mcp": true,
"streaming": true,
"payments": [
"x402",
"stripe-card-prepaid"
]
},
"payment": {
"x402": {
"enabled": true,
"version": 1,
"scheme": "exact",
"network": "base",
"payTo": "0xea8B7221507d1A0549e1ab96000a54401A7fDaC1",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"assetName": "USD Coin",
"facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
"facilitatorMode": "cdp",
"settlementReady": true
},
"discovery": "https://hawaii-conditions.vercel.app/.well-known/x402",
"prepaidLedger": {
"accountHeader": "X-MCP-Account",
"registerTool": "register_agent"
}
},
"skills": [
{
"id": "ping",
"name": "ping",
"description": "Health check, server info, and setup instructions.",
"priceUsd": 0
},
{
"id": "get_sun_times",
"name": "get_sun_times",
"description": "Sunrise, sunset, daylight duration (HST).",
"priceUsd": 0
},
{
"id": "get_moon_phase",
"name": "get_moon_phase",
"description": "Moon phase, illumination, moonrise/moonset times.",
"priceUsd": 0
},
{
"id": "register_agent",
"name": "register_agent",
"description": "Create a prepaid account; returns an API key.",
"priceUsd": 0
},
{
"id": "get_balance",
"name": "get_balance",
"description": "Current balance and recent transactions.",
"priceUsd": 0
},
{
"id": "get_weather",
"name": "get_weather",
"description": "5-day Hawaii forecast, UV index, wind, sunrise/sunset.",
"priceUsd": 0.1
},
{
"id": "get_surf_conditions",
"name": "get_surf_conditions",
"description": "Wave height, period, direction + 3-day surf forecast.",
"priceUsd": 0.1
},
{
"id": "get_trail_status",
"name": "get_trail_status",
"description": "NPS alerts and state trail closures.",
"priceUsd": 0.25
},
{
"id": "get_volcano_status",
"name": "get_volcano_status",
"description": "Live K\u012blauea status from USGS HVO.",
"priceUsd": 0.25
},
{
"id": "get_ocean_safety",
"name": "get_ocean_safety",
"description": "Box jellyfish, rip currents, NOAA marine alerts.",
"priceUsd": 0.5
},
{
"id": "get_full_briefing",
"name": "get_full_briefing",
"description": "All five data sources combined \u2014 best value.",
"priceUsd": 2
},
{
"id": "search_restaurants",
"name": "search_restaurants",
"description": "Find restaurants by location, cuisine, price, open-now.",
"priceUsd": 0.25
},
{
"id": "get_restaurant_details",
"name": "get_restaurant_details",
"description": "Full hours, reviews, photos for a restaurant.",
"priceUsd": 0.15
}
],
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
]
}