Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose

@agentutility/mcp-prooflayer

Trust + risk scanners for AI-built apps. · 17 tools · $0.005 – $0.25

INSTALL — CLAUDE DESKTOP
{
  "mcpServers": {
    "agentutility-prooflayer": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutility/mcp-prooflayer"
      ],
      "env": {
        "X402_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HEX"
      }
    }
  }
}

Path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).

INSTALL — CURSOR
{
  "mcpServers": {
    "agentutility-prooflayer": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutility/mcp-prooflayer"
      ],
      "env": {
        "X402_PRIVATE_KEY": "0x..."
      }
    }
  }
}

Path: .cursor/mcp.json in your project root.

FUNDING

Send any amount of USDC on Base mainnet to the address derived from your X402_PRIVATE_KEY. The MCP server uses it to pay per call.

USDC on Base contract: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

TOOLS (17)
toolpricedescription
ai-content-detector$0.03Detect AI-generated writing with a calibrated probability score.
ai-image-detector$0.02AI-generated image detector: send an image URL and get back a calibrated probability that the image is AI-generated or synthetic, plus th…
app-store-rejection-explain$0.02Explains App Store and Google Play rejections and turns them into a resubmission plan.
brand-clearance$0.25Screens a candidate brand name across trademark, domain, and web-presence checks in a single composite signal.
cve$0.005Looks up a CVE and returns the full NIST NVD vulnerability record.
cve-lookup$0.005Looks up a CVE and returns its canonical NIST NVD record: description, CVSS v3.1 and v2 vectors plus numeric scores, severity bucket, CWE…
db-migration-risk$0.02Audits database migrations for risky SQL before deploy.
dep-risk-summary$0.03Scores dependency risk for a whole repo from its manifests and lockfiles.
deploy-config-risk$0.02Audits deploy configuration files for production risks.
github-repo-health$0.03GitHub repo health score / open-source maintainability checker.
package-risk-npm$0.03Scores supply-chain risk for an npm package before you install it.
production-readiness-score$0.10Scores production readiness for a repo in one call, aggregating the Prooflayer cluster.
prompt-injection-detect$0.02Prompt injection detector for untrusted inbound text — a webpage, an email, a tool result, or a message an agent is about to read.
prompt-injection-surface$0.03Scans AI app source code for prompt injection risk at LLM call sites.
pypi-package-risk$0.01Scores the supply-chain risk of a PyPI package before you install it.
secrets-exposure-check$0.02Scans project config files for hardcoded secrets before you deploy.
vendor-questionnaire-draft$0.08Drafts vendor security questionnaire answers from evidence you supply.
SEE ALSO
cluster overview (Prooflayer) · all MCP servers · npm: @agentutility/mcp-prooflayer