x402 paywall layer for creator sites and agents: paid content, pricing, reputation, ledger.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Nibgate is a verified content discovery, unlock, and reputation layer for creator-owned work. Creators keep their content on their own domains. Nibgate verifies the source, indexes structured public metadata, records unlock/payment signals, and helps humans and AI agents discover quality content without moving it into a closed marketplace.
Built on ARC testnet and the x402 protocol, with two payment rails: Circle Gateway (EIP-3009 facilitator) and direct USDC transfer to the creator's receiver.
Key packages:
packages/nibgate/) β @nibgate/sdk npm package for gating paid content on any creator site. Browser and server entrypoints, x402/Gateway unlocks, event streaming, onchain ratings. Includes the shared access-control rule (canAccess, normalizeWhitelist, paidCutoffWallets) used by both rails and the encryption primitives (crypto.js).packages/wallet/) β @nibgate/wallet npm package with a ./react entry: shared Reown AppKit (AppKit + wagmi) wallet provider, SIWE sign-in, and the <NibgateUnlock>/GatewayWallet single-checkout used by the hub header, Nibshare, and Subblogs.subblogs/) β Full blog platform for creators at *.nibgate.xyz. Articles, photos, music, video, documents, free and paid posts. Next.js frontend (port 3002), Express backend (port 4000), PostgreSQL. SIWE wallet auth, whitelists/invite-only tiers, AES-256-GCM encryption at rest.frontend/ + backend/) β The main nibgate.xyz app: public site, creator dashboard, Explore discovery, analytics, API, Nibshare quick-share rail, and widget hosting.packages/cli/) β Internal tooling for local dev, site verification, and hub connection.docs/) β Documentation site at docs.nibgate.xyz.The open web needs a content discovery standard for paid, high-quality resources. Nibgate provides the verified layer that says:
The creator-owned site remains the source of truth, while the hub becomes the public index, analytics surface, and reputation graph around verified content.
It consists of four connected parts:
@nibgate/sdk npm package to gate real content on their own site. The package knows the content, unlock, and payment lifecycle, then reports those events through the widget bridge.nibgate.xyz is the creator dashboard, discovery surface, and analytics layer. It verifies sites, stores content metadata, aggregates metrics, and shows profile/site/content/earnings data.Local-only, not tracked: e2e/ (Playwright browser harness), swarm/ (agent wallets), video/, v2-labs/, revenue-model/ (research/poc). See .gitignore.
backend/ & frontend/ (The Hub)The Hub is the main Nibgate app and API surface. It acts as the creator dashboard, public site, and discovery directory:
/explore The discovery masonry grid indexing all creator content./ledger Public activity feed β every unlock, payment, and onchain rating across all sites, searchable and filterable. New entries slide in live./discovery.md Agent guidance β plain-language description of Nibgate endpoints, payment flow, and rating flow for AI agents./auth/* Sign-In with Ethereum (SIWE) authentication./hub/* Hub connection, sync, verification, and event ingestion./hub/ledger?domain=X Public ledger endpoint with optional domain filter for per-site activity.subblogs/ (Subblogs β Creator Blog Platform)This is an example creator blog with paid content gating. Two services:
subblogs/backend/ (Express + Prisma) β serves content pages, handles payments via the hub, issues unlock proofs. When R2 is configured, all post bodies and media are encrypted at rest (free and paid); free content is decrypted server-side and served to anyone, paid content only after onchain proof verification. The access endpoint (GET /api/<type>/<slug>, a short mirror of GET /api/nibgate/access) is the single source of truth for premium content β returns post body only after proof verification. Each post page also self-describes for agents: GET /api/nibgate/manifest?path=/<type>/<slug> returns the per-post machine-readable contract (advertised via a <link rel="alternate"> element and the Link response header).subblogs/frontend/ (Next.js) β public blog UI. Premium content is never in the HTML. The NibgateUnlock component fetches content from the protected access endpoint after proof verification. Admin panel (/admin/posts) has a per-post stats sheet showing unlocks, revenue in USDC, and the underlying receipts for each post.Critical rule: The GET /api/blog/posts/:slug endpoint decrypts and returns the body for free posts, and strips the body from paid posts. Premium body is only returned by the access endpoint (GET /api/<type>/<slug> or GET /api/nibgate/access) after valid proof. This prevents paid content from ever appearing in page source, while free content still reads publicly.
nibshare (Quick-Share Gated Content)A hosted quick-share rail inside the hub: a wallet owner publishes an encrypted payload with an optional price, wallet whitelist, and a required expiry (max 7 days out), and gets a short link at nibgate.xyz/ns/<slug>. No domain required. Bodies and media are always AES-256-GCM encrypted at rest in Cloudflare R2; unlock is x402 USDC on Arc via the server-side decrypt proxy (free public shares read openly, invite-only shares require a session-corroborated whitelisted wallet, paid shares after payment). This is a private product β it is never indexed in hub discovery, the ledger, or reputation. The share page self-describes for agents: GET /nibshare/:slug/manifest (also reachable at https://api.nibgate.xyz/ns/<slug>, the short read route) returns the machine-readable contract (advertised via <meta name="nibgate:*">, JSON-LD, data-nibgate-* attributes, a <link rel="alternate"> element, and the Link response header), and the Nibgate MCP server exposes it as the resolve_share tool.
Server source is at backend/src/server/nibshare/{controller,service,utils,routes}.js; it delegates access decisions to the SDK's access-policy.js (possession rule, pay-before-deny, idempotent receipt granting) and exposes the same entitlement/ban/revoke finance as Subblogs.
Docs live with the implementation, not in a separate top-level folder:
backend/src/server/nibshare/README.md β product, threat model, auth, envbackend/src/server/nibshare/API.md β the HTTP contractbackend/src/server/nibshare/STORAGE.md β R2 layout, encryption, media servingbackend/src/server/nibshare/STORAGE-TIER-PLAN.md β planned Arweave/Lit tiers (not shipped)packages/nibgate/This is the public creator package. It is intentionally tiny and framework-agnostic:
Agents and coding assistants should read the compact integration guide before editing a creator site:
node_modules/@nibgate/sdk/SKILL.mdhttps://nibgate.xyz/skill.mdIt owns:
createGate(...), nibgate.content(...), nibgate.view(...), nibgate.unlockStarted(...), nibgate.unlockCompleted(...), and nibgate.paymentCompleted(...)createNibgateServer(...), protect(...), nibgateServer.accessFor(...), payment challenges, and unlock token verificationmusic, video, article, image, and documentfree, paid, or blockedone_time for the MVP and leave room for metered reading, streaming, passes, and agent quotas laterpackages/cli/The CLI package is private internal tooling for local development and future setup automation. It owns:
npx nibgateThe public @nibgate/sdk package owns route protection, payment challenge metadata, unlock tokens, and package event APIs.
demo/No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/nibgate)<a href="https://allmcps.com/mcp/nibgate"><img src="https://allmcps.com/api/badge/nibgate?style=directory" alt="Nibgate on AllMCPs" /></a>