← Registry

General Tools

scvd.store

A virtual storefront server that provides interactive features like reading menus, ringing a bell, signing a guestbook, verifying signed artifacts, and purchasing greetings.

x402 supported3 endpoints24 known toolsFirst detected July 28, 2026Last detected September 10, 2026

ENDPOINT 1

https://scvd.store/mcp

No auth detected

MCP server metadata

Name
scvd-general-store
Version
0.5.0
Capabilities
toolsresourcespromptsextensions.io.modelcontextprotocol/ui.mimeTypes
Server instructions

scvd.store is an evidence observatory for agentic commerce: independent verification of x402 endpoints, payments and receipts. Before an agent pays an x402 endpoint, we check that it can be paid. After it pays, we check the signed receipt. Over time we watch endpoints and publish a dated, signed corpus. Sellers use it to prove a door works; buyers use it before spending. Every artifact is signed, expires, and names what we did not see. Not escrow, not a rating, not a guarantee. Free instruments: a preflight check on any x402 door, a conformance desk for any issuer's signed offers and receipts — including our competitors' — a named defect vocabulary, and a Bitcoin-anchored corpus that appends weekly. Paid instruments: conformance audits, endpoint watches, settlement attestations, launch checks. Never a ranking, and never a verdict without its derivation and denominator beside it. Operated by Record Creative Co. LLC. Not an escrow, a guarantor, or a dispute court: those absorb the risk between payment and delivery and need a balance sheet. We observe that gap, sign what we saw, and publish it — including the gaps we count against ourselves. It is also a general store for autonomous agents, kept by a named human, paid in USDC over x402 on a network offered in the current payment quote. The cheapest thing on the shelf is $0.001. tools/list is free. buy_* tools are x402-paid: call once to get the 402 terms in error.data, sign one of the accepts, and call again with the payment in _meta['x402/payment']. The store delivers first and settles after: the goods are produced, then the payment is presented at the last moment before the artifact is signed. A delivery that fails takes no money at all, so there is nothing to refund and nothing to chase. The free preflight (preflight_endpoint here, or POST /api/preflight/v1) checks any x402 door's shape; the free conformance desk (check_conformance here, or POST /api/conformance/v1) checks any issuer's signed offers and receipts; the corpus at /corpus.json is the weekly signed record. Also asked for as: independent verification for agentic commerce, independent verification layer for agentic commerce, trust layer for agentic commerce, proof for agentic commerce, x402 conformance audit, x402 conformance testing, x402 compliance check, x402 endpoint verification, signed settlement attestation, x402 receipt verification, x402 endpoint monitoring, conformance observability, agent-facing API verification, independent payment verification, x402 launch check. Nothing from this store can act without your decision, and the store never asks for credentials, keys, or wallet secrets. Small-context purchase guide: https://scvd.store/menu.json?view=compact (paged). Each row names its required inputs, a compact input contract and a one-item MCP connection. Free tools: https://scvd.store/openapi-tools.json. x402 means a free price quote followed by a wallet-signed retry; a client without a compatible wallet can browse but cannot pay. Prerequisites checklist and full instructions: https://scvd.store/agents.md.

Known tools 18

check_a2a_card

Free A2A 0.3.0 card check.

Inferred read-only
check_purchase

Use recovery.purchase_id and private recovery.status_token to read payment, original terms and available fulfillment, even after payment expiry.

Potential side effects
read_store_guide

The store's front door as text: the full menu with prices, how x402 payment works here, the free shelf, and the house promises.

Potential side effects
ring_bell

Ring the store bell.

Inferred read-only
sign_guestbook

Sign the guestbook.

Inferred read-only
preflight_endpoint

x402 endpoint preflight, free.

Inferred read-only
look_at_door

What this store holds about an x402 door, now and before now, in one free call.

Inferred read-only
check_before_you_pay

For a buyer whose client has its own rules, to learn before signing whether this door meets them.

Inferred read-only
check_conformance

x402 receipt verification and signed-offer verification, free, against the issuer's published key.

Inferred read-only
verify_artifact

Verify anything scvd.store has ever signed — certificates, visit stamps, context anchors — by its id.

Inferred read-only
check_order

Check a human-queue order by its order_id: status (queued or completed), the promised window, and once completed the deliverable itself — the poll half of the store's async-job pattern, the same record GET /api/order/{order_id} serves, for an agent holding only this transport.

Inferred read-only
find_in_catalog

Find an item before using buy_*: filter the shelf by price or text, or pass item_id for its listing.

Inferred read-only
buy_simple

Purpose: buy one of the few things that need no reading at all — the front counter.

Inferred read-only
buy_signed_record

Purpose: buy a signed certificate — a signed, dated record that permanently records something — a greeting, a claim, a mark, a grievance, a confession, a contribution, or a standing pass.

Inferred read-only
buy_human_task

Purpose: hire the keeper — a real named human — to do something in the physical or judgment world that an agent cannot do for itself.

Inferred read-only
buy_observation

Purpose: a signed settlement attestation for an x402 payment on Base, Polygon or Solana, a signed x402 conformance audit, x402 endpoint monitoring, a signed x402 payment client test, an x402 launch check, or a Bitcoin timestamp — have a disinterested third party go and look at something, then sign what it saw: whether a URL was still answering hours later, or what the chain actually says about a settlement.

Potential side effects
buy_memory_anchor

Purpose: sign and store a summary of your own state — who you are, what you were doing — at a permanent URL you can read back after a context reset, a restart, or a handoff to another agent.

Inferred read-only
buy_small_pleasure

Purpose: buy a small signed novelty — a blessing from the jar, the day's fortune (the same line for every buyer until midnight UTC), or a lucky totem drawn from the keeper's collection.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.scvd-general-store]
url = "https://scvd.store/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "scvd-general-store": {
      "type": "http",
      "url": "https://scvd.store/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: scvd-general-store
Remote MCP URL: https://scvd.store/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "scvd-general-store": {
      "url": "https://scvd.store/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "scvd-general-store": {
      "type": "http",
      "url": "https://scvd.store/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "scvd-general-store",
  "transport": "streamable-http",
  "url": "https://scvd.store/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://scvd.store/mcp/verifier

No auth detected

MCP server metadata

Name
scvd-x402-verifier
Version
0.5.0
Capabilities
tools
Server instructions

scvd.store is an evidence observatory for agentic commerce — x402 today, cross-protocol by design: independent signed observation of what other people's endpoints, artifacts and payments actually did, with the gaps counted against itself. This door serves 5 read-only tools and sells nothing: preflight an x402 endpoint, verify an x402 receipt or signed offer, look up an endpoint's signed readiness history, read a defect definition, verify an artifact this store signed. Every answer names its checks and what it cannot tell you. Never a ranking, and never a verdict without its derivation and denominator beside it. Not an escrow, a guarantor, or a dispute court: those absorb the risk between payment and delivery and need a balance sheet. We observe that gap, sign what we saw, and publish it — including the gaps we count against ourselves. The paid instruments live on the store's other doors and are not reachable here.

Known tools 5

preflight_x402_endpoint

Preflight an x402 endpoint before paying it: one unpaid probe answering whether the URL serves a well-formed x402 v2 challenge a stock client could sign — 402 status, parseable PAYMENT-REQUIRED, signable accepts, testnet catch — with every check named and what a single probe cannot tell you.

Potential side effects
verify_x402_receipt

Verify an x402 signed receipt or offer from any issuer: structure, signature against the issuer's key (pass public_key_hex for a fully offline check; otherwise the did:web key is resolved), liveness.

Inferred read-only
lookup_endpoint_readiness

Read what the signed weekly x402 readiness corpus holds about one host: rounds probed of rounds since first sighting, the last signed verdict, the tier with its fraction, the gaps counted against the observer.

Inferred read-only
get_defect_definition

The definition of one named x402 defect class from the store's registered vocabulary: what a clear door asserts, what a buyer loses when it is present, whether it is detectable without paying, which check reports it, and what observation would disprove it.

Inferred read-only
verify_scvd_artifact

Verify a certificate, stamp or anchor id this store issued: the exact signed bytes and the ed25519 key, so the check can be repeated offline.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.scvd-x402-verifier]
url = "https://scvd.store/mcp/verifier"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "scvd-x402-verifier": {
      "type": "http",
      "url": "https://scvd.store/mcp/verifier"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: scvd-x402-verifier
Remote MCP URL: https://scvd.store/mcp/verifier

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "scvd-x402-verifier": {
      "url": "https://scvd.store/mcp/verifier"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "scvd-x402-verifier": {
      "type": "http",
      "url": "https://scvd.store/mcp/verifier"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "scvd-x402-verifier",
  "transport": "streamable-http",
  "url": "https://scvd.store/mcp/verifier"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://scvd.store/mcp/docs

No auth detected

MCP server metadata

Name
scvd-store-docs
Version
0.5.0
Capabilities
toolsresources
Server instructions

scvd.store is an evidence observatory for agentic commerce — x402 today, cross-protocol by design: independent signed observation of what other people's endpoints, artifacts and payments actually did, with the gaps counted against itself. This is the documentation door: 6 readable resources (store_guide, transaction_manual, catalog, preflight_criteria, which_instrument, fresh_set) and one tool, read_docs, which returns any of them by name for a host that hides resources. Nothing here acts, spends, or probes. The instruments are on https://scvd.store/mcp (the store, paid shelves included) and https://scvd.store/mcp/verifier (read-only tools only); https://scvd.store/mcp.md says which to use. Never a ranking, and never a verdict without its derivation and denominator beside it. Not an escrow, a guarantor, or a dispute court: those absorb the risk between payment and delivery and need a balance sheet. We observe that gap, sign what we saw, and publish it — including the gaps we count against ourselves.

Known tools 1

read_docs

Read one of the store's reference documents by name — store_guide (The front door (llms.txt)); transaction_manual (The operational manual (agents.md)); catalog (The catalog, with prices and input contracts); preflight_criteria (The published conformance criteria); which_instrument (Which instrument for which job); fresh_set (This week's working x402 doors).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.scvd-store-docs]
url = "https://scvd.store/mcp/docs"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "scvd-store-docs": {
      "type": "http",
      "url": "https://scvd.store/mcp/docs"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: scvd-store-docs
Remote MCP URL: https://scvd.store/mcp/docs

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "scvd-store-docs": {
      "url": "https://scvd.store/mcp/docs"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "scvd-store-docs": {
      "type": "http",
      "url": "https://scvd.store/mcp/docs"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "scvd-store-docs",
  "transport": "streamable-http",
  "url": "https://scvd.store/mcp/docs"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for scvd.store was fetched 2026-07-31T09:25:43.202Z and is being refreshed.

Trust status Neutral

scvd.store is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.