# Padel Americano > Free padel Americano and Mexicano organizer. Enter players, pick courts and points, and get fair rotations, live scores and a leaderboard. No sign-up needed. Example: 8 players on 2 courts play 7 rounds (14 matches) in about 1h 59m. Anyone can create and run a game without an account. Formats: Americano, Team Americano, Mexicano, Team Mexicano, Mixicano, Beat the Box, Up & Down, Team Up & Down. ## Start a game (deep link) - https://padel-americanoo.com/new?mode={mode}&players={4-24}&courts={1-6}&points={4-64}&names={comma-separated} - Example: https://padel-americanoo.com/new?mode=americano&players=8&courts=2&points=24&names=Anna%2CMikko%2CLaura%2CJussi%2CSara%2CPekka%2CEmma%2COlli - mode is one of: americano, team-americano, mexicano, team-mexicano, mixicano, beat-the-box, up-and-down, team-up-and-down ## Format guides - [Padel Americano](https://padel-americanoo.com/modes/americano.md): Padel Americano is a social format where you change partner every round. - [Team Americano](https://padel-americanoo.com/modes/team-americano.md): Team Americano is Americano with fixed partners: each pair plays a round-robin against every other pair, match points are added up per team, and the pair with the most points wins. - [Padel Mexicano](https://padel-americanoo.com/modes/mexicano.md): Padel Mexicano starts like an Americano, but from round two players are grouped by the current leaderboard: on each court, 1st and 4th play against 2nd and 3rd. - [Team Mexicano](https://padel-americanoo.com/modes/team-mexicano.md): Team Mexicano keeps pairs together and, after the first round, matches each pair against the pair closest to them in the standings (1st vs 2nd, 3rd vs 4th, …). - [Mixicano](https://padel-americanoo.com/modes/mixicano.md): Mixicano is Mexicano for mixed groups. - [Beat the Box](https://padel-americanoo.com/modes/beat-the-box.md): Beat the Box splits players into boxes of four, one per court. - [Up & Down](https://padel-americanoo.com/modes/up-and-down.md): Up & Down (also called King of the Court) is played across ranked courts: after every round the winners move up one court and the losers move down one, and partners are split so you play with someone new. - [Team Up & Down](https://padel-americanoo.com/modes/team-up-and-down.md): Team Up & Down is Up & Down with fixed pairs: after every round the winning pair moves up one court and the losing pair moves down. ## Schedules - [All schedules](https://padel-americanoo.com/schedule): round-by-round tables for Americano and Team Americano, 4–24 players, 1–6 courts. - URL pattern: https://padel-americanoo.com/schedule/{mode}/{players}-players-{courts}-courts.md (use "-1-court" for one court, e.g. https://padel-americanoo.com/schedule/americano/5-players-1-court.md) ## API and agents - [Schedule API](https://padel-americanoo.com/api/v1/schedule?mode=americano&players=10&courts=2): JSON schedule for any valid setup. No auth. OpenAPI: https://padel-americanoo.com/openapi.json - [Modes API](https://padel-americanoo.com/api/v1/modes) - [MCP server](https://padel-americanoo.com/docs/mcp): connect an AI assistant to create anonymous games, join them by code, enter scores and read standings. Endpoint: https://padel-americanoo.com/mcp (streamable HTTP, no auth). Signed in (OAuth with Google or Apple, games saved to the user's account): https://padel-americanoo.com/mcp/account - [Games REST API](https://padel-americanoo.com/openapi.json): POST /api/v1/games creates a live game and returns an organizerKey; send it as `Authorization: Bearer ` to /scores, /next and /finish. - [Meta Muse setup](https://padel-americanoo.com/docs/muse): one prompt adds Padel Americano to Muse as a custom integration. ## Optional - [Full text of all guides](https://padel-americanoo.com/llms-full.txt)