INDIVIDUAL MCP TOOL
list_asset_packs
List the available asset packs, optionally filtered by category, tags or style.
LIVE ENDPOINT
https://moessets.store/mcp
Connect to this endpoint to inspect the live schema for list_asset_packs and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ai-assetstore]
url = "https://moessets.store/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-assetstore": {
"type": "http",
"url": "https://moessets.store/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-assetstore
Remote MCP URL: https://moessets.store/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ai-assetstore": {
"url": "https://moessets.store/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-assetstore": {
"type": "http",
"url": "https://moessets.store/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-assetstore",
"transport": "streamable-http",
"url": "https://moessets.store/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_asset— Return one asset by id.search_asset_packs— Find the packs that best fit a free text query, for example a project description.get_asset_pack— Return the full metadata of one pack together with all of its assets.recommend_assets_for_project— Given a project description, choose the single most fitting pack, select assets primarily from that pack, and explain both the pack choice and every asset choice.search_assets— Find individual assets matching a query, with a relevance score and an explanation per result.get_assets— Return up to 20 assets in one call.