Cape Fear Surf Guide MCP server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cape Fear Surf Guide MCP serverFind surf windows at Wrightsville Beach tomorrow morning"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cape Fear Alexa+ Surf Guide
A simulated Alexa+ experience that turns a natural-language surf-planning question into calls to the Cape Fear Surf Guide MCP server. It is not an Amazon product or an official Alexa+ client.
The browser has no MCP credential. A short-lived AWS Lambda host uses Amazon
Bedrock tool use to select one of two MCP tools over Streamable HTTP
2025-11-25:
find_surf_windowsretrieves live evidence and returns an immutable decision.explain_surf_windowreplays the stored decision bywindow_id; it does not retrieve live conditions again.
The MCP service's deterministic Python policy owns every recommendation and veto. The Bedrock host is only a conversational tool caller and explainer.
Architecture
Browser (text, optional browser speech recognition)
-> CloudFront / static UI
-> API Gateway + simulator Lambda
-> Bedrock Nova tool-use host
-> MCP 2025-11-25 client
-> Cape Fear MCP API Gateway
-> AgentCore / Strands retrieval -> deterministic policydocs/architecture.md separates the logical safety boundary from the deployed
AWS request path. The static site stays available after expiry and shows a
closed-demo state; the API Lambda is then disabled independently by its
least-privilege circuit-breaker Lambda.
The browser keeps only a short local transcript and the most recent
window_id. The Lambda stores no conversation memory, request body, API key,
or raw voice audio. Browser speech recognition is optional and may be processed
by the browser vendor; text entry remains fully supported.
Related MCP server: delivery-intelligence-mcp
Local development
Python 3.11+ is required for the Lambda package. No API key is committed.
python -m pytest
python -m http.server 8080 --directory webFor a live local backend, set these environment variables outside this repo:
CAPE_FEAR_MCP_URL=https://example.execute-api.us-east-1.amazonaws.com/mcp
CAPE_FEAR_MCP_API_KEY_SECRET_ARN=arn:aws:secretsmanager:...
BEDROCK_MODEL_ID=us.amazon.nova-lite-v1:0Use infra/simulator.yaml only after approving the AWS account, region,
budget email, ExposureId, PublicUntilUtc, MCP endpoint and secret ARN.
It creates a bounded judge-demo environment; deployment is intentionally not
automatic.
To create the versioned private Lambda artifact locally, use
python scripts/package_lambda.py --output dist/simulator.zip. Upload that
zip to the approved private artifact bucket and supply its bucket/key to the
template. The script never uploads anything.
The simulator remains fail-closed until the separately acknowledged
scripts/open_exposure.py creates a one-time DynamoDB permit record. See the
deployment runbook for that operational step.
Safety boundary
This is a planning aid, not a guarantee that ocean activity is safe. Check posted flags, lifeguards, and local officials before entering the water.
The host rejects a final answer that lacks a tool-backed immutable decision.
It never turns missing evidence into a recommendation, and never changes
decision.state, time windows, vetoes, or source timestamps from the MCP result.
Existing-project attribution
This project is a significant follow-on to Cape Fear Surf Guide. It reuses the
public live MCP service and its deterministic safety core under the upstream
MIT license. New work in this repository includes the standard 2025-11-25
MCP host client, Bedrock conversational host, browser simulator, voice fallback,
public-demo controls, tests, and deployment documentation.
See UPSTREAM.md for the exact reuse boundary.
This server cannot be deployed
Maintenance
Related MCP Connectors
Deterministic decision layer for autonomous agents: reproducible PROCEED/REVIEW/SKIP verdicts.
Evidence-backed x402 web verification for AI agents, with auditable decisions for every condition.
Turn grounded AI answers into trusted comparisons, plans, timelines, and decision views.
Multi-expert decision intelligence with transparent synthesis and auditable workflows.
Related MCP Servers
- AlicenseAqualityCmaintenanceAuto-captures decision context from multi-agent workflows to preserve the 'why' behind every choice. Enables task traceability, reasoning retrieval, and continuous improvement across planning and implementation sessions.176 npm6MIT
- AlicenseNot gradedqualityCmaintenanceEnables delivery leads to query explainable programme health, prioritized risks, dependency impacts, change request effects, blocked decisions, and evidence-backed claims with refusal on unsupported assertions, all via deterministic tools and telemetry.MIT
- AlicenseBqualityBmaintenanceEnables AI clients to analyze software test results and defect records, producing explainable GO, CONDITIONAL_GO, or NO_GO release-readiness recommendations with deterministic risk scoring, failed-test retrieval, defect hotspot ranking, and regression test planning.4MIT
- FlicenseNot gradedqualityAmaintenanceEnables AI hosts to make deterministic fitness decisions by evaluating scheduled sessions against recovery, readiness, fatigue, and training-load evidence, with tools for plan generation, exercise substitution, and decision traceability.-