← Back to browse

gridstamp

Indexed by com.mnemopay

About

Cryptographic spatial proof-of-presence for AV fleets, logistics, AR. 91% spoof detection.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGRIDSTAMP_API_KEY
Claude Code
claude mcp add --env GRIDSTAMP_API_KEY= gridstamp -- npx gridstamp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"gridstamp","command":"npx","args":["gridstamp"],"env":{"GRIDSTAMP_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "gridstamp": {
      "command": "npx",
      "args": [
        "gridstamp"
      ],
      "env": {
        "GRIDSTAMP_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.