Skip to main content
Glama

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.

Related MCP server: EdgeOne Pages MCP Server

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

Tool

Description

create_project / list_projects / get_project / update_project_settings

Project lifecycle

get_upload_url / get_upload_urls_batch / confirm_upload / confirm_uploads_batch

Upload site files

list_files / get_file / delete_file

Manage project files

deploy / get_deployment_status / get_preview_url

Publish and poll until live

run_checks / get_checks_results

Quality checks (Lighthouse, a11y, links)

configure_custom_domain / get_domain_status

Custom domains

create_form / list_forms / update_form / list_form_submissions / delete_form_submission

Forms

get_quotas_and_usage / get_project_usage / update_project_settings (analytics_enabled) / get_project_analytics / get_account

Quotas, usage, and opt-in site traffic

create_account_session / get_account_console_kit

Billing/account console kit (never embed nv_ in HTML)

Official registry

Published as ai.novence/mcp on registry.modelcontextprotocol.io.

License

MIT — see LICENSE.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    An MCP server that automatically generates static websites from natural language instructions, creating Next.js-based sites with optional automatic deployment to AWS S3.
  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server for BrewPage, a free no-signup hosting service. Lets AI agents publish HTML, Markdown, JSON, files, or a full multi-file static site and get a public URL instantly via a REST API.
    2
    Apache 2.0

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/LincChad/novence-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server