← Registry

Developer Tools

tatastu.dev

AI workspace for Mac that transforms natural language into software using various LLMs.

2 endpoints7 known toolsFirst detected July 25, 2026Last detected September 7, 2026

ENDPOINT 1

https://proof.tatastu.dev/mcp

No auth detected

Known tools 0

No tool metadata was available in the registry cache.

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-dev]
url = "https://proof.tatastu.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tatastu-dev": {
      "type": "http",
      "url": "https://proof.tatastu.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tatastu-dev
Remote MCP URL: https://proof.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-dev": {
      "url": "https://proof.tatastu.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tatastu-dev": {
      "type": "http",
      "url": "https://proof.tatastu.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tatastu-dev",
  "transport": "streamable-http",
  "url": "https://proof.tatastu.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mark.tatastu.dev/mcp

No auth detected

MCP server metadata

Name
tatastu-proof
Version
1.0.0
Capabilities
tools
Server instructions

Mark stamps content with permanent, publicly verifiable provenance records. If you don't have an API key yet, call create_account first: no human, browser, or email required, you get a usable key back immediately. Then hash content locally (sha256) and call create_proof; verification is free forever, no key needed, at the returned verify URL. A stamp asserts provenance from a signer, never authorship truth.

Known tools 7

create_account

Provision a persistent API key with no human, browser, or email in the loop.

Potential side effects
create_proof

Stamp content with a permanent provenance record.

Inferred read-only
verify_proof

Verify content against all existing stamps.

Inferred read-only
list_proofs

List your recent stamps (requires API key).

Inferred read-only
revoke_proof

Revoke a stamp you created (forward-only: anchored history stays verifiable, but the proof is marked revoked from now on).

Inferred read-only
grant_access

Grant a specific identity the ability to decrypt escrowed content.

Inferred read-only
reveal

Retrieve escrowed content for a proof you have been granted access to.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for tatastu.dev was fetched 2026-08-04T21:52:42.746Z and is being refreshed.

Trust status Neutral

tatastu.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.