Game Development
skingrind.com
Provides data on Counter-Strike 2 weapon skins, collections, and cases.
ENDPOINT 1
https://cloud.skingrind.com/mcp
MCP server metadata
- Name
- SkinGrind
- Version
- 1.0.0
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. SkinGrind is not affiliated with Valve Corporation.
Known tools 9
search_skinsSearch and filter Counter-Strike 2 weapon skins by name, weapon, rarity, collection or case.
Inferred read-onlyget_skin_detailGet one Counter-Strike 2 skin with its float range, per-wear prices, collections and cases.
Inferred read-onlybrowse_collectionsList Counter-Strike 2 collections, or get one collection with its contents.
Inferred read-onlybrowse_casesList 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 effectsget_armory_roiList 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-onlybrowse_bargainsFind cheap Counter-Strike 2 skins grouped into price-threshold pages, for example AK-47 skins under 10 dollars or the cheapest knives.
Inferred read-onlysearch_cosmeticsSearch Counter-Strike 2 cosmetic items that are not weapon skins: stickers, charms, agents, patches, graffiti and music kits.
Inferred read-onlyget_tradeup_previewGet 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 effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for skingrind.com was fetched 2026-08-03T17:24:21.655Z.
skingrind.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.