Title: Shop2LLM
Author: athenalion
Published: <strong>ژوئن 5, 2026</strong>
Last modified: ژوئن 5, 2026

---

Search plugins

![](https://ps.w.org/shop2llm/assets/icon-256x256.png?rev=3562338)

# Shop2LLM

 By [athenalion](https://profiles.wordpress.org/athenalion/)

[Download](https://downloads.wordpress.org/plugin/shop2llm.1.0.1.zip)

 * [Details](https://haz.wordpress.org/plugins/shop2llm/#description)
 * [Reviews](https://haz.wordpress.org/plugins/shop2llm/#reviews)
 *  [Installation](https://haz.wordpress.org/plugins/shop2llm/#installation)
 * [Development](https://haz.wordpress.org/plugins/shop2llm/#developers)

 [Support](https://wordpress.org/support/plugin/shop2llm/)

## Description

**Shop2LLM** is the simplest way to make your WooCommerce products discoverable 
by AI assistants like ChatGPT, Claude, and Gemini. One-click setup — no complex 
configuration.

The free version supports **ChatGPT** with 2 AI tools. Upgrade to Pro for 5 AI tools,
always-on AI connection, analytics dashboard, and support across 6 platforms.

#### Supported AI Platforms (Free)

 * 🧠 **ChatGPT Desktop** — products appear in ChatGPT’s tool palette

#### Pro Platforms

 * 🧡 **Claude Desktop** — Claude can search and recommend your products
 * 🔵 **Google Gemini** — connect via A2A Agent Card
 * 🪟 **Microsoft Copilot** — expose your store as a Copilot extension
 * 🟣 **Meta AI** — connect to Meta’s agent platform
 * ☁️ **Amazon Bedrock** — add your store as a Bedrock action group

#### How It Works

 1. **Activate** the plugin (requires WooCommerce)
 2. **Copy** the AI connection URL from the settings page
 3. **Paste** into ChatGPT
 4. **Done** — AI agents can now search your products

#### Features

 * **2 AI tools** — product search and product detail
 * **AI agent standard** — the protocol used by ChatGPT, Claude, and other AI assistants
 * **Product search** — AI agents search by keyword, category, price, stock
 * **Product details** — full product info including description, images, ratings
 * **No usage limits** — unrestricted AI calls
 * **Auto-generated API key** — secure Bearer token authentication
 * **ChatGPT support** — one-click setup
 * **Auto Product Schema** — JSON-LD for AI readability
 * **AI directory page** — auto-generated llms.txt
 * **Crawler-friendly robots.txt** — invite AI bots to index your store

#### What AI Agents Can Do (Free)

 * “Search for wireless headphones under $100”
 * “Show me the top-rated summer dresses in stock”
 * “What’s the price of product #42?”
 * “Find products in the ‘electronics’ category”

### Privacy

This plugin can optionally connect to external services provided by FinCore. All
external data transmission is **opt-in** and disabled by default:

 * **Analytics (Settings  Shop2LLM  Analytics)** — when enabled, anonymized site
   metadata (site URL, name, platform, version numbers) and AI crawler visits (crawler
   type, page URL, user agent) are sent to our cloud service. This can be disabled
   at any time.
 * **api.aiproductscout.shop/fincore/v1/free/register** — called when analytics 
   is first enabled, to register site metadata.
 * **api.aiproductscout.shop/fincore/v1/crawler/log** — called when AI crawlers 
   visit your store, if analytics is enabled.

No personal customer data, order information, or product data is transmitted. All
external calls use HTTPS and are non-blocking (will not affect site performance 
if the service is unavailable).

Privacy Policy: https://aiproductscout.shop/
 Terms of Service: https://aiproductscout.
shop/

## Screenshots

 * [[
 * AI Visibility Dashboard — daily API calls, search activity, crawler visits
 * [[
 * AI Connection Config — copy-paste setup for ChatGPT with API key + endpoint
 * [[
 * AI Platforms — 7 supported platforms with Free/Pro badges + upgrade CTA

## Installation

 1. Upload the `shop-to-llm` folder to `/wp-content/plugins/`
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Settings  Shop2LLM 🤖
 4. Copy your AI connection URL
 5. Paste into ChatGPT

#### Requirements

 * WordPress 6.0+
 * PHP 8.1+
 * WooCommerce 8.0+

## FAQ

### Does this require a FinCore cloud account?

No. Shop2LLM runs entirely on your WordPress server. No external cloud dependency
for the core features. Optional analytics and crawler tracking require opt-in consent—
see the data privacy section below.

### Is my store data sent to external servers?

Product data stays on your server. AI agents connect directly to your WordPress 
REST API.

### What data does the plugin send to external servers?

External data transmission is **opt-in** and disabled by default. When you enable
Analytics in the plugin settings, basic site metadata (site URL, site name, platform
type, plugin/WooCommerce/WordPress/PHP version numbers) is sent to our cloud service
at api.aiproductscout.shop for registration purposes. AI crawler visits are also
reported — this includes the crawler type, page URL, user agent, and an anonymized
site identifier.

No personal customer, order, or product data is transmitted. You can disable analytics
at any time in Settings. See our privacy policy at https://aiproductscout.shop/ 
for details.

### What’s the difference between Free and Pro?

Free supports ChatGPT with 2 AI tools (product search + product detail). Pro adds
cart, checkout, and order tools, always-on AI cloud connection, analytics dashboard,
and AI-channel order attribution across 6 platforms. Upgrade at https://api.aiproductscout.
shop/fincore/v1/page/prolanding

### Is this secure?

Yes. All AI connections require Bearer token authentication. The API key is auto-
generated and can be rotated anytime.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Shop2LLM” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ athenalion ](https://profiles.wordpress.org/athenalion/)

[Translate “Shop2LLM” into your language.](https://translate.wordpress.org/projects/wp-plugins/shop2llm)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/shop2llm/), check out
the [SVN repository](https://plugins.svn.wordpress.org/shop2llm/), or subscribe 
to the [development log](https://plugins.trac.wordpress.org/log/shop2llm/) by [RSS](https://plugins.trac.wordpress.org/log/shop2llm/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Security: fix permission_callback granting access when API key is empty
 * Security: prevent settings save from clearing API key
 * Fix: Author URI and readme URLs to use bare domain
 * Fix: add wp_unslash before sanitize_text_field on POST inputs
 * Fix: proper escaping for dynamic HTML attributes and display values
 * Remove: load_plugin_textdomain (WP 4.6+ auto-loads by slug)
 * Dev: bump Tested up to 7.0

#### 1.0.0

 * Initial release
 * AI agent standard support (MCP JSON-RPC protocol)
 * ChatGPT integration with 2 AI tools (search + detail)
 * Auto-generated API key with Bearer token auth
 * Auto Product Schema (JSON-LD) for AI readability
 * AI directory page (llms.txt)
 * Crawler-friendly robots.txt (12 AI crawlers)
 * Admin dashboard — AI visibility, search activity, crawler logs
 * Full i18n support — POT + 14 G20 language PO templates
 * Product feed XML for Google Shopping
 * wp_enqueue_style compliant admin CSS
 * 295-structure + 32-API + 17-Docker test suite (344 total)

## Meta

 *  Version **1.0.1**
 *  Last updated **2 روز ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 8.1 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/shop2llm/)
 * Tags
 * [AI](https://haz.wordpress.org/plugins/tags/ai/)[ChatGPT](https://haz.wordpress.org/plugins/tags/chatgpt/)
   [mcp](https://haz.wordpress.org/plugins/tags/mcp/)[products](https://haz.wordpress.org/plugins/tags/products/)
   [woocommerce](https://haz.wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://haz.wordpress.org/plugins/shop2llm/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/shop2llm/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/shop2llm/reviews/)

## Contributors

 *   [ athenalion ](https://profiles.wordpress.org/athenalion/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/shop2llm/)