Sierra Navigator Cloud
Hosted, OAuth-secured MCP server that drives the Sierra Interactive real-estate admin backend, enabling reads, guarded writes, and identity-locked deletes over HTTP without a browser.
README
Sierra Navigator Cloud
Hosted, OAuth-secured MCP server that drives the Sierra Interactive real-estate
admin backend over pure HTTP (no browser in the hot path). Wraps the browserless
sierra_core client and exposes it to MCP clients (Claude Desktop, ChatGPT, Claude
Code, …) behind WorkOS OAuth. The MCP layer exposes reads, guarded writes
(two-step preview → confirm via one-time, hash-pinned confirm tokens), and
identity-locked deletes (echo the stored title back to confirm; content-page
deletes are irreversible, with a recovery snapshot to the ledger first). Full
page create/edit writes (save_content_page & friends) are a deferred,
live-testable follow-up — see NOTES.md.
Canonical home of
sierra_coregoing forward. The local dev tree (Scraper Creator) keeps a copy with a headed-browser login fallback for interactive work; this cloud build is HTTP-login-only and ships in a tiny image.
Layout
sierra_core/ # browserless Sierra HTTP client (errors, parsing, transport,
# session broker, identity-lock, client) — 49 unit tests
sierra_mcp/ # the FastMCP server (tools, resources, auth, guardrails, audit)
data/ # the 642-endpoint catalogue (js_bundle_endpoints.json + API_ENDPOINTS.md)
tests/ # sierra_core/ (reused) + sierra_mcp/
Configuration (env)
See env.example for a copy-paste template.
| Var | Purpose |
|---|---|
SIERRA_SITE / SIERRA_USERNAME / SIERRA_PASSWORD |
Sierra admin login (operator tenant) |
AUTHKIT_DOMAIN |
WorkOS AuthKit domain, e.g. https://<env>.authkit.app (enables OAuth) |
MCP_PUBLIC_BASE_URL |
This server's public URL, e.g. https://sierra.tastyautomations.com |
WORKOS_CLIENT_ID |
WorkOS public client id — reserved (not read at runtime yet) |
SIERRA_MCP_ALLOW_NO_AUTH |
Set to 1 to explicitly run unauthenticated when AUTHKIT_DOMAIN is unset (dev only) |
The server fails closed: if AUTHKIT_DOMAIN is unset it refuses to start unless
SIERRA_MCP_ALLOW_NO_AUTH=1 is also set (auth-disabled local mode, dev only).
Run
pip install -r requirements-dev.txt
pytest # sierra_core + sierra_mcp tests
# Launch ONLY via the module entrypoint (the container CMD). It binds SIERRA_MCP_BIND_HOST —
# the SAME value the no-auth gate checks — so the socket can't diverge from the gate. Do NOT
# run `uvicorn sierra_mcp.server:app --host <X>` directly (its --host bypasses that gate).
SIERRA_MCP_BIND_HOST=127.0.0.1 SIERRA_MCP_ALLOW_NO_AUTH=1 python -m sierra_mcp.server # local no-auth dev, MCP at /mcp
Deploy
Docker container behind the VPS Caddy at sierra.tastyautomations.com → 127.0.0.1:8080.
Packaging is here — Dockerfile, docker-compose.yml, and the step-by-step DEPLOY.md
runbook (backup → validate → reload → verify → rollback). CI auto-deploy
(.github/workflows/deploy.yml, build → GHCR → ssh) lands in Phase 2c.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.