Novence
Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.
Documentation
Surface · MCP
MCP for static sites
Hosted streamable HTTP tools for Claude, Cursor, and any MCP client. Same control plane as REST and GraphQL — create, upload, check, publish at https://{suffix}.novence.ai.
Connect
Endpoint: https://api.novence.ai/mcp. Authenticate with your nv_ API key. Bootstrap from the homepage if you do not have one yet.
{ "mcpServers": { "novence": { "url": "https://api.novence.ai/mcp", "headers": { "Authorization": "Bearer nv_…" } } } }
Claude Code plugin: github.com/LincChad/novence-mcp. Set NOVENCE_API_KEY then install the plugin. After install in Cursor, replace REPLACE_WITH_NV_KEY with your key (or use env interpolation).
Copy PromptGet API keyAdd to CursorClaude plugin repo
What agents call
- Bootstrap / verify / reissue key
- Create projects → upload → deploy → poll until live
- Read check results (Lighthouse, axe, links)
- Attach custom domains and Novence Forms
- Quotas, Checkout, MPP, local console-kit
Vs local PaaS MCP wrappers
Netlify and Vercel also ship MCP. They wrap full platforms and usually expect an existing account or token. Novence is hosted MCP for a static-only loop: zero-dashboard bootstrap, promote-when-green checks, forms, and optional MPP. Fair comparison: /compare.
MCP FAQ
How do I connect Novence MCP?
Point your MCP client at https://api.novence.ai/mcp with your nv_ API key. Prefer streamable HTTP. Tools cover projects, uploads, deploys, checks, domains, forms, quotas, and account console-kit.
Do I need a dashboard account first?
No. POST https://api.novence.ai/v1/bootstrap with your email returns an nv_ key immediately. Verify the emailed OTP to unlock full Free quotas. There is no required hosted dashboard for the core loop.
How is this different from Netlify or Vercel MCP?
Novence MCP is a hosted control plane for static sites only — bootstrap without a PaaS dashboard, promote when Lighthouse/axe/link checks pass, Novence Forms, and optional MPP billing. Netlify and Vercel MCP wrap their fuller platforms and typically expect an existing account/token. See /compare.
Can I use REST or GraphQL instead?
Yes. REST at https://api.novence.ai/v1 and GraphQL at https://api.novence.ai/graphql speak the same services. Prefer MCP when your client supports it.
Ship with MCP
Copy the onboarding prompt or open the agent playbook.
Copy PromptExamplesDocs