Game Development
wayline.io
Provides game data analytics including cross-platform search, trending metrics, and historical data for Steam and Unity Asset Store.
ENDPOINT 1
https://www.wayline.io/api/data/v1/mcp
MCP server metadata
- Name
- wayline-data-api
- Version
- 1.0.0
Wayline game-industry data. Use search_entities for the cross-platform join (Steam players + Twitch viewers + price per store, one row). Authenticate with a Data API key or agent secret as a bearer token; get one free at https://www.wayline.io/developers or via POST /api/data/v1/agents.
Known tools 7
search_entitiesThe cross-platform join: games resolved across stores with live Steam concurrent players, Twitch viewers, and price per store in one row.
Inferred read-onlylist_trendingTop movers by review/rating velocity (gained per day) across Steam or the Unity Asset Store.
Inferred read-onlysearch_steam_gamesSearch the Steam catalog: developers, genres, reviews, owners, price, live CCU.
Inferred read-onlysearch_unity_assetsSearch the Unity Asset Store: ratings, pricing, category, publisher.
Inferred read-onlyget_usageThe calling credential’s Data API usage this calendar month and remaining free allowance.
Inferred read-onlysearch_wayline_catalogWayline's own asset catalog (game-dev assets for sale): browse published packs, atoms and products with title, price, publisher, format and engine compatibility.
Inferred read-onlyCONNECT 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-data-api]
url = "https://www.wayline.io/api/data/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wayline-data-api": {
"type": "http",
"url": "https://www.wayline.io/api/data/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wayline-data-api
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-data-api": {
"url": "https://www.wayline.io/api/data/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wayline-data-api": {
"type": "http",
"url": "https://www.wayline.io/api/data/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wayline-data-api",
"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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for wayline.io was fetched 2026-07-28T08:54:54.633Z and is being refreshed.
wayline.io is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.