Agentmart MCP Server

First AI Agent e-commerce marketplace with 74+ AI products, MCP protocol, and Alipay payments

Local serverstdio

What is the Agentmart MCP server?

First AI Agent e-commerce marketplace with 74+ AI products, MCP protocol, and Alipay payments. Exposed over MCP by the agentmart mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

AgentMart is the first e-commerce marketplace built specifically for AI agents. It allows AI agents (Claude, GPT, Coze, etc.) to:

Its toolset

Everything the assistant can do here goes through one of these:

  • search_products — Search AI products by keyword and category
  • get_product_detail — Get detailed product information by ID
  • list_categories — Browse all 7 product categories
  • try_free_demo — Free demo for first-time users
  • create_order — Create an Alipay payment order
  • get_hot_products — Get trending/popular products

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

When to reach for it

Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Agentmart's toolset — search_products, get_product_detail, list_categories and 3 more — is a fair guide to whether it matches your workflow. It is maintained by ai-gaoqian; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Agentmart's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the agentmart mcp server does with a few real requests.

Available tools

ToolWhat it does
search_productsSearch AI products by keyword and category
get_product_detailGet detailed product information by ID
list_categoriesBrowse all 7 product categories
try_free_demoFree demo for first-time users
create_orderCreate an Alipay payment order
get_hot_productsGet trending/popular products

How to install the Agentmart MCP server

{
  "mcpServers": {
    "agentmart": {
      "transport": "streamableHttp",
      "url": "https://api.ai-gaoqian.xyz/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Agentmart to search products.
  • Use Agentmart to get product detail.
  • Use Agentmart to list categories.

Frequently asked questions

It connects Agentmart to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (search_products, get_product_detail, list_categories, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Agentmart directly.