← verificate.ai

INDIVIDUAL MCP TOOL

analyze_code

Enterprise code analysis: performance/scalability hot paths, reliability, tech debt, and ISO/IEC 25010 + MLOps quality attributes (syntax/lint assumed handled upstream).

verificate.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://verificate-portal-verificate-granite-4-small.apps.gpu4.fusion.isys.hpc.dc.uq.edu.au/mcp

No auth detected

Connect to this endpoint to inspect the live schema for analyze_code 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

verificate.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.verificate-mcp-http]
url = "https://verificate-portal-verificate-granite-4-small.apps.gpu4.fusion.isys.hpc.dc.uq.edu.au/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "verificate-mcp-http": {
      "type": "http",
      "url": "https://verificate-portal-verificate-granite-4-small.apps.gpu4.fusion.isys.hpc.dc.uq.edu.au/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: verificate-mcp-http
Remote MCP URL: https://verificate-portal-verificate-granite-4-small.apps.gpu4.fusion.isys.hpc.dc.uq.edu.au/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": {
    "verificate-mcp-http": {
      "url": "https://verificate-portal-verificate-granite-4-small.apps.gpu4.fusion.isys.hpc.dc.uq.edu.au/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "verificate-mcp-http": {
      "type": "http",
      "url": "https://verificate-portal-verificate-granite-4-small.apps.gpu4.fusion.isys.hpc.dc.uq.edu.au/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "verificate-mcp-http",
  "transport": "streamable-http",
  "url": "https://verificate-portal-verificate-granite-4-small.apps.gpu4.fusion.isys.hpc.dc.uq.edu.au/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • validate_ai_output — Enterprise validation gate (IBM/ISO/MLOps, top-5% bar).
  • validate_plan — Validate a PLAN/design BEFORE coding against enterprise standards: completeness, feasibility, performance & scalability implications, risks, ISO/MLOps compliance, and missing considerations.
  • generate_code — Generate code with an LLM, then gate the result through the protection engine (no placeholder output)