Developer Tools
tatastu.dev
AI workspace for Mac that transforms natural language into software using various LLMs.
ENDPOINT 1
https://proof.tatastu.dev/mcp
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
MCP server metadata
- Name
- tatastu-proof
- Version
- 1.0.0
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_accountProvision a persistent API key with no human, browser, or email in the loop.
Potential side effectsrevoke_proofRevoke a stamp you created (forward-only: anchored history stays verifiable, but the proof is marked revoked from now on).
Inferred read-onlyCONNECT 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.
tatastu.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.