feat(directory): add merchant/x402 endpoint directory#73
Merged
marcopesani merged 3 commits intomainfrom Feb 28, 2026
Merged
Conversation
Static JSON-based merchant catalog with Zod validation, exposed via MCP tool, dashboard page, and public marketing page. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…c pricing Split flat merchant entries into Merchant → Endpoint[] with a Zod union for pricing (fixed | min+max | min-only | max-only). Expandable merchant cards in dashboard and public UI. MCP tool returns nested endpoints. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…bazaar entries Extensive research across x402.org ecosystem, CDP Bazaar, press releases, and technical docs to build a comprehensive directory of x402-enabled services. Curated directory (43 merchants, 71 endpoints): - Verified 402 responses: Nansen, CoinGecko, Neynar, AgentUtil, HTTPay, Pinata, 402Box, invy, Ordiscan, Rug Munch Intelligence - Major platforms: QuickNode, Firecrawl, Browserbase, BlockRun AI, Bitrefill - DeFi/analytics: Zapper, Einstein AI, Elsa, GoldRush (Covalent) - AI/compute: Spraay Gateway, x402engine, dTelecom STT - Security: Orac, Rug Munch (19 endpoints, $0.02-$2.00) - Real-world payments: AEON, Laso Finance, Bitrefill - Infrastructure: QuickNode, Cloudflare x402 Proxy, CDP Bazaar - Facilitators: Coinbase, Stripe x402 Bazaar directory (10 merchants, 18 endpoints): - x402 API Network, Pylon, BlackSwan, AdEx AURA, Proofivy, Trusta.AI, RelAI, SerenAI, plus AgentUtil/HTTPay extras Removed unreachable services (SLAMai, Cybercentry, Snack Money, DJD). https://claude.ai/code/session_01UvUbqEjXjnWt5RoDvGRUF7
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Static JSON-based merchant catalog with Zod validation, exposed via
MCP tool, dashboard page, and public marketing page.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com