SW
Star Wars MCP
/sw_list
sw list
Lists all entities of a Star Wars resource type from swapi.build. Returns a JSON array.
liveverifiedunknown~5s typical
mcpprobedstarwarsmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-build-swapi-star-wars /sw_list for me.
Input
| Field | Type | Description |
|---|---|---|
| resource* | string (PEOPLE | FILMS | PLANETS | SPECIES | STARSHIPS | VEHICLES) | Resource type |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-build-swapi-star-wars","endpoint":"/sw_list","input":{"resource":"PEOPLE"}}'cli
npx cracked-ai run -p mcp-build-swapi-star-wars -e /sw_list -i '{"resource":"PEOPLE"}'mcp
run_tool({ provider: "mcp-build-swapi-star-wars", endpoint: "/sw_list", input: {"resource":"PEOPLE"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.