Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

SkinGrind

REMOTE · CLOUD.SKINGRIND.COM · SCANNED AUG 3

CS2 skin prices, case odds and ROI, Armory value, and Trade Up contracts.

64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability67
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1431 tokens (~159/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management20
  • Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · cloud.skingrind.com

# add to Claude Code
claude mcp add --transport http com-skingrind-skingrind https://cloud.skingrind.com/mcp
# ~/.codex/config.toml
[mcp_servers.com-skingrind-skingrind]
url = "https://cloud.skingrind.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-skingrind-skingrind": {
      "type": "remote",
      "url": "https://cloud.skingrind.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-skingrind-skingrind --url https://cloud.skingrind.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-skingrind-skingrind:
    url: "https://cloud.skingrind.com/mcp"
// mcp.json
{
  "mcpServers": {
    "com-skingrind-skingrind": {
      "type": "http",
      "url": "https://cloud.skingrind.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1
    • Stability: unverified → 0.03 functional
  • 28 Jul 26 61

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://cloud.skingrind.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=cloud.skingrind.com CN=E7,O=Let's Encrypt,C=US 27 May 2026 25 Aug 2026 ECDSA 384 ECDSA-SHA384 57acc865f91e55e0d8eff229925ac964b64
SANs: cloud.skingrind.com, www.cloud.skingrind.com
CN=E7,O=Let's Encrypt,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 Mar 2024 12 Mar 2027 ECDSA 384 SHA256-RSA aa75f1e62b8f0a220966d38bbfd4baa1
DNSSEC insecure

Validation of cloud.skingrind.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
skingrind.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
x-content-type-options nosniff
x-frame-options SAMEORIGIN
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://cloud.skingrind.com/mcp Verified 200
http (plaintext) http://cloud.skingrind.com/mcp HTTPS enforced 301 https://cloud.skingrind.com/mcp
MCP tools — 9 exposed · ~1,254 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
browse_bargains ~106

Find cheap Counter-Strike 2 skins grouped into price-threshold pages, for example AK-47 skins under 10 dollars or the cheapest knives. Without a slug it lists every available page; with a slug it returns the skins on that page with their current cheapest listing price.

NameTypeReqDescription
slugstringBargain page slug, for example "ak-47-skins-under-10-dollars" or "cheapest-knives". Omit to list every available page.

No output schema declared.

No examples provided.

browse_cases ~167

List Counter-Strike 2 cases, capsules and souvenir packages, or get one container with its contents plus its drop odds and expected opening value. Odds use the standard CS2 tier weights and are renormalised over the tiers actually present.

NameTypeReqDescription
pageintegerPage number.
per_pageintegerResults per page, 1 to 25.
searchstringFree-text container name search.
slugstringContainer slug. When set, returns that container with its contents and opening odds instead of the list.
sortstringList ordering: newest, oldest or name. For a single container the contents order: rarity, name, price_asc or price_desc.
typestringFilter the list by container type.

No output schema declared.

No examples provided.

browse_collections ~197

List Counter-Strike 2 collections, or get one collection with its contents. Optionally includes the collection Trade Up map: which rarity tiers exist in the collection and what each tier can produce. That map is catalog contract math, not scanner output.

NameTypeReqDescription
include_tradeup_mapbooleanOnly with slug. Adds the collection Trade Up map showing each rarity tier and its possible outputs.
pageintegerPage number.
per_pageintegerResults per page, 1 to 25.
searchstringFree-text collection name search.
slugstringCollection slug. When set, returns that collection with its contents instead of the list.
sortstringList ordering: newest, oldest or name. For a single collection the contents order: rarity, name, price_asc or price_desc.
typestringFilter the list by what the collection contains.

No output schema declared.

No examples provided.

get_armory_roi ~88

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. Use this to compare what Armory credits are worth across the current rotation.

NameTypeReqDescription
slugstringArmory tile slug. When set, returns that tile with its full item list instead of the rotation overview.

No output schema declared.

No examples provided.

get_case_roi_ranking ~68

Rank Counter-Strike 2 cases by expected return on opening. Each entry gives the case price, expected value, return in basis points and the chance of an opening being profitable, all computed from current listing prices plus the key price. Cases whose contents are not sufficiently priced are excluded.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_skin_detail ~121

Get one Counter-Strike 2 skin with its float range, per-wear prices, collections and cases. Optionally includes the catalog Trade Up context: which rarity tier the skin sits in and what it can be traded up into.

NameTypeReqDescription
include_tradeup_contextbooleanInclude the catalog Trade Up context for this skin. This is contract math derived from the collection, not scanner output.
skin_slugstringyesSkin slug, for example "redline".
weapon_slugstringyesWeapon slug, for example "ak-47".

No output schema declared.

No examples provided.

get_tradeup_preview ~111

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. Full recipes for the whole feed need a SkinGrind account and the authenticated server.

NameTypeReqDescription
typestringWhich Trade Up feed to preview: "profitable" for contract Trade Ups, "knife" for knife and glove Trade Ups, or "all". Defaults to all.

No output schema declared.

No examples provided.

search_cosmetics ~141

Search Counter-Strike 2 cosmetic items that are not weapon skins: stickers, charms, agents, patches, graffiti and music kits. Returns names and cheapest listing prices, or one item with its full detail including per-marketplace prices.

NameTypeReqDescription
categorystringyesWhich kind of cosmetic item to search.
pageintegerPage number.
per_pageintegerResults per page, 1 to 25.
searchstringFree-text item name search.
slugstringItem slug. When set, returns that single item with full detail.
sortstringResult ordering. Defaults to name.

No output schema declared.

No examples provided.

search_skins ~255

Search and filter Counter-Strike 2 weapon skins by name, weapon, rarity, collection or case. Returns skin names, rarities, wear ranges and the cheapest current listing price in cents. Use get_skin_detail for a single skin with per-wear prices.

NameTypeReqDescription
collectionstringCollection slug.
cratestringCase or capsule slug.
pageintegerPage number.
per_pageintegerResults per page, 1 to 25. Defaults to 10.
raritystringRarity name, for example "Covert", "Classified", "Restricted", "Mil-Spec Grade".
searchstringFree-text skin name search, for example "Redline". Used alone it also returns matching weapons; combined with any other argument it filters the paginated skin list instead.
sortstringResult ordering. Defaults to name. "popularity" ranks by listing quantity.
souvenirbooleanOnly skins available as Souvenir.
stattrakbooleanOnly skins available as StatTrak.
weaponstringWeapon slug, for example "ak-47" or "desert-eagle".

No output schema declared.

No examples provided.