MCP distribution

Content verification tools for MCP agents.

Install the local MCP wrapper for desktop clients or connect hosted remote MCP at https://api.veracityapi.com/mcp so Claude.ai custom connectors and other MCP clients can call VeracityAPI tools for text, image, audio, private-beta video, batch analysis, and balance preflight.

Get API key Integration details Package source

Install

{
  "mcpServers": {
    "veracityapi": {
      "command": "npx",
      "args": ["-y", "@veracityapi/mcp"],
      "env": { "VERACITY_API_KEY": "YOUR_API_KEY" }
    }
  }
}

Live on npm: @veracityapi/mcp@0.1.0. Install with npx -y @veracityapi/mcp; keep VERACITY_API_KEY in the MCP server environment.

Remote MCP

{
  "mcpServers": {
    "veracityapi": {
      "url": "https://api.veracityapi.com/mcp",
      "headers": { "Authorization": "Bearer DOC_KEY" }
    }
  }
}

Use this hosted endpoint for Claude.ai custom connectors and any MCP client that supports Streamable HTTP JSON-RPC. Prefer Authorization headers when the client supports them. The endpoint exposes initialize, tools/list, and tools/call.

Tools

  • analyze for text, image, audio, and video inputs via canonical /v1/analyze.
  • analyze_batch for bounded text batches.
  • balance for autonomous preflight spend checks.

No typed aliases or compatibility tools are exposed.

Distribution status

  • NPM package: @veracityapi/mcp@0.1.0.
  • Source package: packages/mcp.
  • Build/test/pack and install-smoke verification passed before publish.
  • Remote MCP is live at https://api.veracityapi.com/mcp for Claude.ai custom connectors and compatible hosted clients.
  • Claude connector instructions: /integrations/claude.

Safety defaults

Never paste API keys into prompts. Keep VERACITY_API_KEY in the MCP server environment. Raw content/media bytes, base64, frames/contact sheets, and full media URLs are not stored. Video private beta is capped at 30s/25MB and costs $0.05 per successful call.