← Registry

Game Development

moessets.store

Searches, lists, retrieves, and recommends game asset packs and their assets based on project descriptions.

1 endpoint7 known toolsFirst detected September 3, 2026Last detected September 3, 2026

ENDPOINT 1

https://moessets.store/mcp

No auth detected

MCP server metadata

Name
ai-assetstore
Version
0.1.0
Capabilities
loggingtools
Server instructions

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

get_asset

Return one asset by id.

Inferred read-only
search_asset_packs

Find the packs that best fit a free text query, for example a project description.

Inferred read-only
get_asset_pack

Return the full metadata of one pack together with all of its assets.

Inferred read-only
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.

Inferred read-only
list_asset_packs

List the available asset packs, optionally filtered by category, tags or style.

Inferred read-only
search_assets

Find individual assets matching a query, with a relevance score and an explanation per result.

Inferred read-only
get_assets

Return up to 20 assets in one call.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.