INDIVIDUAL MCP TOOL
zero_fiction_checklist
Return the zero-fiction self-check checklist for AI agents before outputting business advice.
LIVE ENDPOINT
https://verifier.mcp.goaimoat.com/mcp
Connect to this endpoint to inspect the live schema for zero_fiction_checklist 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
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.goai-moat-claim-verifier]
url = "https://verifier.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-claim-verifier": {
"type": "http",
"url": "https://verifier.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-claim-verifier
Remote MCP URL: https://verifier.mcp.goaimoat.com/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": {
"goai-moat-claim-verifier": {
"url": "https://verifier.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-claim-verifier": {
"type": "http",
"url": "https://verifier.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-claim-verifier",
"transport": "streamable-http",
"url": "https://verifier.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
verify_claim— Verify a business claim against a zero-fiction fact library.audit_text— Audit a piece of text for unsourced data assertions (numbers, percentages, rankings).