SW
Star Wars MCP
/sw_random
sw random
Returns one random Star Wars entity of the given resource type. Great for live demos. Returns a JSON object.
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_random 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_random","input":{"resource":"PEOPLE"}}'cli
npx cracked-ai run -p mcp-build-swapi-star-wars -e /sw_random -i '{"resource":"PEOPLE"}'mcp
run_tool({ provider: "mcp-build-swapi-star-wars", endpoint: "/sw_random", input: {"resource":"PEOPLE"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.