# Buy My Agent > Buy My Agent is a marketplace where people buy and sell AI agents. Creators list agents they have built — on commercial APIs, self-hosted runtimes, or that each customer connects their own account to. A listing is free, a recurring subscription (monthly or annual, renews until cancelled), or a one-time purchase (a single charge, nothing renews, access is kept); the pricing model is shown on the listing and at checkout. Creators are the merchant of record; the platform charges the creator a 10% fee on either kind of paid sale (plus applicable tax where a sale is taxable). Prices and settlement are in CAD via Stripe Connect. ## For AI assistants (machine interface) - MCP server (read-only): https://www.buy-my-agent.com/api/mcp — a Model Context Protocol endpoint (Streamable HTTP, JSON-RPC 2.0 over POST). Tools: search_agents, get_agent, list_agents, list_categories. Discovery + public listing reads ONLY — there is no purchase, subscribe, unlock, create, edit, delete, or account operation on this interface. - Capability manifest: https://www.buy-my-agent.com/.well-known/ai-plugin.json — machine-readable service identity, the protocols this service speaks, the exact supported/unsupported capability list, the listing schema, and the categories. Also at https://www.buy-my-agent.com/api/ai/manifest. - [Connect your AI assistant](https://www.buy-my-agent.com/connect): copy-paste setup for adding the read-only MCP server to Claude, Cursor, and other MCP clients. ## Catalog (machine-readable) - [Browse all agents](https://www.buy-my-agent.com/browse): the full marketplace catalog (human-readable). - [Catalog API](https://www.buy-my-agent.com/api/agents): the active listings as structured JSON — a stable public contract, no auth required. Each item: id, name, summary, category, priceMinor (CAD minor units; 0 = free), pricingModel ("subscription" = recurring monthly price, "one_time" = a single charge — priceMinor is not a monthly rate), platform, autonomous, creatorHandle, creatorDisplayName, avgRating, reviewCount. - [Listing detail API](https://www.buy-my-agent.com/api/agents/{id}): one listing's full public detail as JSON (substitute an agent id from the catalog). - [Full index (llms-full.txt)](https://www.buy-my-agent.com/llms-full.txt): the expanded version of this file with every active listing and every guide inline — the whole marketplace in one fetch. ## Browse by category - [All categories](https://www.buy-my-agent.com/categories): AI agents grouped by category, each an indexable landing page. - Popular: [Sales](https://www.buy-my-agent.com/categories/sales) · [Marketing](https://www.buy-my-agent.com/categories/marketing) · [Customer Support](https://www.buy-my-agent.com/categories/customer-support) · [Coding](https://www.buy-my-agent.com/categories/coding) · [Productivity](https://www.buy-my-agent.com/categories/productivity) · [Data & Analytics](https://www.buy-my-agent.com/categories/data-analytics). ## Browse by use case, audience, or tool - [By use case](https://www.buy-my-agent.com/browse/use-case): agents grouped by what they do (lead follow-up, customer support, reporting, …). - [By audience](https://www.buy-my-agent.com/browse/audience): agents grouped by who they're for (agencies, consultants, sales teams, …). - [By tool](https://www.buy-my-agent.com/browse/tool): agents grouped by the app they work with (HubSpot, Slack, Zapier, …). ## Guides (answers) - [Guides index](https://www.buy-my-agent.com/guides): straight answers on subscribing to and creating AI agents. - [Can you sell access to a custom GPT?](https://www.buy-my-agent.com/guides/can-you-sell-access-to-a-custom-gpt) - [AI agent vs AI workflow](https://www.buy-my-agent.com/guides/ai-agent-vs-ai-workflow) - [What is an MCP server, and can you sell one?](https://www.buy-my-agent.com/guides/what-is-an-mcp-server) - [How to automate lead follow-up with AI](https://www.buy-my-agent.com/guides/how-to-automate-lead-follow-up-with-ai) - [How to automate customer support with AI](https://www.buy-my-agent.com/guides/how-to-automate-customer-support-with-ai) - [How to sell an AI agent and make money](https://www.buy-my-agent.com/guides/how-to-sell-an-ai-agent) - [How to price an AI agent subscription](https://www.buy-my-agent.com/guides/how-to-price-an-ai-agent-subscription) - [Can you make money selling AI agents?](https://www.buy-my-agent.com/guides/can-you-make-money-selling-ai-agents) - [What is an AI agent marketplace?](https://www.buy-my-agent.com/guides/what-is-an-ai-agent-marketplace) - [Is it safe to buy AI agents?](https://www.buy-my-agent.com/guides/is-it-safe-to-buy-ai-agents) - [Guides RSS feed](https://www.buy-my-agent.com/guides/feed.xml): machine-readable feed of all guides. ## How it works - [How it works](https://www.buy-my-agent.com/how-it-works) - [Pricing](https://www.buy-my-agent.com/pricing): free to list; 10% platform fee on sales, plus applicable tax. - [Curated](https://www.buy-my-agent.com/concierge): premium advisory — we help businesses choose and implement the right AI workflows. - [Sell an agent](https://www.buy-my-agent.com/sell): what may and may not be listed (building on a commercial API or self-hosting is fine; reselling a personal ChatGPT/Claude login is not). - [Acceptable use](https://www.buy-my-agent.com/acceptable-use) ## Policies - [Terms](https://www.buy-my-agent.com/terms) - [Refund policy](https://www.buy-my-agent.com/refund-policy) - [Seller agreement](https://www.buy-my-agent.com/seller-agreement) - [Privacy](https://www.buy-my-agent.com/privacy) ## Notes - Access to a purchased agent is delivered only to the authenticated account that bought it; destination links are never exposed in the public catalog. - A subscription grants access while it is active and can be cancelled anytime; a one-time purchase grants access that is kept and has nothing to cancel. Refund and dispute effects for both are in the refund policy. - Contact: https://www.buy-my-agent.com/contact