← Registry

eCommerce

viciousfun.com

Provides search and product information for a collectibles store, including product details, makers, and store policies.

1 endpoint4 known toolsFirst detected August 25, 2026Last detected August 25, 2026

ENDPOINT 1

https://mcp.viciousfun.com/mcp

No auth detected

MCP server metadata

Name
ViciousFun Catalog
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

ViciousFun Catalog is a read-only MCP server for viciousfun.com, a store selling Japanese kaiju and sofubi vinyl collectibles ("a collector serving collectors since 2002"). Most products are ONE-OF-A-KIND or made in small limited runs. Search results can go stale within minutes, so always call get_product for a specific slug before telling a user an item is in stock or quoting its price, rather than trusting an earlier search_products result. Tools: search_products (full-text catalog search), get_product (single-product detail by slug), list_makers (maker/brand list with in-stock counts), store_info (shipping, returns, authenticity, and contact policy, sourced from the live FAQ and Customer Service pages).

Known tools 4

search_products

Full-text search over the Vicious Fun catalog (Japanese kaiju/sofubi vinyl collectibles).

Inferred read-only
get_product

Look up ONE product by its URL slug (the value in search_products results, or the last path segment of a /product/<slug>/ URL).

Inferred read-only
list_makers

List the makers/brands in the catalog with their product counts, from the Typesense `categories` collection, sorted by count descending.

Inferred read-only
store_info

Static store information: shipping, returns, authenticity, accepted payment methods, and contact details.

Potential side effects

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.viciousfun-catalog]
url = "https://mcp.viciousfun.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "viciousfun-catalog": {
      "type": "http",
      "url": "https://mcp.viciousfun.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: viciousfun-catalog
Remote MCP URL: https://mcp.viciousfun.com/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": {
    "viciousfun-catalog": {
      "url": "https://mcp.viciousfun.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "viciousfun-catalog": {
      "type": "http",
      "url": "https://mcp.viciousfun.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "viciousfun-catalog",
  "transport": "streamable-http",
  "url": "https://mcp.viciousfun.com/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.