LIVE ENDPOINT
https://mark.tatastu.dev/mcp
Connect to this endpoint to inspect the live schema for verify_proof and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tatastu-proof]
url = "https://mark.tatastu.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tatastu-proof": {
"type": "http",
"url": "https://mark.tatastu.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tatastu-proof
Remote MCP URL: https://mark.tatastu.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tatastu-proof": {
"url": "https://mark.tatastu.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tatastu-proof": {
"type": "http",
"url": "https://mark.tatastu.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tatastu-proof",
"transport": "streamable-http",
"url": "https://mark.tatastu.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_account— Provision a persistent API key with no human, browser, or email in the loop.create_proof— Stamp content with a permanent provenance record.list_proofs— List your recent stamps (requires API key).revoke_proof— Revoke a stamp you created (forward-only: anchored history stays verifiable, but the proof is marked revoked from now on).grant_access— Grant a specific identity the ability to decrypt escrowed content.reveal— Retrieve escrowed content for a proof you have been granted access to.