← Registry

Game Development

skingrind.com

Provides data on Counter-Strike 2 weapon skins, collections, and cases.

2 endpoints9 known toolsFirst detected July 29, 2026Last detected September 9, 2026

ENDPOINT 1

https://cloud.skingrind.com/mcp

No auth detected

MCP server metadata

Name
SkinGrind
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

SkinGrind is a Counter-Strike 2 skin database and market analysis service. This server exposes read-only reference data: skins and their prices, collections, cases with their drop odds and expected return, Armory rotation tiles, cheap-skin bargain listings, and cosmetic items (stickers, charms, agents, patches, graffiti, music kits). Prices come from CSFloat listings and are refreshed hourly. All money values are integer cents. Rates are basis points where a field name ends in _bps. Case odds follow the standard CS2 tier weights. Trade Up data on this server is limited to the free preview: the featured Trade Ups and locked teasers for recent finds. Full recipes require a SkinGrind account and are served by the authenticated server at /mcp/pro. A Trade Up recipe is not just a list of skins. Every input carries a target_float and has to be bought at a float at or below it, since a higher float moves the contract average and can drop the outcome into a worse wear. Every price is the cheapest listing seen at the last refresh, and the listing that meets the float requirement is often dearer, so the real cost can run above the quoted one. Give the float ceiling alongside each input and tell the user to check live prices and floats before buying. The preview response repeats this in its execution_notes field. This is informational only, not financial advice and not a gambling service. Outcomes are random within fixed probabilities, so a contract can lose money even when its expected value is positive. SkinGrind is not affiliated with Valve Corporation.

Known tools 9

search_skins

Search and filter Counter-Strike 2 weapon skins by name, weapon, rarity, collection or case.

Inferred read-only
get_skin_detail

Get one Counter-Strike 2 skin with its float range, per-wear prices, collections and cases.

Inferred read-only
browse_collections

List Counter-Strike 2 collections, or get one collection with its contents.

Inferred read-only
browse_cases

List Counter-Strike 2 cases, capsules and souvenir packages, or get one container with its contents plus its drop odds and expected opening value.

Potential side effects
get_case_roi_ranking

Rank Counter-Strike 2 cases by expected return on opening.

Inferred read-only
get_armory_roi

List the current Counter-Strike 2 Armory rotation tiles with their credit cost and expected value, or get one tile with every item it can produce and the rarity weighting.

Inferred read-only
browse_bargains

Find cheap Counter-Strike 2 skins grouped into price-threshold pages, for example AK-47 skins under 10 dollars or the cheapest knives.

Inferred read-only
search_cosmetics

Search Counter-Strike 2 cosmetic items that are not weapon skins: stickers, charms, agents, patches, graffiti and music kits.

Inferred read-only
get_tradeup_preview

Get the free preview of the SkinGrind Trade Up scanner: the featured Trade Ups with their full recipes, the number of contracts currently active, and locked teasers for recent finds showing their economics and when they unlock.

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

.mcp.json

{
  "mcpServers": {
    "skingrind": {
      "type": "http",
      "url": "https://cloud.skingrind.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "skingrind",
  "transport": "streamable-http",
  "url": "https://cloud.skingrind.com/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://cloud.skingrind.com/mcp/pro

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.skingrind-com]
url = "https://cloud.skingrind.com/mcp/pro"
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": {
    "skingrind-com": {
      "type": "http",
      "url": "https://cloud.skingrind.com/mcp/pro",
      "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: skingrind-com
Remote MCP URL: https://cloud.skingrind.com/mcp/pro

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": {
    "skingrind-com": {
      "url": "https://cloud.skingrind.com/mcp/pro",
      "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": {
    "skingrind-com": {
      "type": "http",
      "url": "https://cloud.skingrind.com/mcp/pro",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "skingrind-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "skingrind-com",
  "transport": "streamable-http",
  "url": "https://cloud.skingrind.com/mcp/pro",
  "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 skingrind.com was fetched 2026-08-03T17:24:21.655Z and is being refreshed.

Trust status Trusted

skingrind.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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