Star Wars MCP
SW
Star Wars MCP
/sw_get

sw get

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.

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_get for me.

Input

FieldTypeDescription
resource*string (PEOPLE | FILMS | PLANETS | SPECIES | STARSHIPS | VEHICLES)Resource type
id*integerNumeric record id (from the entity's url field)

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_get","input":{"resource":"PEOPLE","id":1}}'
cli
npx cracked-ai run -p mcp-build-swapi-star-wars -e /sw_get -i '{"resource":"PEOPLE","id":1}'
mcp
run_tool({ provider: "mcp-build-swapi-star-wars", endpoint: "/sw_get", input: {"resource":"PEOPLE","id":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.