InnovationsHospitalitySearch MCP Server
Handles inquiry notifications and acknowledgements via email.
Provides authentication, database access, and row-level security for managing content and user sessions.
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., "@InnovationsHospitalitySearch MCP ServerPublish a new hospitality executive opportunity"
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.
Innovations Hospitality Search
The public marketing site and private publishing console for Innovations Hospitality Search, a boutique national hospitality recruiting and executive search firm.
What Is Included
Public marketing, expertise, process, candidate, contact, insight, and opportunity pages
Database-backed articles, guides, and hospitality opportunities
Private administration for content, opportunities, inquiries, and analytics
Supabase authentication, database access, and row-level security
Resend inquiry notifications and acknowledgements
A private MCP server for authenticated publishing workflows
Technical SEO including metadata, structured data, sitemap, robots directives, RSS, and
llms.txt
Related MCP server: Career Agent Workbench MCP Server
Technology
Next.js 15 with the App Router
React 19 and TypeScript
Tailwind CSS with shared marketing and administration styles
Supabase Auth and Postgres
Resend
Model Context Protocol SDK
Vitest
Local Setup
Install dependencies:
npm installCopy
.env.exampleto.env.localand provide the required Supabase values. Add Resend and analytics values only when those services are being tested.Apply the SQL migrations in
supabase/migrationsto the configured Supabase project.Start the development server:
npm run devOpen http://localhost:3000.
Verification
Run the complete local verification set before opening or merging a pull request:
npm run typecheck
npm test
npm run buildDeployment
The application is deployed as a Next.js server. NEXT_PUBLIC_SITE_URL and
NEXT_PUBLIC_ADMIN_URL are required in production. The public origin controls
SEO, OAuth metadata, MCP discovery, public publishing links, the sitemap, RSS,
and llms.txt; the admin origin controls login, recovery, protected previews,
and console links. Production must use:
NEXT_PUBLIC_SITE_URL=https://www.innovationshospitalitysearch.com
NEXT_PUBLIC_ADMIN_URL=https://admin.innovationshospitalitysearch.comFollow the custom-domain migration runbook before enabling redirects from the Railway-generated hostname.
Do not expose SUPABASE_SERVICE_ROLE_KEY, RESEND_API_KEY, or RESEND_WEBHOOK_SECRET through NEXT_PUBLIC_ environment variables.
Documentation
Current Status
The first production-ready marketing and publishing foundation is complete. Editorial content and public opportunities can be managed from the private console without a code deployment.
This server cannot be deployed
Maintenance
Related MCP Connectors
Live job postings from 30+ ATS feeds and job boards, one schema. Sign in with OAuth, or use a key.
Manage social publishing workflows through OpenPost
Create, manage, publish, and analyze Inblog content through AI agents.
Related MCP Servers
AlicenseAqualityBmaintenanceEnables AI agents to onboard restaurant brands and manage Crave menus, storefronts, and mobile releases via natural language.384 npmMIT- AlicenseCqualityAmaintenanceEnables natural-language access to workspace-independent public job search, matching, and seeding tools, along with lazy job matching, while keeping private data and application state in a separate operator-owned workspace.4MIT

HireFrog MCPofficial
AlicenseNot gradedqualityBmaintenanceEnables MCP-compatible AI assistants to securely access a user's job-search account, letting them search and save jobs, analyze job fit, and retrieve job queue and profile summaries with links back to the web app.MIT- AlicenseNot gradedqualityCmaintenanceEnables natural language management of job applications through MCP-compatible clients, including searching real job offers, creating and deleting applications, generating CVs or cover letters, and retrieving application metrics.ISC