eCommerce
ustack.app
Provides search and retrieval of UStack products, categories, and blog posts for e-commerce browsing.
ENDPOINT 1
https://ustack.app/mcp
MCP server metadata
- Name
- ustack-public-mcp
- Version
- 1.0.0
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_productsSearch public UStack products by text, category slugs, sort, and pagination.
Inferred read-onlyget_category_productsList public products in a product category by category slug or ID.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.