SW
Star Wars MCP
4 endpointsliveStar Wars API (SWAPI) as a remote MCP server: films, people, planets, species, starships, vehicles. (MCP server build.swapi/star-wars, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for Star Wars MCP.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| sw get /sw_get verified | Gets one Star Wars entity by numeric id. Ids are the record ids from each entity's url field (e.g. FILMS id 1 = A New Hope). Returns a JSON object. | $0.0020 per call | unknown |
| sw list /sw_list verified | Lists all entities of a Star Wars resource type from swapi.build. Returns a JSON array. | $0.0020 per call | unknown |
| sw random /sw_random verified | Returns one random Star Wars entity of the given resource type. Great for live demos. Returns a JSON object. | $0.0020 per call | unknown |
| sw search /sw_search verified | Searches a Star Wars resource by name (title for FILMS), case-insensitive substring match. Returns a JSON array. | $0.0020 per call | unknown |