INDIVIDUAL MCP TOOL
get_skin_detail
Get one Counter-Strike 2 skin with its float range, per-wear prices, collections and cases.
LIVE ENDPOINT
https://cloud.skingrind.com/mcp
Connect to this endpoint to inspect the live schema for get_skin_detail and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_skins— Search and filter Counter-Strike 2 weapon skins by name, weapon, rarity, collection or case.browse_collections— List Counter-Strike 2 collections, or get one collection with its contents.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.get_case_roi_ranking— Rank Counter-Strike 2 cases by expected return on opening.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.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.search_cosmetics— Search Counter-Strike 2 cosmetic items that are not weapon skins: stickers, charms, agents, patches, graffiti and music kits.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.