Add SCVD General Store (two skills, one MCP server) - #34
Open
cv-scvd wants to merge 5 commits into
Open
Conversation
seancrecord
pushed a commit
to seancrecord/scvd-general-store-repo
that referenced
this pull request
Sep 11, 2026
github/agentfinder-catalog#34 (CV, 2026-09-06) carries the store skill alone and quotes $0.004 where the skill says $0.001; the other two drafted entries wait on it. The Cloudflare 4xx tab names the 404 paths: a secrets scan under spoofed AI user-agents, answered 404 on purpose. The one press that is the keeper's — challenging unverified bots that claim a crawler's name — is a RULE row. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NfXqFWuvVLxrChgyZWhyC9
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds three augments from seancrecord/scvd-general-store-repo (MIT), the repository behind scvd.store, an evidence observatory for agentic commerce: independent verification of x402 endpoints, payments and receipts.
Entries
scvd-general-store.jsonapplication/ai-skillskills/scvd-general-store/SKILL.md— how an agent reads, verifies and buys at the storex402-before-you-pay.jsonapplication/ai-skillexamples/claude-code/SKILL.md— read a 402's terms and run the free preflight before paying any x402 endpointscvd-general-store-mcp.jsonapplication/mcp-server+jsonstore.scvd/general-storeon the official MCP registry, streamable HTTP athttps://scvd.store/mcpWhat a Copilot user gets from these
POST https://scvd.store/api/before-you-pay/v1with the URL says whether a stock client would sign, which offer it would pick, and what the door's shape looks like. Free, no key.POST https://scvd.store/api/conformance/v1. Free./corpus/host/{host}.json.What they do not do
The skills instruct an agent to call public HTTPS endpoints and to read their answers; they declare no environment variables, no binaries and no install steps. Nothing asks for credentials, keys or wallet secrets, and nothing pays without a signed payment the agent's operator chose to make. The MCP server's
tools/list,initializeand resource reads are free and unauthenticated; thebuy_*tools answer with HTTP 402 x402 terms and settle only in band.Validation
metadata.repoPathexists onmainin the namedsourceSet.python3 scripts/generate_ai_catalog.py --checkpasses locally on all three files.versionand description repeat the registry's latest published version verbatim; a test in the source repository (scripts/agentfinder-check.test.mjs) refuses drift between these files and the manifests they describe.Notes for the reviewer: the MCP entry uses the
urn:ai:registry.modelcontextprotocol.io:<namespace>:<name>identifier shape your generator emits for feed rows, so that if GitHub's MCP feed later carries this server the generator dedupes to one row. Happy to switch it to theurn:ai:github.com:...shape if you prefer contributor entries uniform.