Agent Tools
Back to MCP servers

Hawaii Conditions MCP Server

https://hawaii-conditions.vercel.app/api/mcp
● healthy

skills: {'id': 'ping', 'name': 'ping', 'description': 'Health check — returns server status. Free.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'register_agent', 'name': 'register_agent', 'description': 'Create a prepaid account. Returns api_key (format: mcp_live_…). Store it immediately — shown only once. Free.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_balance', 'name': 'get_balance', 'description': 'Returns current balance, original load amount, and low-balance flag. Free.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'create_wallet_setup', 'name': 'create_wallet_setup', 'description': 'Initialise Stripe SetupIntent — returns client_secret for saving a card. Free.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'save_payment_method', 'name': 'save_payment_method', 'description': 'Attach a Stripe payment method (pm_…) to your account for autonomous top-ups. Free.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'link_stripe_customer', 'name': 'link_stripe_customer', 'description': 'Link an existing Stripe customer ID (cus_…) to your account. Free.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'recent_transactions', 'name': 'recent_transactions', 'description': 'View recent credits and debits (default 20, max 50). Free.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'add_funds_5', 'name': 'add_funds_5', 'description': 'Charge your saved card $5 — balance credited after Stripe payment confirmation. Free to call.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 172.5ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://hawaii-conditions.vercel.app/api/mcp
JSON-RPC initialize probe
curl -X POST https://hawaii-conditions.vercel.app/api/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://hawaii-conditions.vercel.app/api/mcp
Listed at (chiark)
https://chiark.ai/agents/f52d752e-0cd2-4451-83ed-5ab437edb5d9