← Registry

eCommerce

ustack.app

Provides search and retrieval of UStack products, categories, and blog posts for e-commerce browsing.

1 endpoint7 known toolsFirst detected August 4, 2026Last detected August 4, 2026

ENDPOINT 1

https://ustack.app/mcp

No auth detected

MCP server metadata

Name
ustack-public-mcp
Version
1.0.0
Capabilities
tools
Server instructions

Use UStack to discover, browse, cite, and compare public AI tools, SaaS products, developer tools, and productivity software. This public MCP server is read-only.

Known tools 7

search_products

Search public UStack products by text, category slugs, sort, and pagination.

Inferred read-only
get_product

Get one public UStack product by slug.

Inferred read-only
list_categories

List public product categories with product counts.

Inferred read-only
get_category_products

List public products in a product category by category slug or ID.

Inferred read-only
search_blogs

Search public published UStack blog posts.

Inferred read-only
get_blog

Get one public published UStack blog post by slug.

Potential side effects
get_trending_products

Get public UStack product leaderboards.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ustack-public-mcp]
url = "https://ustack.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ustack-public-mcp": {
      "type": "http",
      "url": "https://ustack.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ustack-public-mcp
Remote MCP URL: https://ustack.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ustack-public-mcp": {
      "url": "https://ustack.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ustack-public-mcp": {
      "type": "http",
      "url": "https://ustack.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ustack-public-mcp",
  "transport": "streamable-http",
  "url": "https://ustack.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.