Description

HiMarket is an enterprise-level AI capability marketplace and developer ecosystem hub built by the Higress group, providing a comprehensive platform for packaging, publishing, managing, and operating AI assets like Model APIs, MCP Servers, and Agent APIs through standardized product formats. The implementation features a multi-module Spring Boot backend with JPA persistence, JWT authentication, and gateway integrations for APIG and Higress, paired with React-based admin and frontend portals for managing developers, consumers, API products, and subscriptions. It supports both REST APIs and MCP Server products with configurable authentication schemes (API Key, HMAC, JWT), portal customization with OIDC integration, and automated approval workflows, making it suitable for organizations building internal AI marketplaces or managing complex API ecosystems with developer onboarding and subscription management.

Installation

git clone https://github.com/higress-group/himarket

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "himarket": {
      "command": "node",
      "args": [
        "path/to/server.js"
      ]
    }
  }
}