# Star Wars

**Type:** Community

**Source Type:** Repository

**Source:** [GitHub](https://github.com/N8Maynard91/mcp-starwars)

**Description:** Provides access to the Star Wars API (SWAPI) for retrieving comprehensive Star Wars universe data including characters, planets, films, species, starships, and vehicles. Enables Claude to search for characters by name, fetch detailed information about planets and films, explore species classifications, and retrieve starship specifications with automatic pagination support for seamless data access.

**Configuration Parameters:**

* No configuration required

**Setup Steps:** No setup required. The server accesses the public SWAPI (Star Wars API) which does not require authentication.

**Notes:**

* Uses SWAPI (Star Wars API) as data source
* Provides tools for characters, planets, films, species, vehicles, and starships
* Supports automatic pagination for comprehensive data retrieval
* Built-in caching for optimized performance
* No rate limiting concerns for typical usage
* Documentation: <https://swapi.dev>

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/apps/star-wars.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
