Interacts with the SWAPI Star Wars API to provide data on characters, planets, films, species, vehicles, and starships.
Star Wars provides access to data from the SWAPI Star Wars API through an MCP server. It offers tools to list and retrieve detailed information about various Star Wars entities, including characters, planets, films, species, vehicles, and starships. It also incorporates features like automatic pagination, built-in caching, and cache management, making it a convenient resource for developers and AI tools seeking Star Wars universe data. This server demonstrates how an MCP server can be effectively used to interact with external APIs, providing a practical example for those interested in integrating MCP with API services.
Key Features
01Lists Star Wars characters, planets, films, species, vehicles and starships.
02Cache management tools (clear cache and view statistics).
03Automatic pagination for data retrieval.
045 GitHub stars
05Fetches entity details by ID.
06Built-in API response caching.
Use Cases
01Demonstrating MCP server usage for API interaction.
02Accessing Star Wars data within VS Code and Claude Desktop.
03Integrating Star Wars data into AI applications.