# sh.kicksma/kicksmash (remote · kicksma.sh)

Padel matches for people and agents: create, share one link, join, americano schedules, levels.

- Trust score: 80/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-23

## Components

- remote · `kicksma.sh`: 80/100 (this document), [markdown](https://verifymcp.io/servers/sh-kicksma-kicksmash/kicksma.md), [page](https://verifymcp.io/servers/sh-kicksma-kicksmash/kicksma)

## Channel facts

- Endpoint: `https://kicksma.sh/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.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-09-23.

- **Endpoint Security**: 80/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.
  - 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**: 84/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).
  - Context-footprint check failed: tool/resource definitions use about 1987 tokens (~116/item across 17 items; 15 tools + 2 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 53/100
  - Stability observed for 16 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 83% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 15 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 17 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### How do I install the sh.kicksma/kicksmash MCP server?

sh.kicksma/kicksmash is a hosted endpoint at https://kicksma.sh/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http sh-kicksma-kicksmash 'https://kicksma.sh/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "sh-kicksma-kicksmash": {
      "url": "https://kicksma.sh/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "sh-kicksma-kicksmash": {
      "type": "http",
      "url": "https://kicksma.sh/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.sh-kicksma-kicksmash]
url = "https://kicksma.sh/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add sh-kicksma-kicksmash --url 'https://kicksma.sh/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  sh-kicksma-kicksmash:
    url: "https://kicksma.sh/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "sh-kicksma-kicksmash": {
      "Transport": "http",
      "Url": "https://kicksma.sh/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add sh-kicksma-kicksmash -t streamable-http -u 'https://kicksma.sh/mcp'
```

### Other

```json
{
  "mcpServers": {
    "sh-kicksma-kicksmash": {
      "type": "http",
      "url": "https://kicksma.sh/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-09-22 (score 80, 0)

- [security] Tool “find_clubs” rewrote its description, which is the text the model reads
- [cosmetic] “find_clubs” added an optional parameter “include”

### 2026-09-21 (score 80, +1)

- [cosmetic] “create_match” added an optional parameter “gamesTo”

### 2026-09-19 (score 79, +1)

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

### 2026-09-17 (score 78, +1)

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

### 2026-09-15 (score 77, +1)

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

### 2026-09-12 (score 76, +1)

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

### 2026-09-10 (score 75, +1)

- [functional] New tool “find_series”
- [cosmetic] “create_match” added an optional parameter “verifiedLevelsOnly”

### 2026-09-09 (score 74, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: 1244 → 1727
- [functional improvement] Tool coverage: 76% → 82%
- [functional] Schema quality: good → excellent
- [functional] New tool “book_lesson”
- [functional] New tool “cancel_lesson”
- [functional] New tool “coach_slots”
- [functional] New tool “find_coaches”
- [functional] New tool “request_coach”

## MCP tools (15)

### `about_kicksmash` (~45 tokens)

About Kicksmash

What Kicksmash is and how to use it: matches, levels, groups, boards, the API and what we ask of assistants. Read this once before acting.

### `get_match` (~51 tokens)

Get a match

A match or tournament by its 4-character code: players with levels, spots left, venue, time, level range, result. Public data only.

Input parameters:

- `code` (string, required): The code from the link.

### `find_matches` (~68 tokens)

Find open matches at a venue

Open, organizer-listed matches at a venue (its public board), with spots left and level ranges. Give the venue name; the slug is derived.

Input parameters:

- `venue` (string, required): Venue name or its slug, e.g. 'Padel Indoor BCN' or 'padel-indoor-bcn'.

### `get_group` (~39 tokens)

Get a group

A crew that plays together: members with levels, weekly slot, upcoming matches, calendar feed.

Input parameters:

- `code` (string, required): The code from the link.

### `generate_schedule` (~133 tokens)

Generate an americano schedule

Rounds of rotating-partner doubles for 4 to 64 players. Exact when the field is in fours (every pair partners once in players−1 rounds), fair sit-outs otherwise. Nothing is stored.

Input parameters:

- `courts` (integer): Defaults to floor(players / 4).
- `format` (string)
- `names` (array)
- `players` (integer): Number of players; ignored when names are given.
- `rounds` (integer): Defaults to players − 1 when the field is in fours (every pair partners once), else players.
- `seed` (integer): Same seed, same schedule.

### `find_clubs` (~174 tokens)

Find clubs

Padel clubs: booking link and platform, courts, today's free courts when the club shares its calendar, founding status. Every row says `claimed`: true when the club runs the page itself, false when Kicksmash listed it from public sources, where the courts and links are our reading and may be out of date. Pass include:'listed' to get both — that is what answers "where can I play here?". Filter by city (phuket, singapore) or ask for one club by name.

Input parameters:

- `city` (string): phuket or singapore
- `include` (string): claimed (default): only clubs that run their own page. listed: also the clubs Kicksmash listed from public sources, each marked claimed:false.
- `name` (string): One club by name; the slug is derived

### `find_series` (~94 tokens)

Find series (Opens that repeat)

Tournament series: same weekday and time every week, fortnight or month, with the next edition to sign up for and the past podiums. Filter by city, or pass a slug for one series. Players sign up on the edition's match page.

Input parameters:

- `city` (string): phuket or singapore; omit for every active series
- `slug` (string): One series by slug: its next edition and past podiums

### `find_coaches` (~77 tokens)

Find coaches

Padel coaches who listed their page: clubs, lesson length, languages, the rules students book under (cancellation cutoff, free late passes, notice). Filter by city. Prices are the coach's to tell; nothing is paid through Kicksmash.

Input parameters:

- `city` (string): phuket or singapore; omit for every listed coach

### `coach_slots` (~82 tokens)

A coach's free times

Free starts inside a coach's hours for the next days (default 14). Only accepted students can book them: request_coach first.

Input parameters:

- `days` (integer): How many days ahead, default 14.
- `handle` (string, required): The coach's handle from their page URL, e.g. 'olga' in kicksma.sh/c/olga.

### `request_coach` (~120 tokens)

Ask to become a student

Ask a coach to accept a person as their student, by first name or personal token. The coach answers with one tap. Keep the returned personalToken private to the student; book_lesson needs it. Ask the person before calling.

Input parameters:

- `handle` (string, required): The coach's handle from their page URL, e.g. 'olga' in kicksma.sh/c/olga.
- `name` (string): The student's first name. Required unless token is given.
- `token` (string): Personal token of an existing Kicksmash player.

### `book_lesson` (~120 tokens)

Book a lesson

Book one lesson at a free start for an accepted student (their personal token). Draws from their open package when they have one. Confirm the time with the person first.

Input parameters:

- `handle` (string, required): The coach's handle from their page URL, e.g. 'olga' in kicksma.sh/c/olga.
- `startsAt` (string, required): A start from coach_slots, ISO 8601.
- `token` (string, required): The student's personal token (from request_coach or any earlier call). The coach must have accepted them.

### `cancel_lesson` (~72 tokens)

Cancel a lesson

Cancel a student's lesson under the coach's rules; the outcome says whether it was refunded, covered by a free pass, or counted. Say the rule to the person before cancelling late.

Input parameters:

- `lessonId` (string, required): The lesson id from book_lesson.
- `token` (string, required): The student's personal token.

### `create_match` (~542 tokens)

Create a match

Create a padel match (4 players) or an americano tournament for a person. Returns the share link for the players and the organizer's private links. Give the person all links; keep personalToken and manageUrl private. Ask before creating; one request, one match.

Input parameters:

- `bookingUrl` (string): The club's booking page or confirmation link, shown to players.
- `capacity` (integer): Tournaments only, a multiple of 4. Matches are always 4.
- `cost` (string): What each player pays, as free text: 400 THB, €8, split 4 ways.
- `court` (string): Court within the venue, e.g. "3".
- `format` (string): Tournaments only. americano: partners rotate, everyone plays everyone. mexicano: courts by standings after round 1. king: winners move up a court, losers down.
- `gamesTo` (integer): Tournaments only: first to N games (4, 6, 8) instead of points; the table then ranks by matches won.
- `levelMax`
- `levelMin`: Level range 0 to 7 (Playtomic-style). Omit both for any level.
- `listOnVenueBoard` (boolean): Show the match on the public venue board (/v/{venue-slug}). Off by default.
- `note` (string)
- `organizer` (object, required)
- `organizerPlays` (boolean): Seat the organizer in the match (default). False when they only organize.
- `pointsPerMatch` (integer): Tournaments only: fixed points per match (16, 21, 24, 32). Omit for free scoring; mexicano defaults to 24.
- `startsAt` (string, required): ISO 8601 date-time. With an offset or Z it is absolute; without one it is read in tz. Example: 2026-09-11T19:00
- `title` (string)
- `type` (string): A match is exactly four players. A tournament is an americano with 4 to 64 players in fours.
- `tz` (string, required): IANA time zone the players live in, for example Asia/Singapore or Asia/Bangkok.
- `venue` (string): Club or court name. Enables the venue board and the booking link.
- `venueMapUrl` (string)
- `verifiedLevelsOnly` (boolean): With a range: only levels confirmed by an organizer, a coach or a club walk in; declared levels inside the range ask to join.
- `whenFull` (string)

### `join_match` (~143 tokens)

Join a match

Put a person into a match by first name (or by their personal token from an earlier call). Handles waitlists and level ranges; when the level is outside the range, the organizer is asked to approve.

Input parameters:

- `code` (string, required): The 4-character match code from the link, e.g. kicksma.sh/AB12 → AB12.
- `email` (string): Optional. Sends a calendar invite that updates itself.
- `level` (number): Needed once when the match has a level range and the player has no level yet.
- `name` (string): Required unless token is given.
- `token` (string): Personal token of an existing player.

### `create_api_key` (~78 tokens)

Create an API key

Get a free key instantly for roomier limits and webhooks. Shown once. Not needed for reading or for a few writes a day.

Input parameters:

- `agent` (string): Your name as an assistant, e.g. 'claude'.
- `email` (string)
- `name` (string, required): Who or what will use the key.

## Diagnostics

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

## Score history

- 2026-09-23: 80
- 2026-09-22: 80
- 2026-09-21: 80
- 2026-09-20: 79
- 2026-09-19: 79
- 2026-09-18: 78
- 2026-09-17: 78
- 2026-09-16: 77
- 2026-09-15: 77
- 2026-09-14: 76
- 2026-09-13: 76
- 2026-09-12: 76
- 2026-09-11: 75
- 2026-09-10: 75
- 2026-09-09: 74
- 2026-09-08: 73
- 2026-09-07: 73

## Common questions

### What is the sh.kicksma/kicksmash MCP server?

sh.kicksma/kicksmash is an MCP server listed in the public MCP registry as sh.kicksma/kicksmash. Padel matches for people and agents: create, share one link, join, americano schedules, levels. This page covers its hosted endpoint (https://kicksma.sh/mcp).

### Is the sh.kicksma/kicksmash MCP server safe to use?

sh.kicksma/kicksmash scores 80 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the sh.kicksma/kicksmash MCP server expose?

sh.kicksma/kicksmash exposes 15 tools: about_kicksmash, get_match, find_matches, get_group, generate_schedule, and 10 more. Their descriptions and schemas cost roughly 1,838 tokens of context every time the server is loaded.

### Does the sh.kicksma/kicksmash MCP server require authentication?

No. We connected to sh.kicksma/kicksmash without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the sh.kicksma/kicksmash MCP server still maintained?

sh.kicksma/kicksmash is still listed as active in the MCP registry. We last reached this channel on 23 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://kicksma.sh/mcp
- Repository: https://github.com/evhg/padel-matchup
- Website: https://kicksma.sh/developers
- Changelog RSS feed: https://verifymcp.io/servers/sh-kicksma-kicksmash/kicksma.xml
- Changelog JSON feed: https://verifymcp.io/servers/sh-kicksma-kicksmash/kicksma.json
- HTML version of this page: https://verifymcp.io/servers/sh-kicksma-kicksmash/kicksma
