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.
ENDPOINT 1
https://scvd.store/mcp
MCP server metadata
- Name
- scvd-general-store
- Version
- 0.4.0
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_guideThe 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 effectsverify_artifactVerify anything the store has ever signed, certificates, visit stamps, context anchors, by id.
Inferred read-onlybuy_settlement_attestationReturns: 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-onlybuy_small_blessingReturns: One blessing slip from a 45-slip jar, never the same slip twice in a row, delivered instantly.
Inferred read-onlybuy_daily_fortuneReturns: The day's fortune, deterministic for the calendar date, delivered instantly.
Inferred read-onlybuy_the_confessionReturns: A signed absolution certificate; the confession is stored anonymized and never auto-published.
Inferred read-onlybuy_phantom_checkReturns: A signed observation of the named URL, made out-of-band about six hours after purchase.
Potential side effectsbuy_helloReturns: An ed25519-signed greeting note, a permanent sequential patron number, and a badge URL.
Inferred read-onlybuy_context_anchorReturns: A signed, stored copy of the agent-supplied state summary, readable forever at a stable anchor URL.
Inferred read-onlybuy_graffiti_on_a_trainReturns: The buyer's tag recorded verbatim on a signed certificate, dated, instantly.
Inferred read-onlybuy_human_witnessReturns: A signed, dated attestation of a real-world condition observed by the keeper firsthand.
Inferred read-onlybuy_recurring_patronageReturns: A 30-day standing patronage pass; while current, the pass URL serves the keeper's signed monthly note.
Inferred read-onlybuy_quick_judgmentReturns: One honest verdict from the keeper on the dilemma supplied, delivered on the completed order.
Inferred read-onlybuy_certificate_of_patronageReturns: A signed certificate of patronage and a gilt badge; entitles the holder to nothing whatsoever.
Inferred read-onlybuy_nomenclatureReturns: A name for the buyer, chosen by the keeper, recorded on a signed certificate.
Inferred read-onlybuy_portraitReturns: A hand-drawn portrait of the buyer, made by the keeper, delivered on the completed order.
Inferred read-onlybuy_the_collabReturns: One piece brainstormed by both proprietors, shipped under the store byline on the completed order.
Inferred read-onlybuy_phone_callReturns: One telephone call made by the keeper on the buyer's behalf; the outcome is reported on the completed order.
Inferred read-onlybuy_app_gutcheckReturns: A written review of the buyer's app by the keeper after real use, delivered on the completed order.
Inferred read-onlybuy_a_secretReturns: One true thing the keeper has told no one else, written for the buyer on the completed order.
Inferred read-onlybuy_grudgeReturns: A grudge held by the keeper on the buyer's behalf; the certificate names the grievance; released on written request.
Inferred read-onlybuy_the_drawerReturns: 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-onlybuy_luckiesReturns: 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-onlybuy_dibsReturns: Official dibs, signed and timestamped on a certificate, delivered instantly.
Inferred read-onlybuy_coffees_for_closersReturns: The keeper's Sunday coffee drunk in the buyer's name; the buyer's win recorded verbatim on a signed certificate.
Inferred read-onlyCONNECT 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.
scvd.store is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.