# SWAPI Server

Provide seamless access to Star Wars API data for your applications. Fetch, manipulate, and integrate Star Wars universe information effortlessly. Enhance your projects with rich, structured data fro…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list alexandrebagio/swapi-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get alexandrebagio/swapi-mcp planets

# Call a tool
npx -y @smithery/cli@latest tool call alexandrebagio/swapi-mcp planets '{}'
```

## Tools (12)

- `planets` — List all planets
- `planet` — Get a details of a planet by id
- `peoples` — List all peoples
- `people` — Get a details of a people by id
- `films` — List all films
- `film` — Get a details of a film by id
- `species` — List all species
- `specie` — Get a details of a specie by id
- `vehicles` — List all vehicles
- `vehicle` — Get a details of a vehicle by id
- `starships` — List all starships
- `starship` — Get a details of a starship by id

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

---

Source: https://github.com/alexandrebagio/swapi-mcp
