AI & Machine Learning
verificate.ai
Validates and gates AI outputs, plans, and code against enterprise and MLOps standards.
ENDPOINT 1
https://verificate-portal-verificate-granite-4-small.apps.gpu4.fusion.isys.hpc.dc.uq.edu.au/mcp
MCP server metadata
- Name
- verificate-mcp-http
- Version
- 0.5.0
Known tools 4
validate_planValidate a PLAN/design BEFORE coding against enterprise standards: completeness, feasibility, performance & scalability implications, risks, ISO/MLOps compliance, and missing considerations.
Inferred read-onlyanalyze_codeEnterprise code analysis: performance/scalability hot paths, reliability, tech debt, and ISO/IEC 25010 + MLOps quality attributes (syntax/lint assumed handled upstream).
Inferred read-onlygenerate_codeGenerate code with an LLM, then gate the result through the protection engine (no placeholder output)
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://mcp.verificate.ai/mcp
MCP server metadata
- Name
- verificate-mcp-http
- Version
- 0.7.1
Known tools 4
validate_ai_outputThe merge gate for AI-written CODE: returns a binary approve/reject verdict with veto power — e.
Inferred read-onlyvalidate_planThe gate for PLANS, designs and specs — run BEFORE any code is written, the cheapest place to catch a bad design.
Inferred read-onlyanalyze_codeAdvisory deep-dive on existing code — scores and findings, deliberately NO pass/fail verdict, so it never blocks an agent.
Inferred read-onlygenerate_codeGenerate code and gate it in one step: an LLM writes the implementation, then the same protection engine as validate_ai_output vets it — retrying generation when the gate rejects.
Inferred read-onlyCONNECT 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://mcp.verificate.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"verificate-mcp-http": {
"type": "http",
"url": "https://mcp.verificate.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: verificate-mcp-http
Remote MCP URL: https://mcp.verificate.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": {
"verificate-mcp-http": {
"url": "https://mcp.verificate.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"verificate-mcp-http": {
"type": "http",
"url": "https://mcp.verificate.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "verificate-mcp-http",
"transport": "streamable-http",
"url": "https://mcp.verificate.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for uq.edu.au was fetched 2026-07-30T21:54:22.899Z.
uq.edu.au is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.