What did Assetzaar launch?
Assetzaar launched a public Model Context Protocol server for its marketplace. The endpoint is available at https://assetzaar.com/api/mcp and the human setup page lives at Assetzaar MCP server.
The goal is simple: let Claude Code, Cursor, Windsurf and other MCP-compatible agents browse production-ready UI components, agent skills, SaaS kits, automations and services without forcing the builder to leave the editor.
Why does this matter for coding agents?
Most marketplaces are built for humans first. Assetzaar's MCP server makes the catalog machine-readable: an agent can search, inspect metadata, evaluate license and security signals, and then decide whether a component fits the codebase.
That changes the workflow from "open a marketplace, copy a link, paste context into chat" to "ask the agent to find the right asset and review the manifest before installing." It is the same marketplace, but exposed in a format agents can reason about.
How do you install it?
The fastest route through Smithery is:
`npx -y smithery mcp add assetzaar/marketplace`
Claude Code can connect directly with:
`claude mcp add --transport http assetzaar https://assetzaar.com/api/mcp`
Cursor, Windsurf and other MCP clients can use the Streamable HTTP config from the MCP setup page. No API key is required for discovery or free components.
Which tools are exposed?
The first Assetzaar MCP release exposes four practical tools for marketplace discovery and installation.