# Star Wars

Explore the Star Wars universe with fast search across characters, planets, films, species, vehicles, and starships. Retrieve detailed entries by ID to power answers, apps, or research. Save time wit…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ShadowSethcpu/mcp-starwars

# Browse available tools
npx -y @smithery/cli@latest tool list ShadowSethcpu/mcp-starwars

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ShadowSethcpu/mcp-starwars get_people

# Call a tool
npx -y @smithery/cli@latest tool call ShadowSethcpu/mcp-starwars get_people '{}'
```

## Tools (15)

- `get_people` — List Star Wars characters with automatic pagination and optional search
- `get_person_by_id` — Get details about a specific Star Wars character by ID
- `get_planets` — List Star Wars planets with automatic pagination and optional search
- `get_planet_by_id` — Get details about a specific Star Wars planet by ID
- `get_films` — List Star Wars films with automatic pagination and optional search
- `get_film_by_id` — Get details about a specific Star Wars film by ID
- `get_species_list` — List Star Wars species with automatic pagination and optional search
- `get_species_by_id` — Get details about a specific Star Wars species by ID
- `get_vehicles` — List Star Wars vehicles with automatic pagination and optional search
- `get_vehicle_by_id` — Get details about a specific Star Wars vehicle by ID
- `get_starships` — List Star Wars starships with automatic pagination and optional search
- `get_starship_by_id` — Get details about a specific Star Wars starship by ID
- `clear_cache` — Clear the Star Wars API cache (partially or completely)
- `get_cache_stats` — Get statistics about the Star Wars API cache usage
- `universal-answer` — The secret of the universe with math tricks

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ShadowSethcpu/mcp-starwars <tool-name>
```

---

Source: https://github.com/ShadowSethcpu/mcp-starwars
