servers / novence
Novence MCP server
communitystreamable_httpremotedestructive capablehealthy
Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.
01Tools · 36
How to read this: tool names here are observed from a live tools/list handshake. The Risk label is a heuristic inferred from the tool name (write/destructive verbs), not from executing the tool — a conservative guess, not a verified capability. We never escalate risk from a description. Found one that's wrong? Tell us — we fix on report.
| Tool | Risk | Side effects | Approval |
|---|---|---|---|
| remove_project_member Remove a collaborator and revoke their project API keys. Owner-only for admins. | destructive | true | true |
| leave_project Leave a project you were invited to. Owners cannot leave. | unknown | unknown | unknown |
| create_project Create a new hosting project on the caller's account (counts against the caller's project quota). To edit a shared site, pass that project's project_id to upload/deploy tools instead. | write | true | unknown |
| list_projects List projects the caller owns or is a member of | read | false | unknown |
| get_project Get project details | read | false | unknown |
| update_project_settings Update project name, description, check thresholds, or analyticsEnabled (cookieless edge traffic; off by default). | write | true | unknown |
| get_upload_url Get a presigned PUT URL for a site file. content_type is optional (inferred from extension). | write | true | unknown |
| get_upload_urls_batch Presign many site files at once (max 100). Prefer this for multi-file sites. | write | true | unknown |
| confirm_upload Confirm a completed upload and record metadata. content_type optional. | write | true | unknown |
| confirm_uploads_batch Confirm many uploads. 200 body is { files, errors }. errors is always an array (empty on full success); retry only failed paths. | unknown | unknown | unknown |
| list_files List files for a project | read | false | unknown |
| get_file Get file metadata | read | false | unknown |
| delete_file Delete a file from staging | destructive | true | true |
| deploy Publish the site. Verified accounts run quality checks; unverified accounts skip checks (checkRuns: 0) and still go live. POST returns quickly — poll get_deployment_status until live or failed. Do not retry POST while status is promoting or checking. | write | true | unknown |
| get_deployment_status Get latest or specific deployment status | read | false | unknown |
| get_preview_url Get the public preview/live URL for a project | read | false | unknown |
| run_checks Run quality checks (triggers a deploy check cycle) | write | true | unknown |
| get_checks_results Get quality check results for the latest deployment | read | false | unknown |
| configure_custom_domain Attach a custom domain. For site domains, enables apex+www. Default primary=www with redirect (Vercel-style). Pass primary=apex or redirect=false to change. | unknown | unknown | unknown |
| get_domain_status Get custom domain status | read | false | unknown |
| create_form Create a Novence form on a project (optional — sites may use Formspree/Web3forms instead). Returns submit URLs for edge + public API. | write | true | unknown |
| list_forms List Novence forms for a project | read | false | unknown |
| update_form Update form schema, notify email, or status (active|disabled) | write | true | unknown |
| list_form_submissions List submissions for a Novence form (paginated) | read | false | unknown |
| delete_form_submission Delete one form submission (PII) | destructive | true | true |
| get_quotas_and_usage Get plan quotas and current usage | read | false | unknown |
| get_project_usage Per-project usage (storage, deploys, check minutes, bandwidth, forms). Bandwidth is live from edge-served bytes. | read | false | unknown |
| get_project_analytics Cookieless edge analytics for a hosted site: pageviews, 404s, top pages, referrers, and countries. Off by default. Enable with update_project_settings analytics_enabled=true. Default last 7 days (max 90). If disabled, returns enabled=false and empty totals. | read | false | unknown |
| get_account Full account snapshot: profile, subscription, quotas, usage, projects | read | false | unknown |
| create_account_session Mint a short-lived mgmt_ token for a local HTML console (account:read, billing:portal, project:members). Never put nv_ keys in HTML. | write | true | unknown |
| get_account_console_kit JSON kit to write a local novence-console.html: snapshot, HTML template, session mint instructions. Serve on localhost. | read | false | unknown |
| invite_project_member Invite a collaborator by email. Requires Pro/Scale on the project owner. Only the owner can invite as admin. Creates a new project on the caller's account if you use create_project instead — pass project_id here. Do not share the owner's nv_ key. | write | true | unknown |
| list_project_members List members and pending invites for a project | read | false | unknown |
| update_project_member Change a collaborator's role. Only the owner can grant or demote admin. | write | true | unknown |
| revoke_project_invite Revoke a pending invite | destructive | true | true |
| accept_project_invite Accept an invite token (from email or invite_project_member in local/dev). Unverified invitees must pass otp. Returns a project-scoped nv_ key once — never email it. Collaborating uses this project_id; create_project still bills the caller. | write | true | unknown |
02Install & source
https://api.novence.ai/mcp
remote_url- repohttps://github.com/LincChad/novence-mcp
- homepagehttps://api.novence.ai/mcp
- licenseMIT
- adoption0 stars · 0 forks
03Access granted
Manage cloud infra · writeRead & write files · destructive
The access this server can exercise, inferred from its verified tools — not a declared OAuth scope.
05Provenance & freshness
sourcesOfficial MCP Registry [p1]
last_checked2026-08-21 09:41Z
next_check2026-08-22 14:26Z
cadenceevery 29h
verifiedtools_list:passed handshake:passed metadata:passed
index_statusindex — 9 unique facts >= 5
06Badge
Add the “as seen on MCPExplorer” badge to your README.
[](https://mcpexplorer.com/servers/novence)
Next step
This is one server. A loadout combines the right servers, governance, and proven plays for a whole job — assembled deliberately, not tool-dumped.
Explore loadouts →