← Registry

Cloud Services

novence.ai

Provides static site hosting for AI agents with deployment via MCP, REST, or GraphQL, custom domains, and quality checks.

1 endpoint43 known toolsFirst detected August 5, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.novence.ai/mcp

No auth detected

MCP server metadata

Name
Novence
Version
0.1.0
Capabilities
tools.listChanged

Known tools 43

bootstrap

Create an account + nv_ API key from an email.

Potential side effects
verify_email

Confirm the email OTP (15 min TTL).

Potential side effects
resend_verification

Email a new OTP (also used for reissue_key).

Potential side effects
reissue_key

Mint a new account nv_ key from email OTP.

Potential side effects
checkout

Return a Stripe Checkout URL for Pro ($29) or Scale.

Inferred read-only
mpp_upgrade

Start or complete Pro/Scale via Machine Payments Protocol.

Inferred read-only
billing_portal

Stripe Customer Portal URL for an existing subscriber (manage/cancel).

Inferred read-only
create_project

Create a new hosting project on the caller's account (counts against the caller's project quota).

Potential side effects
list_projects

List projects the caller owns or is a member of

Inferred read-only
get_project

Get project details

Inferred read-only
update_project_settings

Update project name, description, check thresholds, or analyticsEnabled (cookieless edge traffic; off by default).

Potential side effects
get_upload_url

Get a presigned PUT URL for a site file.

Inferred read-only
get_upload_urls_batch

Presign many site files at once (max 100).

Inferred read-only
confirm_upload

Confirm a completed upload and record metadata.

Potential side effects
confirm_uploads_batch

Confirm many uploads.

Inferred read-only
list_files

List files for a project

Inferred read-only
get_file

Get file metadata

Inferred read-only
delete_file

Delete a file from staging

Potential side effects
deploy

Publish the site.

Potential side effects
get_deployment_status

Get latest or specific deployment status

Inferred read-only
get_preview_url

Get the public preview/live URL for a project

Inferred read-only
run_checks

Run quality checks (triggers a deploy check cycle)

Inferred read-only
get_checks_results

Get quality check results for the latest deployment

Inferred read-only
configure_custom_domain

Attach a custom domain.

Inferred read-only
get_domain_status

Get custom domain status

Inferred read-only
create_form

Create a Novence form on a project (optional — sites may use Formspree/Web3forms instead).

Potential side effects
list_forms

List Novence forms for a project

Inferred read-only
update_form

Update form schema, notify email, or status (active|disabled)

Potential side effects
list_form_submissions

List submissions for a Novence form (paginated)

Inferred read-only
delete_form_submission

Delete one form submission (PII)

Potential side effects
get_quotas_and_usage

Get plan quotas and current usage

Inferred read-only
get_project_usage

Per-project usage (storage, deploys, check minutes, bandwidth, forms).

Inferred read-only
get_project_analytics

Cookieless edge analytics for a hosted site: pageviews, 404s, top pages, referrers, and countries.

Inferred read-only
get_account

Full account snapshot: profile, subscription, quotas, usage, projects

Inferred read-only
create_account_session

Mint a short-lived mgmt_ token for a local HTML console (account:read, billing:portal, project:members).

Inferred read-only
get_account_console_kit

JSON kit to write a local novence-console.html: snapshot, HTML template, session mint instructions.

Potential side effects
invite_project_member

Invite a collaborator by email.

Potential side effects
list_project_members

List members and pending invites for a project

Inferred read-only
update_project_member

Change a collaborator's role.

Inferred read-only
remove_project_member

Remove a collaborator and revoke their project API keys.

Potential side effects
revoke_project_invite

Revoke a pending invite

Inferred read-only
leave_project

Leave a project you were invited to.

Inferred read-only
accept_project_invite

Accept an invite token (from email or invite_project_member in local/dev).

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.novence]
url = "https://api.novence.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "novence": {
      "type": "http",
      "url": "https://api.novence.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: novence
Remote MCP URL: https://api.novence.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "novence": {
      "url": "https://api.novence.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "novence": {
      "type": "http",
      "url": "https://api.novence.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "novence",
  "transport": "streamable-http",
  "url": "https://api.novence.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.