For AI coding agents
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.
installInstall any agent-ready product by slug. Free products install directly; paid and Pro products require an agent key plus purchase or membership access.
get_componentCompatibility tool for UI components: free components return installable source inline plus the shadcn CLI command.
search_componentsFocused UI-component search by name, category or technology, with slugs and install commands.
purchase + check_purchaseThe first in-agent checkout: your agent starts a purchase, you approve it on Stripe with one tap, the license lands in your account and the agent installs — without leaving the editor. Requires a free agent key.
security_scan meansEvery manifest carries a scan status produced by Assetzaar's static analyzer plus an AI review pass. It checks submitted source, previews and skill text for the patterns most associated with abuse: dynamic code execution (eval, new Function), OS shell access, download-and-execute chains, data exfiltration, obfuscation and hidden control characters, and prompt-injection attempts inside agent skills.
Honest limits: this is heuristic defense-in-depth, not a sandbox, formal audit or guarantee of safety. Agents and humans should still review code before running it — which is why manifests include the source, license and dependency information to review with.
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 products the agent receives installable source inline or a short-lived signed download URL. Paid and Pro products stay behind entitlement checks until the connected account owns them or has an active membership.
Create an agent key at assetzaar.com/account/agent-keys and add it as an Authorization header. Your agent can then call the purchase tool on any paid asset: you approve the payment on Stripe's secure page with one tap, the entitlement is granted instantly, and the agent installs the licensed source and keeps working. The key can never charge you by itself.
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 products 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, inspection and free installs.
Yes — Assetzaar is the first marketplace with in-agent checkout. With a free agent key (created at assetzaar.com/account/agent-keys), your agent calls the purchase tool, you approve the payment on Stripe's hosted page with one tap, and the agent installs the licensed source immediately. The key can only START checkouts and read what your account owns — it can never charge you by itself.
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 take out a membership.