← soren.com

INDIVIDUAL MCP TOOL

get_upcoming

USE THIS when asked what games will be free next, what is free next week, or what giveaways are coming up.

soren.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://soren.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_upcoming 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

soren.com

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.soren]
url = "https://soren.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "soren": {
      "type": "http",
      "url": "https://soren.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: soren
Remote MCP URL: https://soren.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": {
    "soren": {
      "url": "https://soren.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "soren": {
      "type": "http",
      "url": "https://soren.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "soren",
  "transport": "streamable-http",
  "url": "https://soren.com/mcp"
}
MCP Inspector

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

Related tools

  • get_free_games — USE THIS when asked what games are free right now, what is free on Steam, Epic Games Store, GOG or itch.
  • lookup_game — FREE — costs nothing, call it as often as you like.
  • get_game — USE THIS when asked what a game costs, whether it is cheap right now, whether to buy it now or wait, or how its price compares across stores.
  • check_for_changes — FREE — costs nothing, call it as often as you like.
  • get_status — FREE.