com.assetzaar/marketplace
Official4 toolsAssetzaar Marketplace
Search Assetzaar's catalog of UI components, agent skills, SaaS kits and automations.
Catalog search for UI components, agent skills, SaaS kits, and automation tools.
Captured live from the server via tools/list.
search
Search the whole Assetzaar marketplace (agent skills, UI components, production modules, SaaS kits, automations and services). Returns machine-readable manifests with type, price, security-scan status, compatibility and install command. Use this to find a product to build with.
Parameters (3)
- querystring
What to search for (name, summary, technology).
- typestring
Optional filter: components | agent-skill | saas-kit | landing | automation | service.
- limitnumber
Max results (1-25, default 10).
inspect
Get the full machine-readable manifest for one product by slug — type, version, author (verified?), license, price, dependencies, security-scan status, compatibility and install command — so you can evaluate it before installing.
Parameters (1)
- slugstringrequired
The product slug.
search_components
Search Assetzaar's marketplace for UI components by name, category or technology. Returns matches with slugs and install commands.
Parameters (1)
- querystringrequired
What to search for
get_component
Get a component by slug. For free components, returns the installable source and the `npx shadcn add` command. For paid/Pro, returns the purchase URL.
Parameters (1)
- slugstringrequired
The component slug
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"marketplace": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://assetzaar.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.