Sierra Navigator Cloud
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/Related MCP server: LinkedIn MCP Server
Configuration (env)
See env.example for a copy-paste template.
Var | Purpose |
| Sierra admin login (operator tenant) |
| WorkOS AuthKit domain, e.g. |
| This server's public URL, e.g. |
| WorkOS public client id — reserved (not read at runtime yet) |
| Set to |
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 /mcpDeploy
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceA production-ready MCP server that enables interaction with the AroFlo API to manage quotes, projects, and labor reporting. It features secure request signing and exposes API documentation as resources for enhanced context and tool surface.Last updated512
- Alicense-qualityDmaintenanceAn MCP server for LinkedIn REST API v2 that enables AI assistants to create, list, and delete posts, manage events, upload images, comment, and react—featuring OAuth 2.0 with session persistence, local post history tracking, and multiple automated testsLast updated1583MIT

Royal MCPofficial
Flicense-qualityAmaintenanceProduction MCP server that runs as a WordPress plugin, exposing 40+ tools for managing posts, pages, custom post types, WooCommerce products, media, users, and menus from any MCP client. Includes API key + OAuth 2.0 authentication, rate limiting (60 req/min per IP), and activity logging. Free on WordPress.orgLast updated7- AlicenseAqualityDmaintenanceA production-grade MCP server that enables AI assistants like Claude to read Etsy shop data—listings, orders, inventory, and stats—through eight read-only tools, using OAuth and automatic pagination.Last updated8MIT
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
MCP server for InsForge BaaS — database, storage, edge functions, and deployments
Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tastyppc-marketing/sierra-navigator-cloud'
If you have feedback or need assistance with the MCP directory API, please join our Discord server