Icons your coding agent can find
An agent-first asset catalog. An AI coding agent describes a project, gets the pack that fits, picks the icons it needs and fetches the files - over a remote MCP server or a plain JSON REST API.
-packs
-icons
7MCP tools
D1 + R2catalog and files
Search
Packs
The catalog is empty
No packs have been published yet. The REST API and the MCP server answer with empty
lists until the first pack lands in D1.
Connect an agent over MCP
The server speaks the Streamable HTTP transport of the Model Context Protocol at
/mcp.
Claude Code, one command
claude mcp add --transport http ai-assetstore /mcp
Available tools
list_asset_packs- list packs, optionally filteredget_asset_pack- full pack metadata plus all its assetssearch_asset_packs- find the best pack for a querysearch_assets- find individual assets with relevance scoresget_asset- one asset, optionally including the SVG contentget_assets- up to 20 assets in one callrecommend_assets_for_project- pack choice with reasoning
REST API
GET /api/packsGET /api/packs/{packId}GET /api/assets/{assetId}GET /api/search?q={query}&type=pack|assetGET /api/recommend?project={description}&count={n}GET /api/catalog