ArtifactGuard
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ArtifactGuardValidate result.json against my contract and return a signed receipt."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: agent-receipts-mcp
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.jsonvalidate-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.jsonAn 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/capabilitiesGET https://artifactguard-kl4hfo6j2q-as.a.run.app/examplesGET https://artifactguard-kl4hfo6j2q-as.a.run.app/presets
MCP
The Apify Standby Actor exposes Streamable HTTP MCP at:
https://analytical-gratefulne--artifactguard.apify.actor/mcpSupply 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.jsonThe 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to certify documents, prove agreements, and verify counterparty claims with on-chain receipts on Hedera Hashgraph. Provides tools for document certification, two-party attestation, and agent registration with zero-config setup.Last updated644MIT
- AlicenseAqualityAmaintenanceProvides tools to issue, verify, and export cryptographically signed receipts for AI agent actions, enabling tamper-proof audit trails for compliance with regulations like the EU AI Act.Last updated4551MIT
- Alicense-qualityBmaintenanceEnables defining and verifying evidence contracts for claims in READMEs, releases, or product pages using constrained verifiers and generating hash-chained receipts and reports.Last updated181MIT
- Alicense-qualityDmaintenanceProvides cryptographic governance receipts for AI agents, enabling pre-execution evaluation and signed verdicts (EXECUTE/BLOCK/REVIEW/SHADOW) with offline-verifiable audit trails.Last updatedMIT
Related MCP Connectors
Hand off AI work with a signed Verification Receipt — an independent verifier proves it runs.
Post-quantum, tamper-evident receipts for agent actions. Ed25519 + ML-DSA-65, offline verify.
Deterministic signed verification of numeric & financial claims for AI agents & spreadsheets.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/blackcow4234-lab/blackcow4234'
If you have feedback or need assistance with the MCP directory API, please join our Discord server