Cloud Services
novence.ai
Provides static site hosting for AI agents with deployment via MCP, REST, or GraphQL, custom domains, and quality checks.
ENDPOINT 1
https://api.novence.ai/mcp
MCP server metadata
- Name
- Novence
- Version
- 0.1.0
Known tools 43
billing_portalStripe Customer Portal URL for an existing subscriber (manage/cancel).
Inferred read-onlycreate_projectCreate a new hosting project on the caller's account (counts against the caller's project quota).
Potential side effectsupdate_project_settingsUpdate project name, description, check thresholds, or analyticsEnabled (cookieless edge traffic; off by default).
Potential side effectscreate_formCreate a Novence form on a project (optional — sites may use Formspree/Web3forms instead).
Potential side effectsget_project_usagePer-project usage (storage, deploys, check minutes, bandwidth, forms).
Inferred read-onlyget_project_analyticsCookieless edge analytics for a hosted site: pageviews, 404s, top pages, referrers, and countries.
Inferred read-onlycreate_account_sessionMint a short-lived mgmt_ token for a local HTML console (account:read, billing:portal, project:members).
Inferred read-onlyget_account_console_kitJSON kit to write a local novence-console.html: snapshot, HTML template, session mint instructions.
Potential side effectsaccept_project_inviteAccept an invite token (from email or invite_project_member in local/dev).
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.