← novence.ai

INDIVIDUAL MCP TOOL

list_files

List files for a project

novence.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://api.novence.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_files and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

novence.ai

CONNECT 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.

Related tools

  • bootstrap — Create an account + nv_ API key from an email.
  • verify_email — Confirm the email OTP (15 min TTL).
  • resend_verification — Email a new OTP (also used for reissue_key).
  • reissue_key — Mint a new account nv_ key from email OTP.
  • checkout — Return a Stripe Checkout URL for Pro ($29) or Scale.
  • mpp_upgrade — Start or complete Pro/Scale via Machine Payments Protocol.
  • billing_portal — Stripe Customer Portal URL for an existing subscriber (manage/cancel).
  • create_project — Create a new hosting project on the caller's account (counts against the caller's project quota).