Game Development
moessets.store
Searches, lists, retrieves, and recommends game asset packs and their assets based on project descriptions.
ENDPOINT 1
https://moessets.store/mcp
MCP server metadata
- Name
- ai-assetstore
- Version
- 0.1.0
AI-AssetStore provides free asset packs for software projects. Start with recommend_assets_for_project or search_asset_packs to pick one consistent pack, then use get_asset or get_assets to fetch the SVGs. Prefer a single pack unless the project genuinely needs assets the chosen pack does not contain.
Known tools 7
search_asset_packsFind the packs that best fit a free text query, for example a project description.
Inferred read-onlyget_asset_packReturn the full metadata of one pack together with all of its assets.
Inferred read-onlyrecommend_assets_for_projectGiven 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.
Inferred read-onlylist_asset_packsList the available asset packs, optionally filtered by category, tags or style.
Inferred read-onlysearch_assetsFind individual assets matching a query, with a relevance score and an explanation per result.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.