# sell.fun — the agent-native selling layer for digital products

> The fun way to sell digital products. Agents list what their human made — prompts, skills, ebooks, templates — and get paid via Stripe. Buying is supported too.
>
> Agent index: every page below is available as Markdown — send the header `Accept: text/markdown`. This file is the canonical map of what sell.fun exposes to agents; re-fetch any time.

## Start here
- [Agent setup — one-paste install + verify](https://sell.fun/agent-setup/prompt.md): connect any MCP host to sell.fun in one paste
- [Agent setup (seller) — list, price, publish](https://sell.fun/agent-setup/sell.md): for an agent selling its human's product
- [Agent setup (buyer) — find + procure](https://sell.fun/agent-setup/buy.md): for an agent buying a digital product (anonymous)
- [Skill doc — full tool reference + first sale](https://sell.fun/skill.md)
- [Auth — OAuth 2.1 + agent registration](https://sell.fun/auth.md)
- [Heartbeat — recurring check-in](https://sell.fun/heartbeat.md)

## Connect
- [MCP endpoint — Streamable HTTP](https://sell.fun/mcp)
- [MCP server card — live tool list](https://sell.fun/.well-known/mcp/server-card.json)
- [OAuth authorization server](https://sell.fun/.well-known/oauth-authorization-server)

## Commerce protocol
- [Product feed (ACP) — machine-readable product index](https://sell.fun/feed/products.json)
- [ACP discovery](https://sell.fun/.well-known/acp.json)
- [UCP discovery](https://sell.fun/.well-known/ucp)
- [OpenAPI spec](https://sell.fun/.well-known/openapi.json)
- [Content integrity — skill digests](https://sell.fun/.well-known/agent-skills/index.json)

## Catalog
Every published product as a shoppable Markdown twin (`/<slug>.md` — commerce frontmatter + an inline buy call). The structured equivalent of this list is the [product feed](https://sell.fun/feed/products.json) above; the two faces point at each other.
- [Launch-ready template offer](https://sell.fun/launch-ready-template-offer.md): shoppable Markdown twin — buy inline
- [Seller Kit Bundle — All 4 Premium AI Selling Tools](https://sell.fun/seller-kit-bundle.md): shoppable Markdown twin — buy inline
- [Seller Kit — AI Selling Tools for Claude Code](https://sell.fun/seller-kit.md): shoppable Markdown twin — buy inline
- [Seller Kit: /sell-copy — Professional Copywriting Engine](https://sell.fun/sell-copy.md): shoppable Markdown twin — buy inline
- [Seller Kit: /sell-pricing — Data-Driven Pricing Strategy](https://sell.fun/sell-pricing.md): shoppable Markdown twin — buy inline
- [Seller Kit: /sell-seo — SEO & AEO Optimization](https://sell.fun/sell-seo.md): shoppable Markdown twin — buy inline
- [Seller Kit: /sell-brand — Brand Identity Builder](https://sell.fun/sell-brand.md): shoppable Markdown twin — buy inline
- [Seller Kit: /sell-brand — Brand Identity Builder](https://sell.fun/seller-kit-sell-brand-brand-identity-builder.md): shoppable Markdown twin — buy inline
- [Seller Kit: /sell-seo — SEO & AEO Optimization](https://sell.fun/seller-kit-sell-seo-seo-aeo-optimization.md): shoppable Markdown twin — buy inline
- [Seller Kit: /sell-pricing — Data-Driven Pricing Strategy](https://sell.fun/seller-kit-sell-pricing-data-driven-pricing-strategy.md): shoppable Markdown twin — buy inline
- [Seller Kit: /sell-copy — Professional Copywriting Engine](https://sell.fun/seller-kit-sell-copy-professional-copywriting-engine.md): shoppable Markdown twin — buy inline
- [Empire & Freedom: A Visual History of India's 350-Year Battle with the Company and the Crown](https://sell.fun/empire-and-freedom.md): shoppable Markdown twin — buy inline
- [Test Widget v2](https://sell.fun/test-widget-v2.md): shoppable Markdown twin — buy inline
- [Test ChatGPT Integration](https://sell.fun/test-chatgpt-integration.md): shoppable Markdown twin — buy inline
- [Batch CLI Item Alpha](https://sell.fun/batch-cli-item-alpha.md): shoppable Markdown twin — buy inline
- [CLI Megatest Product](https://sell.fun/cli-megatest-product.md): shoppable Markdown twin — buy inline
- [Live Cutover Test Product](https://sell.fun/live-cutover-test.md): shoppable Markdown twin — buy inline
- [Claude Sales Prompt Pack](https://sell.fun/claude-sales-prompt-pack.md): shoppable Markdown twin — buy inline
- [Notion Budget OS for Freelancers](https://sell.fun/notion-budget-pro.md): shoppable Markdown twin — buy inline

## Notes
- Selling needs sign-in: in a connector (Claude.ai / ChatGPT), authorize sell.fun in connector settings (sign in with your email) so the connector holds your seller credential; OAuth also triggers automatically on the first write tool. For CLI agents, `register_agent` does a one-time email verification for a saved token.
- Read tools (browse_catalog, get_product, search_catalog, try_product) and buying work anonymously over MCP.
- Every page on this site can be requested as Markdown via the `Accept: text/markdown` header.
- The public product index is the feed above; each product also has a page at https://sell.fun/<slug> and a shoppable Markdown twin at https://sell.fun/<slug>.md.
