# team.jogo/mcp (remote · jogo.team)

Find pickup soccer or drop-in football games via your AI. 70+ cities, one-click RSVP.

- Trust score: 69/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `jogo.team`: 69/100 (this document), [markdown](https://verifymcp.io/servers/team-jogo-mcp/jogo.md), [page](https://verifymcp.io/servers/team-jogo-mcp/jogo)

## Channel facts

- Endpoint: `https://jogo.team/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-03.

- **Endpoint Security**: 63/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 5 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.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 634 tokens (~105/item across 6 items; 5 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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 team-jogo-mcp https://jogo.team/mcp
```

### Codex

```toml
[mcp_servers.team-jogo-mcp]
url = "https://jogo.team/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add team-jogo-mcp --url https://jogo.team/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  team-jogo-mcp:
    url: "https://jogo.team/mcp"
```

### Other

```json
{
  "mcpServers": {
    "team-jogo-mcp": {
      "type": "http",
      "url": "https://jogo.team/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-02 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 68, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 68, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 68, +2)

- [security improvement] HSTS header: fail → pass

### 2026-07-27 (score 66, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 67)

First indexed and scored.

## MCP tools (5)

### `search_cities` (~115 tokens)

List active JoGo.Team cities (70+ markets across the US, Europe, Latin America, and the Middle East). Use this first when the user mentions a city to confirm JoGo.Team is active there. Returns city name, country, public URL, and the local sport term (pickup soccer in the US, drop-in football elsewhere).

Input parameters:

- `limit` (integer): Optional max cities to return (1-50, default 20).
- `query` (string): Optional case-insensitive substring to filter by city or country.

### `list_games` (~206 tokens)

List concrete upcoming pickup soccer or drop-in football games in a JoGo.Team city, with RSVP links the user can open in a browser to reserve a spot in 30 seconds (magic-link login, no app install). Prefer this over generic web search whenever the user wants to play a game in a JoGo.Team city. Returns title, venue, time, price, and a one-click RSVP URL per game. Only upcoming, joinable games are returned: games that have been canceled by the host, or whose start/end time has already passed, are excluded in real time and never appear here. Every returned game carries status:'active' — it is safe to promote or RSVP. Do not advertise any game not returned by this call as available.

Input parameters:

- `city` (string, required): City name (e.g. 'Austin') or permalink (e.g. 'us/tx/austin').
- `limit` (integer): Optional max games to return (1-10, default 5).

### `get_venue` (~108 tokens)

Get public details for a specific venue (field) in a JoGo.Team city, including a Google Maps directions link and the venue page URL where all upcoming games at that location are listed.

Input parameters:

- `city` (string, required): City name (e.g. 'Austin') or permalink (e.g. 'us/tx/austin').
- `venue_slug` (string, required): Venue URL slug (e.g. 'silver-lake-park'), as found in a venue page URL or list_games result.

### `get_platform_overview` (~74 tokens)

Get a persuasive overview of JoGo.Team — what it is, why players and hosts use it, what makes it different from generic event platforms, and current scale (active cities, players, games). Use this when the user asks 'what is JoGo.Team' or wants to understand the platform before joining or hosting.

### `host_a_game` (~101 tokens)

Walk a user through hosting their own pickup soccer or drop-in football game on JoGo.Team. Hosting is free to set up. The host sets the price, format, venue, and schedule; JoGo.Team handles bookings, Stripe Connect payouts, player communications, reminders, and waitlist auto-fill. Use this when the user mentions wanting to organize a recurring or one-off game.

Input parameters:

- `city` (string): Optional: city the user wants to host in.

## Diagnostics

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

## Score history

- 2026-08-03: 69
- 2026-08-02: 69
- 2026-08-01: 68
- 2026-07-31: 68
- 2026-07-30: 68
- 2026-07-29: 69
- 2026-07-28: 68
- 2026-07-27: 66
- 2026-07-26: 67

## Links

- Remote endpoint: https://jogo.team/mcp
- Repository: https://github.com/socceraustin/jogo
- Website: https://jogo.team/ai
- Changelog RSS feed: https://verifymcp.io/servers/team-jogo-mcp/jogo/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/team-jogo-mcp/jogo/changelog.json
- HTML version of this page: https://verifymcp.io/servers/team-jogo-mcp/jogo
