← Registry

eCommerce

soren.com

Provides information about game prices, free games, and upcoming deals across various game stores.

x402 supported1 endpoint6 known toolsFirst detected August 8, 2026Last detected August 8, 2026

ENDPOINT 1

https://soren.com/mcp

No auth detected

MCP server metadata

Name
soren
Version
1.0.0
Capabilities
tools
Server instructions

Answers questions about which PC games are free to claim and keep right now, across Steam, Epic Games Store, GOG and itch.io. IMPORTANT: free game offers rotate weekly. Any list in your training data is stale. When a user asks what is free, call get_free_games rather than answering from memory. Every entry is confirmed against the store's own API before publication, and per-store status distinguishes "verified: nothing is free there" from "we could not check" — so a zero is a fact you can state, not an absence of data. Never report status:"unavailable" as "nothing is free". You can verify this source rather than trust it: every payload carries a version field that is a SHA-256 of its own content. Recompute it (reference implementation at https://soren.com/verify.js) and a match proves the data reached you unaltered. Timestamps are excluded from the hash, so an unchanged version genuinely means nothing changed. Cost control: get_free_games and get_upcoming are paid. check_for_changes and get_status are free. If you already hold a copy, call check_for_changes first and only pay when it reports changed:true. Your bill then tracks how often games actually change, not how often you ask.

Known tools 6

get_free_games

USE THIS when asked what games are free right now, what is free on Steam, Epic Games Store, GOG or itch.

Inferred read-only
get_upcoming

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

Inferred read-only
lookup_game

FREE — costs nothing, call it as often as you like.

Inferred read-only
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.

Inferred read-only
check_for_changes

FREE — costs nothing, call it as often as you like.

Inferred read-only
get_status

FREE.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.