Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Novence

REMOTE · API.NOVENCE.AI · SCANNED AUG 22

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

Available components

54 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability67
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1602 tokens (~44/item across 36 items; 36 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · api.novence.ai

# add to Claude Code
claude mcp add --transport http ai-novence-mcp https://api.novence.ai/mcp
# ~/.codex/config.toml
[mcp_servers.ai-novence-mcp]
url = "https://api.novence.ai/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-novence-mcp": {
      "type": "remote",
      "url": "https://api.novence.ai/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-novence-mcp --url https://api.novence.ai/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  ai-novence-mcp:
    url: "https://api.novence.ai/mcp"
// mcp.json
{
  "mcpServers": {
    "ai-novence-mcp": {
      "type": "http",
      "url": "https://api.novence.ai/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 22 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 21 Aug 26 54

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Aug 2026 · Probed https://api.novence.ai/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=novence.ai CN=WE1,O=Google Trust Services,C=US 18 Jul 2026 16 Oct 2026 ECDSA 256 ECDSA-SHA256 2a6235851ae94d560e89943c39cc3053
SANs: novence.ai, *.novence.ai
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of api.novence.ai. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ai. present 3799 8 Verified
novence.ai. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.novence.ai/mcp Verified 200
http (plaintext) http://api.novence.ai/mcp Served over HTTP 200
MCP tools · 36 exposed · ~1,602 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
accept_project_invite ~75

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.

NameTypeReqDescription
otpstring
tokenstringyes

No output schema declared.

No examples provided.

configure_custom_domain ~75

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.

NameTypeReqDescription
hostnamestringyes
primarystring
project_idstringyes
redirectboolean

No output schema declared.

No examples provided.

confirm_upload ~43

Confirm a completed upload and record metadata. content_type optional.

NameTypeReqDescription
content_typestring
pathstringyes
project_idstringyes

No output schema declared.

No examples provided.

confirm_uploads_batch ~54

Confirm many uploads. 200 body is { files, errors }. errors is always an array (empty on full success); retry only failed paths.

NameTypeReqDescription
filesarrayyes
project_idstringyes

No output schema declared.

No examples provided.

create_account_session ~43

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

create_form ~84

Create a Novence form on a project (optional — sites may use Formspree/Web3forms instead). Returns submit URLs for edge + public API.

NameTypeReqDescription
fieldsarray
honeypot_fieldstring
namestringyes
notify_email
project_idstringyes
slugstring

No output schema declared.

No examples provided.

create_project ~59

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.

NameTypeReqDescription
descriptionstring
namestringyes

No output schema declared.

No examples provided.

delete_file ~29

Delete a file from staging

NameTypeReqDescription
pathstringyes
project_idstringyes

No output schema declared.

No examples provided.

delete_form_submission ~41

Delete one form submission (PII)

NameTypeReqDescription
form_idstringyes
project_idstringyes
submission_idstringyes

No output schema declared.

No examples provided.

deploy ~74

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.

NameTypeReqDescription
forceboolean
project_idstringyes

No output schema declared.

No examples provided.

get_account ~22

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_account_console_kit ~35

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_checks_results ~34

Get quality check results for the latest deployment

NameTypeReqDescription
deployment_idstring
project_idstringyes

No output schema declared.

No examples provided.

get_deployment_status ~33

Get latest or specific deployment status

NameTypeReqDescription
deployment_idstring
project_idstringyes

No output schema declared.

No examples provided.

get_domain_status ~22

Get custom domain status

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

get_file ~27

Get file metadata

NameTypeReqDescription
pathstringyes
project_idstringyes

No output schema declared.

No examples provided.

get_preview_url ~27

Get the public preview/live URL for a project

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

get_project ~20

Get project details

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

get_project_analytics ~92

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.

NameTypeReqDescription
fromstring
project_idstringyes
tostring

No output schema declared.

No examples provided.

get_project_usage ~43

Per-project usage (storage, deploys, check minutes, bandwidth, forms). Bandwidth is live from edge-served bytes.

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

get_quotas_and_usage ~19

Get plan quotas and current usage

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_upload_url ~53

Get a presigned PUT URL for a site file. content_type is optional (inferred from extension).

NameTypeReqDescription
content_typestring
pathstringyes
project_idstringyes

No output schema declared.

No examples provided.

get_upload_urls_batch ~44

Presign many site files at once (max 100). Prefer this for multi-file sites.

NameTypeReqDescription
filesarrayyes
project_idstringyes

No output schema declared.

No examples provided.

invite_project_member ~84

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.

NameTypeReqDescription
emailstringyes
project_idstringyes
rolestring

No output schema declared.

No examples provided.

leave_project ~28

Leave a project you were invited to. Owners cannot leave.

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

list_files ~22

List files for a project

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

list_form_submissions ~51

List submissions for a Novence form (paginated)

NameTypeReqDescription
form_idstringyes
limitinteger
offsetinteger
project_idstringyes

No output schema declared.

No examples provided.

list_forms ~24

List Novence forms for a project

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

list_project_members ~26

List members and pending invites for a project

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

list_projects ~19

List projects the caller owns or is a member of

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

remove_project_member ~40

Remove a collaborator and revoke their project API keys. Owner-only for admins.

NameTypeReqDescription
account_idstringyes
project_idstringyes

No output schema declared.

No examples provided.

revoke_project_invite ~32

Revoke a pending invite

NameTypeReqDescription
invite_idstringyes
project_idstringyes

No output schema declared.

No examples provided.

run_checks ~27

Run quality checks (triggers a deploy check cycle)

NameTypeReqDescription
project_idstringyes

No output schema declared.

No examples provided.

update_form ~82

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

NameTypeReqDescription
fieldsarray
form_idstringyes
honeypot_fieldstring
namestring
notify_email
project_idstringyes
slugstring
statusstring

No output schema declared.

No examples provided.

update_project_member ~48

Change a collaborator's role. Only the owner can grant or demote admin.

NameTypeReqDescription
account_idstringyes
project_idstringyes
rolestringyes

No output schema declared.

No examples provided.

update_project_settings ~71

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

NameTypeReqDescription
analytics_enabledboolean
check_thresholdsobject
descriptionstring
namestring
project_idstringyes

No output schema declared.

No examples provided.