Surface · MCP
Static hosting with hosted MCP
Yes — Novence is static site hosting with hosted MCP. Point Claude, Cursor, or any MCP client at https://api.novence.ai/mcp. Same control plane as REST and GraphQL — create, upload, check, publish at https://{suffix}.novence.ai.
Does Novence work with Claude and Cursor?
Yes. Hosted streamable HTTP MCP — no dashboard account first. Setup is on Free after email verify. See Claude Code and Cursor.
Endpoint: https://api.novence.ai/mcp. No nv_ key required to start. Call bootstrap(email); the session adopts the key. Add Authorization afterwards so later sessions stay authenticated.
{
"mcpServers": {
"novence": {
"url": "https://api.novence.ai/mcp"
}
}
}Claude Code plugin: github.com/Novence-ai/mcp. Enable with a blank API key, call bootstrap, then paste the nv_ key in plugin settings (Keychain) and /reload-plugins. Cursor: Add to Cursor below, then optionally set NOVENCE_API_KEY after bootstrap.
What agents call
- Bootstrap / verify / reissue key
- Create projects → upload → deploy → poll until live
- Or publish_html for one HTML document (report, dashboard, artifact)
- Read check results (Lighthouse, axe, links)
- Attach custom domains and Novence Forms
- Quotas, Checkout, MPP, site analytics (/analytics), 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. No nv_ key is required to start — call bootstrap(email); the session adopts the key. Prefer streamable HTTP. Tools cover bootstrap, projects, uploads, deploys, checks, domains, forms, team seats, quotas, site analytics, Checkout/MPP, and account console-kit.
Do I need a dashboard account first?
No. Connect MCP at https://api.novence.ai/mcp with no Authorization and call bootstrap(email), or POST https://api.novence.ai/v1/bootstrap with your email. Deploy on the unverified trial first; verify the emailed OTP after the live URL to unlock full Free quotas. Persist the nv_ key in the client for later sessions. 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, third-party widgets and /data/*.json on the site, and optional MPP billing. Netlify and Vercel MCP wrap their fuller platforms and typically expect an existing account/token. See /compare and /site-data.
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. Humans and CI usually prefer the CLI (npx novence) or SDKs (npm install @novence/sdk, pip install novence) — see /cli and /sdk. Prefer MCP when your IDE client supports it.
Ship with MCP
Copy the onboarding prompt or open the agent playbook.