Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Star Wars MCP

build.swapi/star-wars

Star Wars API (SWAPI) as a remote MCP server: films, people, planets, species, starships, vehicles.

Uptime
100.0%
1 direct probes · 30d
Response
326ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

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.

sw_list

Lists all entities of a Star Wars resource type from swapi.build. Returns a JSON array.

sw_random

Returns one random Star Wars entity of the given resource type. Great for live demos. Returns a JSON object.

sw_search

Searches a Star Wars resource by name (title for FILMS), case-insensitive substring match. Returns a JSON array.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "star_wars_mcp": {
      "url": "https://swapi.build/mcp",
      "transport": "streamable-http"
    }
  }
}