Skip to main content
Glama

Server Details

Stamp content with permanent, verifiable provenance. Hash locally, verify free forever.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Tatastu-Labs/mark
GitHub Stars
0
Server Listing
tatastu-proof

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updates
    • Addedcreate_account
    • Changedcreate_proof3 fields changed
      • addedInput schema / properties / aiDisclosure
        Added value: +{
        +  "description": "Optional, honest disclosure of AI involvement. Shown on the public record card.",
        +  "enum": [
        +    "Not AI-generated",
        +    "AI-assisted",
        +    "Fully AI-generated"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / location
        Added value: +{
        +  "description": "Optional, creator-opt-in only: where this was made",
        +  "type": "string"
        +}
      • addedInput schema / properties / usageNote
        Added value: +{
        +  "description": "Optional usage/license line, e.g. \"Free to share, with credit\"",
        +  "type": "string"
        +}
  2. 2 tool updates
    • Addedgrant_access
    • Addedreveal
  3. 4 tool updates
    • First observedcreate_proof
    • First observedlist_proofs
    • First observedrevoke_proof
    • First observedverify_proof

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Verifies blockchain-anchored timestamp proofs entirely on the user's machine, with four tools: hash a local file, verify a file against a proof, verify a known hash against inline proof data, and explain in plain language what a proof asserts. It recomputes the SHA-256 and walks the Merkle path to the anchored root locally rather than asking the issuing service whether its own proof is valid, and
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Stamp, upgrade, and verify Bitcoin timestamps via AI agents using the OpenTimestamps protocol. No API keys required.
    8
    123
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides cryptographic truth infrastructure for AI agents, enabling them to seal content with SHA-256 and Ed25519, verify receipts, anchor them to Bitcoin via OpenTimestamps, generate citations, and audit chains of receipts.
    5
    50
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables tamper-evident anchoring of file, text, or JSON hashes to the BSV blockchain via MCP tools, with verification and lookup capabilities.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct operation: account provisioning, stamping, listing, verification, revocation, and the future escrow access control. There is no overlap in purpose, so an agent can reliably select the right tool based on the action needed.

Naming Consistency4/5

Six of seven tools follow a clear verb_noun pattern (create_account, create_proof, grant_access, list_proofs, revoke_proof, verify_proof). 'reveal' is a bare verb without an explicit noun object, which is a minor deviation from the otherwise consistent style.

Tool Count5/5

Seven tools is well-scoped for a proof-stamping service. It covers the full lifecycle (create, list, verify, revoke) plus account management and forward-looking escrow features, without being bloated or too sparse.

Completeness4/5

The core workflow is complete: create an account, stamp content, list proofs, verify proofs, and revoke proofs. The only gaps are minor: no account deletion or modification, and the escrow tools (grant_access, reveal) are placeholders for a not-yet-available feature, but they are clearly documented as such.