ai assetstore

Icons your coding agent can find

An agent-first asset catalog. Describe a project, get the pack that fits, pick the icons you need and fetch the files - over a remote MCP server or a plain JSON REST API that scores and explains every result.

-packs
-icons
-categories
-service

Search

Packs

Connect an agent over MCP

The server speaks the Streamable HTTP transport of the Model Context Protocol at /mcp. The connection is stateless - no session handshake, every call stands on its own.

Claude Code, one command

claude mcp add --transport http ai-assetstore /mcp

Or as a project scoped .mcp.json

{
  "mcpServers": {
    "ai-assetstore": {
      "type": "http",
      "url": "/mcp"
    }
  }
}

Available tools

REST API