← veracityapi.com

INDIVIDUAL MCP TOOL

check_agent_publish_gate

Free deterministic pre-publish gate for agent-written drafts: injection, PII, claims, source grounding, disclosure, and citability checks.

veracityapi.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

veracityapi.com

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.veracityapi-com]
url = "https://veracityapi.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "veracityapi-com": {
      "type": "http",
      "url": "https://veracityapi.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: veracityapi-com
Remote MCP URL: https://veracityapi.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": {
    "veracityapi-com": {
      "url": "https://veracityapi.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "veracityapi-com": {
      "type": "http",
      "url": "https://veracityapi.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "veracityapi-com",
  "transport": "streamable-http",
  "url": "https://veracityapi.com/mcp"
}
MCP Inspector

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

Related tools

  • verify_content — Primary VeracityAPI routing tool for ChatGPT Apps and remote MCP clients.
  • analyze_text — Analyze text for content trust, specificity risk, weak provenance, slop risk, evidence, and recommended workflow action.
  • analyze_image — Analyze an HTTPS image URL for visible synthetic-image artifact risk, content trust score, evidence, and recommended workflow action.
  • analyze_batch — Analyze 1-25 short text items in one bounded synchronous batch.
  • check_specificity — Free deterministic specificity score for text.
  • scan_unicode_evasion — Free deterministic Unicode evasion scanner.
  • check_provenance_weakness — Free deterministic provenance weakness checker.
  • score_stylometric_fingerprint — Free deterministic stylometric fingerprint.