Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ›’ E-Commerce
  3. Agentmart
Agentmart logo
Health: ActiveRecent health check succeeded.Last checked 9/23/2026, 1:32:31 AM

Agentmart

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "agentmart": {
      "url": "https://api.ai-gaoqian.xyz/mcp"
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ›’ More in E-Commerce

Documentation Overview

AgentMart AI Marketplace ๐Ÿ›’๐Ÿค–

The first AI Agent e-commerce platform โ€” enabling AI agents to browse, search, and purchase 74+ AI products and services.

MCP Protocol Server Type Products

๐ŸŒŸ What is AgentMart?

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

  • ๐Ÿ” Search 74+ AI products across 7 categories
  • ๐Ÿ“‹ Browse product details and pricing
  • ๐Ÿ†“ Try free demos (first-time users)
  • ๐Ÿ’ฐ Purchase products via Alipay payment integration
  • ๐Ÿ”ฅ Discover trending AI tools and services

๐Ÿš€ Quick Start

MCP Server Configuration

Add to your MCP client config:

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

For Claude Desktop

Add to claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "agentmart": {
      "url": "https://api.ai-gaoqian.xyz/mcp"
    }
  }
}

For Cursor

Add to Cursor MCP settings:

config.json
{
  "mcpServers": {
    "agentmart": {
      "url": "https://api.ai-gaoqian.xyz/mcp"
    }
  }
}

๐Ÿ›  MCP Tools (6 Available)

ToolDescription
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

๐Ÿ“ฆ Product Categories

CategoryCountExamples
AI Side Hustle6AIๅ‰ฏไธš่ตš้’ฑๅŠฉๆ‰‹
AI Skills13PPT Generator, PDF Processor
API Services15Various API integrations
Content Creation12Writing, design tools
Productivity12Automation, efficiency tools
Data Analysis12Analytics, reporting tools
Solutions4Enterprise solutions

๐Ÿ”— Links

  • ๐ŸŒ Website: https://agentmart.ai-gaoqian.xyz
  • ๐Ÿ“ก MCP Endpoint: https://api.ai-gaoqian.xyz/mcp
  • ๐Ÿ“– OpenAPI Spec: https://api.ai-gaoqian.xyz/openapi.json
  • ๐Ÿ“„ llms.txt: https://api.ai-gaoqian.xyz/llms.txt
  • ๐Ÿƒ Server Card: https://api.ai-gaoqian.xyz/mcp/.well-known/mcp/server-card.json

๐Ÿ’ก Example Usage

Search for products

Code
User: "I need a PPT generation tool"
Agent: [calls search_products with query="PPT"]
       โ†’ Found "PPTไธ€้”ฎ็”Ÿๆˆ" (skill_ppt) - ยฅ1.00

Get product details

Code
User: "Tell me more about the AI side hustle assistant"
Agent: [calls get_product_detail with id="skill_ai_hustle"]
       โ†’ Detailed info about AI Side Hustle Assistant

Try a free demo

Code
User: "Can I try before buying?"
Agent: [calls try_free_demo with prompt="help me find side hustles"]
       โ†’ Free demo response (first-time users only)

๐Ÿ“ License

MIT

๐Ÿ“ง Contact

  • Email: agentmart@coze.email
  • GitHub: ai-gaoqian

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in E-Commerce View all alternatives
  • BuyWhere MCP Server logoBuyWhere MCP Server

    Agent-native product catalog for AI shopping agents. 296M+ products, 28 countries.

    ๐Ÿ›’ E-Commerce1 views
    Compare vs BuyWhere MCP Server โ†’
  • Map logoMap

    One MCP for agent commerce: read ยท pay ยท publish. Teacher, not butler.

    ๐Ÿ›’ E-Commerce1 views
    Compare vs Map โ†’
  • Shoporacle logoShoporacle

    E-Commerce Intelligence MCP โ€” 11 tools: price comparison, stock, reviews. 18 countries.

    ๐Ÿ›’ E-Commerce1 views
    Compare vs Shoporacle โ†’
  • Fetch Price logoFetch Price

    Live UK marketplace product search with real prices and buy links.

    ๐Ÿ›’ E-Commerce0 views
    Compare vs Fetch Price โ†’

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Agentmart

agentmart is a hosted MCP server. Add it as a remote server in your client's config: "mcpServers": { "agentmart": { "url": "https://api.ai-gaoqian.xyz/mcp" } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAgentmart AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/agentmart?style=directory)](https://allmcps.com/mcp/agentmart)
HTML Embed
<a href="https://allmcps.com/mcp/agentmart"><img src="https://allmcps.com/api/badge/agentmart?style=directory" alt="Agentmart on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ›’E-Commerce
More technical detailsExpand โ–พ
TransportSSE (Remote)
Last updatedMay 21, 2026
4/5 checks healthy over the last 45d
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit4mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 21, 2026
36Quality signal: Fair ยท 36/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ›’ E-Commerce โ†’Best MCP servers for E-Commerce โ†’Alternatives to Agentmart โ†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients