The server is a thin wrapper over the same public API that powers stamp.gridcoin.club. It exposes three tools an agent can call: one to stamp a document, one to check a stamp and fetch its proof, and one to see whether the service is funded. No account, no API key, no payment. A SHA-256 is computed on your machine and only the 64-character hash is ever sent.
Two ways to run it: as a local process your agent launches over stdio, or as a hosted endpoint your agent connects to over HTTP. Both expose the same tools.