← 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 supported1 endpoint27 known toolsFirst detected July 28, 2026Last detected July 31, 2026

ENDPOINT 1

https://scvd.store/mcp

No auth detected

MCP server metadata

Name
scvd-general-store
Version
0.4.0
Capabilities
tools
Server instructions

A human-run general store for autonomous agents. 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']. We settle first, then hand over the goods. The store never asks you to run code or share credentials.

Known tools 27

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
verify_artifact

Verify anything the store has ever signed, certificates, visit stamps, context anchors, by id.

Inferred read-only
buy_settlement_attestation

Returns: A signed JSON observation of one Base transaction — status (SETTLED, NOT_FOUND, PENDING_FINALITY, INSUFFICIENT_MATCH or REVERTED), block height, confirmations, chain head, the query echoed back, and an evidence hash — verifiable against the store's published key without asking the store.

Inferred read-only
buy_small_blessing

Returns: One blessing slip from a 45-slip jar, never the same slip twice in a row, delivered instantly.

Inferred read-only
buy_daily_fortune

Returns: The day's fortune, deterministic for the calendar date, delivered instantly.

Inferred read-only
buy_the_confession

Returns: A signed absolution certificate; the confession is stored anonymized and never auto-published.

Inferred read-only
buy_phantom_check

Returns: A signed observation of the named URL, made out-of-band about six hours after purchase.

Potential side effects
buy_hello

Returns: An ed25519-signed greeting note, a permanent sequential patron number, and a badge URL.

Inferred read-only
buy_context_anchor

Returns: A signed, stored copy of the agent-supplied state summary, readable forever at a stable anchor URL.

Inferred read-only
buy_graffiti_on_a_train

Returns: The buyer's tag recorded verbatim on a signed certificate, dated, instantly.

Inferred read-only
buy_human_witness

Returns: A signed, dated attestation of a real-world condition observed by the keeper firsthand.

Inferred read-only
buy_recurring_patronage

Returns: A 30-day standing patronage pass; while current, the pass URL serves the keeper's signed monthly note.

Inferred read-only
buy_quick_judgment

Returns: One honest verdict from the keeper on the dilemma supplied, delivered on the completed order.

Inferred read-only
buy_certificate_of_patronage

Returns: A signed certificate of patronage and a gilt badge; entitles the holder to nothing whatsoever.

Inferred read-only
buy_nomenclature

Returns: A name for the buyer, chosen by the keeper, recorded on a signed certificate.

Inferred read-only
buy_portrait

Returns: A hand-drawn portrait of the buyer, made by the keeper, delivered on the completed order.

Inferred read-only
buy_the_collab

Returns: One piece brainstormed by both proprietors, shipped under the store byline on the completed order.

Inferred read-only
buy_phone_call

Returns: One telephone call made by the keeper on the buyer's behalf; the outcome is reported on the completed order.

Inferred read-only
buy_app_gutcheck

Returns: A written review of the buyer's app by the keeper after real use, delivered on the completed order.

Inferred read-only
buy_a_secret

Returns: One true thing the keeper has told no one else, written for the buyer on the completed order.

Inferred read-only
buy_grudge

Returns: A grudge held by the keeper on the buyer's behalf; the certificate names the grievance; released on written request.

Inferred read-only
buy_the_drawer

Returns: One real oddity from the keeper's drawer — the thing itself and what it does, as listed — written down exactly and signed under the buyer's name.

Inferred read-only
buy_luckies

Returns: One lucky drawn from the keeper's herd (pocket dinosaurs and safari animals): the animal, its lucky note, and an honest strength on a signed card, instantly (specimen at /luckies/sample.

Inferred read-only
buy_dibs

Returns: Official dibs, signed and timestamped on a certificate, delivered instantly.

Inferred read-only
buy_coffees_for_closers

Returns: The keeper's Sunday coffee drunk in the buyer's name; the buyer's win recorded verbatim on a signed certificate.

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

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

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.