Run your Americano from an AI assistant
Connect any MCP-compatible assistant to https://padel-americanoo.com/mcp. Then just say:
“Set up an Americano for Anna, Mikko, Laura, Jussi, Sara, Pekka, Emma and Olli on 2 courts, 24 points.”
No account needed (or sign in, see below). Your assistant gets a share link for the group chat and an organizer link to keep scoring from your phone.
Connect
Meta Muse
Paste the setup prompt from https://padel-americanoo.com/docs/muse into a Muse chat. MCP server URL: https://padel-americanoo.com/mcp (streamable HTTP, no authentication)
Claude (claude.ai / desktop)
Settings → Connectors → Add custom connector URL: https://padel-americanoo.com/mcp
Claude Code
claude mcp add --transport http padel https://padel-americanoo.com/mcp
ChatGPT
Settings → Apps & Connectors → Create MCP server URL: https://padel-americanoo.com/mcp Authentication: none
Cursor / VS Code (mcp.json)
{
"mcpServers": {
"padel": {
"url": "https://padel-americanoo.com/mcp"
}
}
}Sign in to keep games in your account
Connect https://padel-americanoo.com/mcp/account instead to sign in with Google or Apple. Games your assistant creates then appear in the app's and website's “My games”, your assistant can edit them without an organizer key, and list_my_games finds games from earlier conversations.
Claude (claude.ai / desktop)
Settings → Connectors → Add custom connector URL: https://padel-americanoo.com/mcp/account Claude opens a sign-in window: continue with Google or Apple, then Allow.
Claude Code
claude mcp add --transport http americanoo https://padel-americanoo.com/mcp/account Then run /mcp and choose Authenticate.
ChatGPT
Settings → Apps & Connectors → Create MCP server URL: https://padel-americanoo.com/mcp/account Authentication: OAuth
Tools
| list_modes | All 8 formats with rules and player limits. |
|---|---|
| explain_mode | Rules, scoring and an example schedule for one format. |
| preview_schedule | Generate a schedule without saving anything. |
| create_game | Create an anonymous game. Returns the join code, a spectator link, an organizer link and round 1. |
| join_game | Connect to a game by code. Add the organizer key to get score-editing rights. |
| list_my_games | Signed-in endpoint only: the games in your account, from any device. |
| get_game / get_round / get_standings | Read the current state, a round, or the leaderboard. |
| submit_score | Record a match score. With total points, one side is enough. |
| next_round | Start the next round once every score is in. |
| finish_game | Freeze the results and show the podium. |
Links: spectator vs organizer
- Spectator link (
/g/CODE): read-only, safe to share with everyone. - Organizer link (
/g/CODE?key=…): lets that device enter scores. Keep it to yourself.