← Registry

eCommerce

gaming-goods.ru

This MCP server provides access to a gaming goods catalog with product search, details, categories, brands, and API status.

2 endpoints5 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://gaming-goods.ru/api/v1/mcp

No auth detected

MCP server metadata

Name
gaming-goods
Version
1.0.0
Capabilities
tools
Server instructions

Catalog and purchase tools for the Gaming Goods digital marketplace. Anonymous calls expose search and product detail. Pass `Authorization: Bearer <jwt>` or `X-API-Key: <key>` to unlock balance, orders and checkout tools.

Known tools 5

search-products

Full-text search across the Gaming Goods catalog.

Inferred read-only
product-details

Get product info including available denominations and pricing.

Inferred read-only
categories

Get the full product type/categories map.

Inferred read-only
brands

Get all brands with stock counts.

Inferred read-only
api-status

Check if the Gaming Goods API is available.

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.gaming-goods]
url = "https://gaming-goods.ru/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gaming-goods": {
      "type": "http",
      "url": "https://gaming-goods.ru/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gaming-goods
Remote MCP URL: https://gaming-goods.ru/api/v1/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": {
    "gaming-goods": {
      "url": "https://gaming-goods.ru/api/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gaming-goods": {
      "type": "http",
      "url": "https://gaming-goods.ru/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gaming-goods",
  "transport": "streamable-http",
  "url": "https://gaming-goods.ru/api/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://gaming-goods.ru/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.gaming-goods-ru]
url = "https://gaming-goods.ru/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "gaming-goods-ru": {
      "type": "http",
      "url": "https://gaming-goods.ru/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: gaming-goods-ru
Remote MCP URL: https://gaming-goods.ru/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "gaming-goods-ru": {
      "url": "https://gaming-goods.ru/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "gaming-goods-ru": {
      "type": "http",
      "url": "https://gaming-goods.ru/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "gaming-goods-ru bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "gaming-goods-ru",
  "transport": "streamable-http",
  "url": "https://gaming-goods.ru/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for gaming-goods.ru was fetched 2026-08-23T23:29:05.610Z.

Trust status RestrictedContent

gaming-goods.ru is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

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