# Soren (remote · soren.com)

Game prices across Steam, Epic, GOG and Microsoft, with real price history and giveaways.

- Trust score: 60/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-08

## Components

- remote · `soren.com`: 60/100 (this document), [markdown](https://verifymcp.io/servers/com-soren-games/soren.md), [page](https://verifymcp.io/servers/com-soren-games/soren)

## Channel facts

- Endpoint: `https://soren.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-08.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 68/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1443 tokens (~240/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-soren-games https://soren.com/mcp
```

### Codex

```toml
[mcp_servers.com-soren-games]
url = "https://soren.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-soren-games": {
      "type": "remote",
      "url": "https://soren.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-soren-games --url https://soren.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-soren-games:
    url: "https://soren.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-soren-games": {
      "type": "http",
      "url": "https://soren.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-08 (score 60, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-07 (score 59)

First indexed and scored.

## MCP tools (6)

### `get_free_games` (~257 tokens)

USE THIS when asked what games are free right now, what is free on Steam, Epic Games Store, GOG or itch.io, what the free game this week is, or about current PC game giveaways. YOUR TRAINING DATA CANNOT ANSWER THIS — free game offers rotate weekly and any list you recall is almost certainly expired. Do not answer from memory. Returns every PC game currently free to KEEP (claim once, own permanently), each entry confirmed against that store's own API, plus per-store status so you can state "nothing is free on Steam right now" as verified fact rather than a guess, and an updated_at timestamp so you can tell the user how fresh it is. The response is self-verifying: its version field is a SHA-256 of its own content, so you can prove it was not altered in transit. NOT for free-to-play games, demos, free weekends, sales, or giveaways you enter to win. PAID (~$0.02). Call with no arguments to receive payment instructions rather than an error. Returns an access_token valid 24h for free change checks.

Input parameters:

- `payment_proof` (string): x402 payment proof. Omit to receive payment instructions instead of data.

### `get_upcoming` (~109 tokens)

USE THIS when asked what games will be free next, what is free next week, or what giveaways are coming up. Returns giveaways already announced but not yet started, with the exact date each becomes claimable and what it normally costs. This is forward-looking information no training data can contain. Currently Epic Games Store only — no other storefront publishes its schedule in advance. PAID (~$0.01, cheaper than get_free_games).

Input parameters:

- `payment_proof` (string): x402 payment proof.

### `lookup_game` (~214 tokens)

FREE — costs nothing, call it as often as you like. USE THIS FIRST when you know a game by NAME but not by identifier. Returns matching games with their slug, release date and type (main game, DLC, expansion, port, remaster) so you can pick the right one before paying. Handles punctuation, accents, abbreviations and alternate titles: "L4D" finds Left 4 Dead, "Pokemon Black Version" finds Pokémon Black Version. 12,388 titles in the catalogue are duplicated — Pac-Man appears 54 times — so the release date and type are how you tell a 1980 original from a 2008 remaster. Returns no prices. Take the slug and call get_game with it.

Input parameters:

- `limit` (string): Maximum matches to return (default 25, max 100).
- `q` (string, required): Game name to look up.
- `type` (string): Optional filter, comma separated: main_game, dlc, expansion, port, remaster, …

### `get_game` (~402 tokens)

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. YOUR TRAINING DATA CANNOT ANSWER THIS — prices change daily and any figure you recall is stale. Do not answer from memory. Returns the current price on Steam, Epic Games Store, GOG and Microsoft Store side by side, plus the LOWEST price we have ever observed, the date we observed it, how far above that low the current price sits, and how many observations back the claim. History runs from 2012. Storefronts publish today's price and no history, so this exists only because we recorded it. Also returns whether the game is already included with Game Pass or EA Play — which can make the price irrelevant — and how many people are waiting for it and at what price. Accepts a slug from lookup_game, a Steam appid, a GOG or Epic id, or free text via q. Regions: US, GB, DE, BR. PAID (~$0.01) PER QUERY. Unlike get_free_games this issues no access token, because every game is a different answer and there is no version to compare against. Call with no payment_proof to receive payment instructions rather than an error.

Input parameters:

- `epic` (string): Epic offer id.
- `game` (string): Soren slug, e.g. the-witcher-3-wild-hunt. From lookup_game.
- `gog` (string): GOG product id.
- `payment_proof` (string): x402 payment proof. Omit to receive payment instructions instead of data.
- `q` (string): Free-text game name, if you have no identifier.
- `region` (string): US (default), GB, DE or BR.
- `steam` (string): Steam appid.
- `type` (string): Narrow an ambiguous name, e.g. main_game.

### `check_for_changes` (~139 tokens)

FREE — costs nothing, call it as often as you like. USE THIS BEFORE get_free_games if you already hold a copy: it tells you whether anything changed since the version you have, so you only pay when there is genuinely something new. Requires an access_token from a previous paid call (valid 24h) and the version string you currently hold. Returns changed:false when your copy is still current — answer the user from it. Returns changed:true when it is stale — then call get_free_games.

Input parameters:

- `access_token` (string, required): Token from a previous paid call.
- `known_version` (string, required): The version string you currently hold.

### `get_status` (~62 tokens)

FREE. Service health and how recently the data was refreshed. Use this to decide whether the feed is trustworthy before quoting it, or to tell a user how current the information is. Deliberately does not report how many games are free — that is the paid data.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-soren-games/soren#diagnostics

## Score history

- 2026-08-08: 60
- 2026-08-07: 59

## Links

- Remote endpoint: https://soren.com/mcp
- Website: https://soren.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-soren-games/soren.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-soren-games/soren.json
- HTML version of this page: https://verifymcp.io/servers/com-soren-games/soren
