MCP Hub
Back to servers

swapi

SWAPI MCP — wraps the Star Wars API (swapi.dev, free, no auth)

Registry
Updated
Apr 2, 2026

mcp-swapi

MCP server for Star Wars data via SWAPI. Free, no auth required.

Tools

ToolDescription
search_peopleSearch Star Wars characters by name
get_planetGet a planet by numeric ID
get_starshipGet a starship by numeric ID
get_filmGet a film by numeric ID

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "swapi_search_people",
      "arguments": { "query": "Luke" }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review