Cryptographic spatial proof-of-presence for AV fleets, logistics, AR. 91% spoof detection.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"com-mnemopay-gridstamp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Cryptographic spatial proof-of-presence for AV fleets, logistics, AR. 91% spoof detection.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design
A mcp server to allow LLMS gain context about shadcn ui component structure,usage and installation,compaitable with react,svelte 5,vue & React Native
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
AI-powered brand identity generation via MCP with design tokens, typography, and logo assets.
Canvas LMS integration for students and educators with FERPA-compliant analytics and workflows
MCP Security Weekly
Get CVE alerts and security updates for com.mnemopay/gridstamp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Cryptographic dispute evidence for autonomous fleets.
When a robot causes an incident — a delivery goes missing, an AMR damages inventory, an AV is involved in a collision — the question that decides who pays is always the same: where was it, exactly, and can you prove it?
GridStamp is the evidence layer. Every operation produces a tamper-evident spatial receipt: HMAC-signed camera frames, Merkle-rooted memory, cryptographic proof-of-location. The receipts hold up under replay, adversarial patches, depth-injection, and GPS spoofing — tested at fleet scale.
In a 92-day simulation with 5,500 agents across 20 fleets and 8 cities, parameterised with publicly disclosed fleet data from Waymo, Tesla, Starship Technologies, Coco Robotics, Serve Robotics, and commercial drone operators (GridStamp is not affiliated with or endorsed by any of them; parameters come from public filings and press releases):
Receipts are designed to be admissible-grade evidence for insurance disputes, SLA audits, and regulatory investigations. Final admissibility is jurisdiction-dependent and should be confirmed with counsel for your underwriting market.
| Buyer | Problem GridStamp solves |
|---|---|
| AV / robotics insurance underwriters | Reduce loss ratio by resolving location-of-incident disputes with cryptographic evidence instead of he-said/she-said. |
| Logistics visibility platforms (freight, last-mile) | Give shippers verifiable proof-of-delivery their customers can't dispute — upgrade ETAs from claims to receipts. |
| AR gaming & location-based apps | Stop the ~9% of top players who GPS-spoof. Our stress test catches 91% of spoof attempts. |
If you're evaluating GridStamp for a pilot, contact: omiagbogold@icloud.com.
Six layers, each cryptographically isolated:
| Layer | What it does |
|---|---|
| Perception | HMAC-signed camera frames, stereo depth fusion, dual-camera support |
| Memory | 3-tier spatial memory (short/mid/long-term) with Merkle tree integrity |
| Navigation | A* and RRT* pathfinding on 3D occupancy grids, place cells + grid cells |
| Verification | SSIM + LPIPS + depth comparison for spatial proof-of-location |
| Anti-Spoofing | Replay detection, adversarial patch detection, depth injection, canary honeypots |
| Gamification | Trust tiers, capability badges, streak multipliers, zone mastery, fleet leaderboard |
npm install gridstamp
import { createAgent } from 'gridstamp';
const agent = createAgent({
robotId: 'DLV-001',
cameras: [{ type: 'oak-d-pro', role: 'foveal', /* ... */ }],
hmacSecret: process.env.GRIDSTAMP_SECRET, // min 32 chars
}, cameraDriver);
// Capture and verify
const frame = await agent.see();
const proof = await agent.verifySpatial();
// Settle payment only if spatial proof passes
const settlement = await agent.settle({
amount: 15.00,
currency: 'USD',
payeeId: 'merchant-001',
spatialProof: true,
});
Robots earn trust through verified operations, similar to a credit score:
| Tier | Points | Fee | Max Tx | Verification |
|---|---|---|---|---|
| Untrusted | 0 | 2.5x | $10 | Every operation |
| Probation | 100 | 2.0x | $50 | Every operation |
| Verified | 500 | 1.5x | $200 | Every 3rd |
| Trusted | 2,000 | 1.2x | $1,000 | Every 5th |
| Elite | 5,000 | 1.0x | $5,000 | Every 10th |
| Autonomous | 10,000 | 0.8x | $25,000 | Spot checks |
All tier changes are HMAC-signed