For AI coding agents
Quick answer
Assetzaar runs a public MCP (Model Context Protocol) server at https://assetzaar.com/api/mcp. Connect it to Claude Code, Cursor or Windsurf and your agent can search the catalog, inspect manifests and install free components without leaving your editor. No API key required.
claude mcp add --transport http assetzaar https://assetzaar.com/api/mcpnpx -y smithery mcp add assetzaar/marketplaceAdd this to your MCP configuration (e.g. .cursor/mcp.json):
{
"mcpServers": {
"assetzaar": { "url": "https://assetzaar.com/api/mcp" }
}
}MCP directories
Canonical active record for com.assetzaar/marketplace with the Streamable HTTP endpoint.
Installable as assetzaar/marketplace through the Smithery CLI and registry.
Glama indexes the MCP ecosystem and official registry; Assetzaar is ready for discovery as the crawl catches up.
PulseMCP tracks MCP servers and is expected to pick up the official registry listing.
Directory submission target for Cursor users who discover MCP plugins from the editor ecosystem.
Community MCP directory listing created as assetzaar-marketplace and awaiting directory visibility.
searchSearch the whole marketplace — components, agent skills, kits, automations and services — and get machine-readable manifests back.
inspectFull manifest for one product: version, license, price, author verification, dependencies, security-scan status and install command.
get_componentFree components return installable source inline plus the shadcn CLI command. Paid or Pro products return the purchase URL.
search_componentsFocused UI-component search by name, category or technology, with slugs and install commands.
In Claude Code run: claude mcp add --transport http assetzaar https://assetzaar.com/api/mcp. In Cursor or Windsurf, add the server URL https://assetzaar.com/api/mcp to your MCP configuration file.
Ask your agent to search Assetzaar for what you need — e.g. “find a glassmorphism card on Assetzaar”. The agent uses the search tool and gets machine-readable manifests with type, license, price, security-scan status and compatibility.
The inspect tool returns the full manifest for one product — version, author verification, dependencies and install command — so the agent can evaluate it before touching your codebase.
For free components the agent receives the installable source inline (or the npx shadcn add command). Paid and Pro products return a purchase link — source stays behind the paywall until you buy.
FAQ
A public Model Context Protocol (MCP) endpoint at https://assetzaar.com/api/mcp that lets AI coding agents like Claude Code, Cursor and Windsurf search the Assetzaar marketplace, inspect product manifests and install free components directly from the editor.
Run `claude mcp add --transport http assetzaar https://assetzaar.com/api/mcp` in your terminal, or add the server URL to your MCP configuration. No API key is required for searching and free components.
Agents can discover and inspect paid and Pro products, but the source stays behind the paywall: the tool returns a purchase link, and after you buy or subscribe, downloads unlock in your library.
Manifests include the product's security-scan status, license and dependencies so the agent can evaluate before installing. Free component source is returned as-is for review — nothing executes automatically.
No. The MCP endpoint is free and rate-limited. You only pay if you buy a product or subscribe to Pro or Agency.