Back to Browse

Novence MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://api.novence.ai/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

NOVENCE_API_KEYRequired

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "ai-novence-mcp": {
      "url": "https://api.novence.ai/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Novence MCP

Hosted Model Context Protocol server for Novence — static site hosting for AI agents.

This repository is the Claude Code plugin / install package (LincChad/novence-mcp). The MCP server itself is hosted; there is nothing to run locally.

Get an API key

curl -sS -X POST https://api.novence.ai/v1/bootstrap \
  -H 'Content-Type: application/json' \
  -d '{"email":"you@example.com"}'

Verify the emailed OTP when prompted to unlock full Free quotas.

Install (Claude Code)

claude plugin marketplace add LincChad/novence-mcp
# or: enable from the Claude plugin directory after listing is approved

Then set Novence API key in plugin settings (Keychain). See SETUP.md. Run /reload-plugins if you filled the key after enabling.

Claude stores the key via plugin userConfig — prefer this over shell env. The plugin’s .mcp.json sends Authorization: Bearer ${user_config.api_key}.

Cursor / shell

export NOVENCE_API_KEY='nv_…'

Add to ~/.cursor/mcp.json (or project .cursor/mcp.json):

{
  "mcpServers": {
    "novence": {
      "url": "https://api.novence.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${env:NOVENCE_API_KEY}"
      }
    }
  }
}

One-click install: Add to Cursor

Generic MCP clients

{
  "mcpServers": {
    "novence": {
      "url": "https://api.novence.ai/mcp",
      "headers": {
        "Authorization": "Bearer nv_…"
      }
    }
  }
}

Tools

ToolDescription
create_project / list_projects / get_project / update_project_settingsProject lifecycle
get_upload_url / get_upload_urls_batch / confirm_upload / confirm_uploads_batchUpload site files
list_files / get_file / delete_fileManage project files
deploy / get_deployment_status / get_preview_urlPublish and poll until live
run_checks / get_checks_resultsQuality checks (Lighthouse, a11y, links)
configure_custom_domain / get_domain_statusCustom domains
create_form / list_forms / update_form / list_form_submissions / delete_form_submissionForms
get_quotas_and_usage / get_project_usage / get_project_analytics / get_accountQuotas, usage, and site traffic
create_account_session / get_account_console_kitBilling/account console kit (never embed nv_ in HTML)

Official registry

Published as io.github.LincChad/novence-mcp on registry.modelcontextprotocol.io.

License

MIT — see LICENSE.

Reviews

No reviews yet

Be the first to review this server!

Novence MCP Server - Hosted MCP for creating, checking, deploying, and hosting | MCP Marketplace