Validate and clean x402 merchant directory#74
Merged
marcopesani merged 1 commit intomainfrom Feb 28, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Tested every endpoint in both merchants.json and merchants-bazaar.json against live HTTP requests. Removed 26 invalid entries (non-x402 endpoints, unreachable domains, GitHub repos, facilitators) and fixed URLs/metadata for remaining merchants. Directory reduced from 53 to 27 merchants (89 to 54 endpoints), all confirmed returning 402 with valid x402 payment requirements on Brevet-supported chains. Added slug field (kebab-case) to each merchant for robust deduplication. Changed dedup logic from name-based to slug-based with endpoint merging: when curated and bazaar entries share a slug, curated wins but bazaar endpoints are merged in (dedup by URL). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
c0bc7db to
0820f76
Compare
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.
Summary
merchants.json(43 entries) andmerchants-bazaar.json(10 entries) against live HTTP requestsRemoved merchants (26)
Non-endpoints: Cloudflare x402 Proxy, x402 TypeScript SDK, x402 Facilitator (Coinbase), Stripe x402, CDP Bazaar Discovery API
Invalid/unreachable: QuickNode, Firecrawl, Bitrefill, Elsa x402, Gloria AI, Moltalyzer, SocioLogic RNG, AdPrompt, MerchantGuard, twit.sh, Otto AI Swarm, Zyte, AEON
Bazaar removals: x402 API Network, Pylon, BlackSwan, AdEx AURA API, Proofivy, Trusta.AI, RelAI, SerenAI x402 Gateway
Test plan
curl— confirmed 402 responsesJSON.parse())npm run lintpassesnpm run test:runpasses (44/44 tests)🤖 Generated with Claude Code