← wayline.io

INDIVIDUAL MCP TOOL

get_steam_history

A Steam app's review/price/CCU time-series plus recent velocity.

wayline.ionone authenticationAvailability not checked

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 endpoint

wayline.io

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.wayline-io]
url = "https://www.wayline.io/api/data/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wayline-io": {
      "type": "http",
      "url": "https://www.wayline.io/api/data/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wayline-io
Remote MCP URL: https://www.wayline.io/api/data/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": {
    "wayline-io": {
      "url": "https://www.wayline.io/api/data/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wayline-io": {
      "type": "http",
      "url": "https://www.wayline.io/api/data/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wayline-io",
  "transport": "streamable-http",
  "url": "https://www.wayline.io/api/data/v1/mcp"
}
MCP Inspector

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

Related tools

  • search_entities — The cross-platform join: games resolved across stores with live Steam concurrent players, Twitch viewers, and price per store in one row.
  • list_trending — Top movers by review/rating velocity (gained per day) across Steam or the Unity Asset Store.
  • search_steam_games — Search the Steam catalog: developers, genres, reviews, owners, price, live CCU.
  • search_unity_assets — Search the Unity Asset Store: ratings, pricing, category, publisher.
  • get_usage — The calling credential’s Data API usage this calendar month and remaining free allowance.
  • search_wayline_catalog — Wayline's own asset catalog (game-dev assets for sale): browse published packs, atoms and products with title, price, publisher, format and engine compatibility.