767-2676 Task Time for Agents
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@767-2676 Task Time for AgentsVerify the settled witness packet and confirm the one-byte tamper rejection."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
767-2676.com — signed task schedule checkpoints for agents
Here, try your free sample
Can I still cancel? Which side of the deadline am I on?
Inspect the page. Save and read sample.mjs, then run node sample.mjs with Node.js 20 or newer. No key, wallet, or payment for this offline sample.
Expected results: verified: true, digest_matches: true, and one_byte_who_tamper_rejected: true. This is a 305-byte task schedule with historical evidence; it does not establish current time or authorization.
Agent instructions · Take the packet home · Hugging Face
The older 228-byte checkpoint example below is a separate demonstration.
POPCORN is Briarwood AI's service for signed time and digest witnesses. Use it when independent agents need timing evidence for a deadline, a handoff, or one exact task version. Each participant retains its raw task data and decisions.
A note is not a check. These 228 bytes are.
Start with the settled public packet. It lets a human or agent verify the signature, compare the signed witness interval with the execution window, and prove that one changed byte breaks the digest. It is free, offline, and requires no wallet.
POPCORN also operates a live, machine-payable temporal evidence service at
767-2676.com. A wallet-enabled agent can pay $0.001
USDC over x402 v2 for a new signed temporal receipt when a later live task
actually needs fresh evidence.
The live node also provides the tested
POPCORN-WITNESS/1.0 contract for a payload-bound checkpoint: a lightweight
way for an autonomous agent to carry portable, verifiable evidence that one
exact task-state commitment reached an external witness without putting its
private task state in a shared database. That additive endpoint is deployed,
paid through x402 on Base mainnet, and independently verified in both
JavaScript and Python.
The service is intentionally narrow. It provides evidence for participant-local judgment; it does not schedule work, reserve resources, authorize actions, or store an agent's private task state.
Related MCP server: Proof Layer MCP
Lab record
On 31 August 2026, Grok and Codex coordinated one live payment using only text I copied and pasted. The record documents the exact bytes, settlement, approval, and refusal. Read the lab record and verify the packet.
Production node:
767-2676.comPaid resource:
GET https://767-2676.com/v1/timePaid witness:
POST https://767-2676.com/v1/receiptPayment:
$0.001USDC on Base mainnet (eip155:8453)Protocol: x402 v2, exact scheme
Receipt: ES256 compact JWS with public JWKS verification
Start here
The MCP connector includes a free evaluation of both historical production receipts. To run it from this repository:
git clone https://github.com/violetclaire/popcorn-temporal-anchor.git
cd popcorn-temporal-anchor/packages/mcp
npm ci
npm run build
node dist/packages/mcp/src/index.js --sampleAfter version 0.1.2 is published to npm, the same evaluation is one command:
npx -y @violetclaire/popcorn-mcp@0.1.2 --sampleIt verifies both bundled historical production receipts and rejects their
one-byte tamper controls. After installation, the evaluation is
fully local and needs no wallet. A connected MCP agent can call popcorn_sample
with {} for the same check. See the connector guide
for installation and choosing a tool for deadlines, task versions, or handoffs.
Run the checked-in STOP packet before making any network or payment call:
node --disable-warning=ExperimentalWarning --experimental-strip-types examples/witness/verify-settled-sample.mjsExpected result:
cryptographic_verification=valid
schedule_overlap=false
local_policy_outcome=stop
error_code=witness_payload_digest_does_not_match_expectedThe command imports the reusable TypeScript verifier, checks the exact 228-byte
schedule, applies the published one-byte mutation at offset 226, and exits zero
only when the valid packet and failed digest control both behave as expected.
It does not call 767-2676.com or any payment endpoint.
Open the human version at /demo. Its publish-ready
source is in site/demo, and the deployment handoff is in
OPERATOR.md.
Agents can install the same sample-first instructions from either desk:
openclaw skills install @violetclaire/popcorn-temporal-anchor
npx skills add violetclaire/popcorn-temporal-anchor --skill popcorn-temporal-anchorThe public machine door remains
https://767-2676.com/SKILL.md.
Available service
Service | Use when | Method and resource | Price | Returns | Storage |
Signed portable time | A task has a deadline, expiration, execution window, or handoff |
|
| Signed time another system can verify | The task and schedule stay with the agent |
Paid schedule checkpoint | An agent needs portable evidence that one exact schedule or task digest was presented at a particular time |
|
| Signed digest commitment another system can verify | The raw task and schedule stay with the agent |
POPCORN says what time it is. The agent carries that measurement in its own schedule. POPCORN does not store the task or schedule and does not decide what happens next.
Portable, verifiable state checkpoints
Your agent already carries task state. What it lacks is portable evidence that one exact version reached an external witness within a stated time window.
The live paid resource is:
POST https://767-2676.com/v1/receiptThe agent hashes the exact payload bytes locally and sends only:
the SHA-256 payload digest;
a fresh 32-byte nonce;
optionally, the SHA-256 digest of the preceding receipt's exact signed payload bytes.
POPCORN signs those values with a bounded witness interval. The agent carries the original payload and signed evidence together. A later session or another system can verify that the payload has not changed, when the node witnessed its commitment, and whether the evidence commits to a specific predecessor.
The receipt alone is not memory: it cannot reconstruct, retrieve, understand,
or act on the payload. It also does not prove caller identity, recipient
delivery, action execution, replay prevention, or authorization. Read the full
POPCORN-WITNESS/1.0 contract.
Verify two settled production outcomes
The original checked-in evaluation-packet.production.json
remains unchanged. Its cryptographic verification succeeds, but its checkpoint
falls after the schedule closed, so the example consumer policy says STOP.
The companion evaluation-packet.proceed-002.production.json
also verifies and rejects a one-byte tamper, while its checkpoint overlaps the
schedule window, so the example consumer policy says PROCEED. The
machine-readable evaluation-outcomes.json
states the local overlap rule and both expected decisions.
Each packet contains exact schedule bytes, a SHA-256 digest, nonce, settled
production response, public key, successful cryptographic result, and a
one-byte tamper case that must fail. They contain no private key, CDP
credential, wallet secret, reusable payment proof, or private customer data.
evaluation_only: true is outside the signed payload, so each production JWS
remains unchanged. POPCORN proves the checkpoint; the consumer applies its own
schedule policy and decides whether to proceed.
The reusable verify/typescript and
verify/python packages independently implement the witness
contract. The production packet records the reproduced success and one-byte
failure results, and the original deployment test logs remain outside this
public repository.
Carry a schedule between two computers
The typescript-x402-witness-client
now accepts an exact schedule file or HTTPS URL instead of inventing a built-in
example. It hashes the bytes, pays for the checkpoint, captures the x402
exchange, verifies the live POPCORN key, and writes a portable outcome JSON.
A separate command on another computer downloads that outcome and recalculates
everything without trusting the producing client's conclusion.
The deterministic result is one of:
STOPwhen the complete signed witness interval is outside the schedule;TIME_CHECK_PASSEDwhen the complete interval is inside the schedule;RECHECKwhen clock uncertainty crosses a schedule boundary.
Every result includes authorization_granted: false. Passing the time check
never grants permission or claims that work was performed. The schedule bytes
travel through the participants' chosen transport; POPCORN receives only their
digest and never becomes the schedule database.
The full carrier and verifier test suite uses the already settled packets, so development and independent reproduction require no new payment. A new paid checkpoint is needed only when an agent needs fresh production evidence.
The STOP example payment settled on Base in transaction
0x8dfce272b223179adc3b68256ebf03a27721fb7b708c0e50f47753e6c33bab0c.
The PROCEED example payment settled on Base in transaction
0x477e726933c94ccad5682d03ecee4f3d5bb618387ac7437fc817bdd2fe946e5c.
Implementation resources:
Resource | Purpose |
Digest-only request contract | |
Signed receipt response contract | |
Platform-neutral ES256 issuance core | |
Production route, discovery, privacy, and acceptance gate | |
Offline TypeScript verification for temporal and witness receipts | |
Independent offline Python verification | |
Shared signed payload-bound vector | |
Automatic schedule carrier, x402 producer, and independent outcome verifier | |
Real settled production proof and one-byte tamper demonstration |
Agents can read the repository service catalog or the canonical live service offer before paying.
Why this exists
A local clock can tell an agent what time it believes it is. POPCORN provides a portable statement of time that can cross a trust boundary:
"I believe it is 14:02" local assertion
"Here is signed evidence of 14:02" independently verifiable evidenceThis matters when separate agents must reconstruct why a time-sensitive booking, handoff, routing decision, orchestration step, or resource claim was allowed to proceed.
Why compatibility matters
POPCORN is a voluntary interoperability pattern, not a mandate or central
authority. Build compatible implementations, not confusing replicas.
Independent nodes are welcome, but each node must identify itself honestly
with its own node_id and verification keys while preserving the shared
receipt and verification contract. Copying the surface while changing identity
or receipt semantics fragments discovery and trust and recreates the
coordination problem POPCORN exists to reduce.
An agent may use the canonical temporal node at 767-2676.com, implement
compatible verification locally, or decline to use the protocol. No adoption
is required, and participant-local decisions and state remain under each
participant's control.
sequenceDiagram
participant A as Wallet-enabled agent
participant P as 767-2676.com
participant B as Receiving node
A->>P: GET /v1/time
P-->>A: 402 + x402 v2 requirements
A->>P: Paid retry + PAYMENT-SIGNATURE
P-->>A: Signed temporal receipt
A->>B: task decision + receipt
B->>P: GET public JWKS
B-->>B: Verify JWS and apply local policyService references
Resource | Purpose |
Human-readable agent entry point | |
Compact machine-readable service offer | |
Canonical agent execution contract | |
Agent manifest and discovery metadata | |
Participant-local inquiry, callback, referral, and trust blueprint | |
Read-only direct node-to-node inquiry exchange schema | |
Non-operational worked inquiry, response, and authorized-referral example | |
OpenAPI contract | |
Public signing keys | |
Participant-local schedule schema | |
Payload-bound checkpoint semantics and proof boundary | |
Reusable network-free TypeScript verifier | |
Independent network-free Python verifier | |
Shared public signed verification vectors | |
Free, settled production witness evaluation packet | |
| Free, settled production PROCEED evaluation packet |
Machine-readable STOP/PROCEED local-policy outcomes |
Inspect the unpaid challenge
This call does not spend funds. A correctly configured node responds with
HTTP 402 Payment Required and a PAYMENT-REQUIRED header.
curl -i https://767-2676.com/v1/timeMake a paid request
The runnable TypeScript example in
examples/typescript-x402-client follows the
current x402 v2 buyer pattern and verifies the returned ES256 receipt.
cd examples/typescript-x402-client
npm install
cp .env.example .env
# Put a funded Base EVM private key in .env locally. Never commit it.
npm startThe example makes a real $0.001 USDC mainnet payment. Its 30-second freshness
window is deliberately generous for a first integration. Tighten the window
only after the client measures the paid retry separately.
Verify before integrating
The payment client and receipt verifier are deliberately separate. A verifier
does not need a wallet, payment credential, network connection, or private
task_payload. It consumes a response, a JWKS selected by participant-local
policy, and values from one monotonic timer.
verify/typescriptvalidates ES256, exact signed-payload equality, all signed timing relationships, the non-authorizing evidence scope, conservative network uncertainty, and an optionalexecution_window_utc.verify/pythonindependently implements the same behavior with Pythoncryptography.popcorn-receipt-v1.jsonis a fixed public vector consumed by both suites. It contains no private signing key or payment proof.popcorn-witness-receipt-v1.jsonindependently exercises payload matching, nonce binding, predecessor digest binding, signed clock accuracy, and fail-closed scope validation.examples/stale-actiondemonstrates the circuit breaker: stale evidence returnsrequest_new_temporal_anchor; it does not authorize or execute the action.
cd verify/typescript
npm install
npm run check
cd ../python
python -m pip install -r requirements.txt
python -m unittest -v test_popcorn_verify.pyReceipt semantics
The signed temporal_receipt includes:
anchor_idobserved_at_utcmeasurement_at_utcvalid_until_utcfreshness_window_mssigned processing-duration fields
payment correlation fields
a non-authorizing bearer evidence scope
The receipt is:
portable — an authorized participant can forward it;
independently verifiable — a receiving node can verify the ES256 JWS;
short-lived — local policy must enforce its verified monotonic deadline;
non-authorizing — possession grants no permission and proves no identity;
not task-bound — private task binding remains participant-local.
Read the canonical SKILL.md before production
integration. It defines the uncertainty envelope, key rotation, failure modes,
and conservative execution-window decisions.
POPCORN-WITNESS/1.0 is intentionally separate. Its durable payload-bound
receipt carries a digest and nonce rather than private task data. When the
prior attestation is independently verified and the new receipt includes
H(previous signed payload bytes), the new receipt is bound to those exact prior
signed bytes. This does not prove either real-world action executed. Application-level
replay rejection still requires participant-local state.
OpenClaw
The folder openclaw/popcorn-temporal-anchor
is ready for OpenClaw and ClawHub. It uses the standard SKILL.md format.
Local installation:
cp -R openclaw/popcorn-temporal-anchor ~/.openclaw/workspace/skills/
openclaw skills listClawHub publication requires an authenticated publisher:
npm install --global clawhub
clawhub login
clawhub skill publish ./openclaw/popcorn-temporal-anchorArchitectural boundary
POPCORN is the shared temporal evidence node. The linked Briarwood Agent Blueprint describes how independent machine nodes can organize inquiry, callbacks, bounded retries, referrals, trust, and participant-local schedules. It is machine-node architecture only and has no dependency on a separate consumer-facing Briarwood system.
767-2676.com is not a central database. Private task_payload, availability,
pricing, schedules, callbacks, trust state, and final decisions remain with the
participating nodes.
For state checkpoints, the original payload also remains participant-local. POPCORN signs its commitment; the agent remains responsible for storing and transporting the task state itself.
POPCORN exposes a narrow x402 HTTP service at 767-2676.com. It is not an
A2A server and does not expose a remote MCP endpoint. A separate local stdio
MCP adapter is available as @violetclaire/popcorn-mcp.
See /agents for installation, tool behavior,
and the per-call payment approval contract. HTTP clients can also call the
service directly and verify receipts locally.
Ecosystem distribution
See docs/VENUES.md for the prioritized discovery and
distribution plan across x402, GitHub, OpenClaw, wallet-enabled agent frameworks,
and machine registries.
Security
Never commit wallet private keys, CDP credentials, Cloudflare secrets, payment
proofs, or private task payloads. See SECURITY.md.
Contact
Discover the free task schedule sample
Can I still cancel? Which side of the deadline am I on?
Inspect the public sample, save and read
sample.mjs, then run node sample.mjs.
This free offline check verifies the exact eight-line task schedule and its
historical receipt, and rejects a changed byte. It does not establish current
time or permission to act.
Agents can find the ARD catalog, AI catalog, and free sample skill. See discovery publishing details and the task schedule contract.
The free sample is also available through the POPCORN Hugging Face Space.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
Verify before your agent acts on data it paid for. Signed verdicts, checkable offline, via x402.
Cryptographically anchored evidence for agents: verified run receipts, proof-gated settlement.
Post-quantum, tamper-evident receipts for agent actions. Ed25519 + ML-DSA-65, offline verify.
Machine-native utility network: verified evidence services for autonomous agents.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceVerifiable action receipts for AI agents — agents sign claims locally, an independent witness countersigns and timestamps, anyone can verify offline.14MIT
- AlicenseNot gradedqualityDmaintenanceProvides cryptographic governance receipts for AI agents, enabling pre-execution evaluation and signed verdicts (EXECUTE/BLOCK/REVIEW/SHADOW) with offline-verifiable audit trails.MIT
- AlicenseAqualityAmaintenanceEnables AI agents to create cryptographically verifiable receipts of their delegated work, with capabilities for multi-party approval and offline verification.11162Apache 2.0

vantic-mcpofficial
AlicenseNot gradedqualityCmaintenanceEnables MCP hosts to verify agent spending mandates and receipts, providing stateless tools for authorization, chain verification, credential verification, and DID resolution.Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/violetclaire/popcorn-temporal-anchor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server