Novada Hosted MCP server — deployed at https://mcp.novada.com/mcp.
This is the deployment surface for Novada's existing MCP tools (which live in novada-mcp npm package). It wraps those tools in a remote Streamable HTTP MCP transport so AI clients (Claude Desktop / Cursor / Cline / Windsurf / VS Code) can use them via one URL — zero install.
novada-mcpserver/
├── vercel/ ← ACTIVE — Vercel Edge Function (deployed)
│ ├── api/mcp.ts
│ ├── vercel.json
│ └── README.md ← deploy walkthrough
├── worker/ ← FALLBACK — CF Workers port (kept for reference, blocked by CF subdomain limitation)
├── landing/ ← novada.com/mcp install landing page
├── docs/ ← 5 user/ops docs (README, ARCHITECTURE, INSTALL, DEPLOY, DIRECTORIES)
└── scripts/ ← reserved
See vercel/README.md for full walkthrough. TL;DR:
- Push this repo to GitHub.
- Import in Vercel → set Root Directory to
vercel/. - Add env vars + Vercel KV.
- CNAME
mcp.novada.com→cname.vercel-dns.comat AWS Route 53.
- npm package:
novada-mcp(the local MCP server — runs vianpx novada-mcp) - Source:
NovadaLabs/novada-mcp - This repo wraps that package's tools behind an HTTP endpoint at the edge.