INDIVIDUAL MCP TOOL
create_account
Provision a persistent API key with no human, browser, or email in the loop.
LIVE ENDPOINT
https://mark.tatastu.dev/mcp
Connect to this endpoint to inspect the live schema for create_account and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests sending messages.
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_proof— Stamp content with a permanent provenance record.verify_proof— Verify content against all existing stamps.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.