Skip to main content
Glama
silen4-zg

MCP server for SYMONE

by silen4-zg
README.md
# SYMONE MCP Server

MCP server for [SYMONE](https://symone.fr) — Europe's first long-distance motorcycle highway transport service.

Search available routes between French cities (Paris, Marseille, Lyon, Nice…), check dates, prices, and available slots. **No authentication required.**

## Tools

### `search_routes`
Get all upcoming motorcycle transport routes in France.
- No parameters — filter client-side by departure city, arrival city, or date
- Returns route list with prices (price_min/price_max in €) and available slots

### `get_paris_marseille_cache`
Fast cached lookup for Paris–Marseille route IDs.

### `cities_near`
Find SYMONE-served cities near a location.
- `location` (string) — city name or address, e.g. `"Paris"`

## Usage

### With Claude Desktop

Add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "symone": {
      "command": "npx",
      "args": ["-y", "@silen4-zg/symone-mcp"]
    }
  }
}
```

### With any MCP client

```bash
npx @silen4-zg/symone-mcp
```

## Example

```
User: Are there any Paris–Marseille routes available next weekend?
→ Calls search_routes, filters by depart=Paris, arrival=Marseille, date range
→ Returns available dates, prices from 299€, and slot availability
→ Directs to booking at https://symone.fr/moto
```

## Links

- Website: [symone.fr](https://symone.fr)
- Book online: [symone.fr/moto](https://symone.fr/moto)
- API: [symone.fr/openapi.json](https://symone.fr/openapi.json)
- Contact: [reservation@symone.fr](mailto:reservation@symone.fr)

## About SYMONE

SYMONE is the first long-distance motorcycle highway transport in Europe. Load your motorcycle onto the SYMONE trailer, ride comfortably as a passenger, and arrive rested. Main route: **Paris ↔ Marseille from 299€**.