No signup required to start. Verify a real receipt, point an agent at the governed MCP surface, and see cryptographic proof come back in the response — in about five minutes.
The receipt verifier and a read-only, rate-limited MCP demo key are public — so you can evaluate everything below without an account or a credit card. The examples use only public endpoints; nothing here touches production systems.
Every autonomous action returns a receipt ID. Verify one against the public ledger — no auth.
# Verify any ProofLink receipt against the public ledger
curl -s https://verify.itechsmart.dev/api/receipt/<RECEIPT_ID>
# Response includes the sealed action, hash chain status,
# and OpenTimestamps/Bitcoin anchor — verifiable independently.Point any MCP client (Claude, ChatGPT, LangGraph, CrewAI) at the governed surface with the public read-only key.
{
"mcpServers": {
"itechsmart": {
"url": "https://mcp.itechsmart.dev/sse",
"headers": {
"Authorization": "Bearer MCP-SECRETEYE-123456"
}
}
}
}List the governed tools and fetch the A2A agent card — every side-effecting call returns a receipt.
# List available MCP tools
curl -s https://mcp.itechsmart.dev/mcp/tools
# Fetch the A2A agent card
curl -s https://mcp.itechsmart.dev/.well-known/agent.json
# Public platform health (no auth)
curl -s https://mcp.itechsmart.dev/healthReceipt every action
Have your agents seal a ProofLink receipt for each meaningful action, then surface the verify URL to your users.
Govern side-effecting calls
Route high-impact tool calls through the policy-gated surface so they're approved, blocked, or queued — and receipted.
Automate verification
Add a CI or runtime check that verifies receipts against the public ledger as part of your audit trail.
Import the Postman collection
Grab the collection linked above for ready-to-run requests against the public endpoints.
No. The receipt verifier is public, and the MCP surface has a read-only, rate-limited demo key (MCP-SECRETEYE-123456) so you can evaluate everything before signing up.
Verify a receipt, connect an agent, and ship AI actions you can prove. Dive into the MCP docs next.
No credit card · Free Pulse scan in 60 seconds · Cancel anytime