NEW

AskAgento 1.0 just launched. Start free, no card required.

Claim your store β†’
For tech-savvy merchants Β· MCP

Agents for your
WooCommerce shop

Connect Cursor, Claude Desktop, and OpenAI Agents to your live WooCommerce catalogue via MCP. You get the same unified data layer as search and recommendations, with grounded retrieval instead of guesswork.

  • 9 MCP tools
  • Remote HTTPS endpoint
  • Connect in minutes
  • Grounded in your catalogue
Live recording of an AI agent running MCP tool calls against the demo shop and drafting a marketing email

Real recording of the live agent demo on this page. Run it yourself below.

run it live
LIVE Β· JSON-RPC over POST /demo/mcp

Give the agent a brief.
Watch it work your shop.

This is not a video. Your browser sends real MCP tool calls to the live API, the agent searches the demo shop catalogue, asks the shop assistant, and drafts a ready-to-send marketing email. Every request and every argument is shown verbatim.

1 Your brief 2 search_products 3 chat_with_shop 4 Email draft
Try one:

The demo runs on the demo shop catalogue. Your agents call the same tools on your own products.

Real requests, liveOpen your browser dev tools and watch the JSON-RPC calls go out. Nothing here is prerecorded.
Verbatim tool callsEvery tool name and argument is printed exactly as sent, with raw output one click away.
Same tools, your shopClaude, Cursor and OpenAI connect to the identical endpoint with your Site ID and API key.
Overview

AskAgento MCP for external agents

Wire your catalogue into Claude, OpenAI, and automations via AskAgento MCP. It uses the same unified data layer that powers search and recommendations.

AI Agents connecting WooCommerce catalogue to Cursor, Claude, and OpenAI via AskAgento MCP
Setup guide

Connect your agents

AskAgento exposes a remote MCP endpoint over HTTPS at https://api.askagento.com/v1/mcp. Pick your client below.

Before you start

  • Pro plan with catalogue synced in WordPress
  • Site ID and API key from WordPress Admin β†’ AskAgento β†’ AI Agents β†’ Setup
  • Node.js 18+ for OpenAI examples

Auth headers

ValueHeader
Site ID X-Askagento-Site-Id: <site-id>
API key X-Askagento-Api-Key: <api-key>

X-Askagento-Site-Id identifies your shop and X-Askagento-Api-Key is your install secret. Send both on every request.

Available MCP tools

ToolPurpose
chat_with_shopConversational shop assistant with product context
get_catalogue_statsOrientation summary: product count, price range, category/tag counts, featured and on-sale totals
get_featured_productsFeatured products, sale items, or new arrivals (list_type: featured | on_sale | new_arrivals)
get_product_by_idFull details for one product by its WooCommerce product_id
get_shop_statusInstall status, plan, and usage quotas
get_similar_productsCross-sell or upsell for one product_id
list_categoriesAll product categories with name, slug, and product count
list_tagsAll product tags with name, slug, and product count
search_productsSemantic search by text, image, or both

Cursor & Windsurf

Add to ~/.cursor/mcp.json (or your Windsurf MCP config), then reload the IDE.

{
  "mcpServers": {
    "askagento-shop": {
      "url": "https://api.askagento.com/v1/mcp",
      "headers": {
        "X-Askagento-Site-Id": "<your-site-id>",
        "X-Askagento-Api-Key": "<your-api-key>"
      }
    }
  }
}

Agent prompt templates for marketing, sales, support, and more live in the demo repo prompts/ folder.

Ready to connect agents
to your shop?

Pro includes full chatbot, Agents & MCP tools, and AI image search.

14-day free trial on Pro Β· Cancel anytime