HomeCloud & Monitoring › Novence

Novence

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

TypeScript Cloud Remote
★ 1 stars Last pushed 2026-09-21 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.novence.ai/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://api.novence.ai/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://api.novence.ai/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Optional to start. Call bootstrap(email) for an nv_ key, then Bearer nv_… for authenticated tools (checkout / mpp_upgrade need verified email).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry