Back to Browse

Blackcow4234 MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Signed PASS/WARN/FAIL QA receipts for AI-generated JSON, ZIP, PDF, and DOCX deliverables.

About

Signed PASS/WARN/FAIL QA receipts for AI-generated JSON, ZIP, PDF, and DOCX deliverables.

Remote endpoints: streamable-http: https://analytical-gratefulne--artifactguard.apify.actor/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

APIFY_TOKENRequired

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-blackcow4234-lab-artifactguard": {
      "url": "https://analytical-gratefulne--artifactguard.apify.actor/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

ArtifactGuard: Signed AI Deliverable QA

Use ArtifactGuard as the last step before an AI agent delivers a JSON, ZIP, PDF, or DOCX file to a customer. The buyer receives a deterministic PASS, WARN, or FAIL receipt containing the artifact hash, contract hash, individual checks, validator version, timestamp, and an Ed25519 signature.

One purchase case

An AI report agent creates result.json. Before delivery, it asks ArtifactGuard to verify that the file is valid JSON, contains a status field equal to ready, and does not contain configured forbidden patterns. The agent then attaches the signed receipt to its final handoff.

This is delivery-contract QA, not antivirus scanning, legal certification, or a guarantee that the document's claims are true.

Buy through Apify

Set your own Apify API token locally. Never commit it.

export APIFY_TOKEN="your-token"
curl --fail-with-body \
  -X POST \
  "https://api.apify.com/v2/acts/analytical_gratefulness~artifactguard-agent/run-sync-get-dataset-items?format=json" \
  -H "Authorization: Bearer ${APIFY_TOKEN}" \
  -H "Content-Type: application/json" \
  --data-binary @examples/validate_artifact.json \
  --output receipt-response.json

validate-manifest costs USD 0.01 and validate-artifact costs USD 0.05. Malformed requests and readiness checks do not trigger an application event charge. A completed inspection whose result is FAIL is still a valid paid result.

Buy directly with x402

The direct endpoint returns a standards-based 402 Payment Required response with the price and payment requirements before any artifact is processed:

curl -i \
  -X POST \
  https://artifactguard-kl4hfo6j2q-as.a.run.app/v1/validate/artifact \
  -H "Content-Type: application/json" \
  --data-binary @examples/x402_validate_artifact.json

An x402-compatible buyer can satisfy that payment requirement and repeat the same request with a payment signature. Do not place wallet private keys in a request body, repository, or log.

Free discovery endpoints:

  • GET https://artifactguard-kl4hfo6j2q-as.a.run.app/capabilities
  • GET https://artifactguard-kl4hfo6j2q-as.a.run.app/examples
  • GET https://artifactguard-kl4hfo6j2q-as.a.run.app/presets

MCP

The Apify Standby Actor exposes Streamable HTTP MCP at:

https://analytical-gratefulne--artifactguard.apify.actor/mcp

Supply your own Apify token as an Authorization: Bearer ... header in the MCP client. Available tools include validate_manifest, validate_artifact, and the free verify_receipt tool.

Verify a receipt independently

Install the single verifier dependency and pass either a receipt object or the full ArtifactGuard response envelope:

python -m pip install -r requirements.txt
python verify_receipt.py receipt-response.json

The verifier retrieves only the public Ed25519 key identified by the receipt, recomputes the canonical receipt hash, and verifies the signature. It never needs an API token, payment credential, or private key.

Files

  • examples/validate_artifact.json: Apify Actor input.
  • examples/x402_validate_artifact.json: direct x402 API input.
  • examples/validate_manifest.json: inexpensive manifest-only Actor input.
  • verify_receipt.py: independent receipt hash and signature verifier.
  • server.json: Official MCP Registry metadata for the authenticated remote.

Reviews

No reviews yet

Be the first to review this server!