# Steam Trends API (remote · steam.api.trendsapi.ai)

Steam concurrent player trends for any game over time. Free key at trendsapi.ai

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

## Components

- remote · `steam.api.trendsapi.ai`: 42/100 (this document), [markdown](https://verifymcp.io/servers/ai-trendsapi-steam/steam.md), [page](https://verifymcp.io/servers/ai-trendsapi-steam/steam)

## Channel facts

- Endpoint: `https://steam.api.trendsapi.ai/mcp`
- Transports: `streamable-http`
- Auth: `required`
- 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-03.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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**: 0/100
  - Instruction-quality not yet verified: the AI judgement didn't run.
  - Nothing to assess: this server exposes no tool/resource definitions to measure a footprint for.
  - Nothing to assess: this server has no tools to check for usage examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Nothing to assess: this server exposes no tools, so there are no tool definitions to check for coverage.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http ai-trendsapi-steam https://steam.api.trendsapi.ai/mcp
```

### Codex

```toml
[mcp_servers.ai-trendsapi-steam]
url = "https://steam.api.trendsapi.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-trendsapi-steam": {
      "type": "remote",
      "url": "https://steam.api.trendsapi.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-trendsapi-steam --url https://steam.api.trendsapi.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-trendsapi-steam:
    url: "https://steam.api.trendsapi.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-trendsapi-steam": {
      "type": "http",
      "url": "https://steam.api.trendsapi.ai/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-03 (score 42)

First indexed and scored.

## MCP tools (0)

No tool schema has been captured from this endpoint yet.

## Diagnostics

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

## Score history

- 2026-08-03: 42

## Links

- Remote endpoint: https://steam.api.trendsapi.ai/mcp
- Authorisation metadata: https://steam.api.trendsapi.ai/.well-known/oauth-protected-resource/mcp
- Repository: https://github.com/trendsapi/steam-trends-api
- Website: https://trendsapi.ai/trends/steam-trends
- Changelog RSS feed: https://verifymcp.io/servers/ai-trendsapi-steam/steam/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-trendsapi-steam/steam/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ai-trendsapi-steam/steam
