← Registry

API Tools

swapi.build

Provides access to Star Wars data from the SWAPI, enabling retrieval, listing, random selection, and search of entities.

1 endpoint4 known toolsFirst detected August 7, 2026Last detected August 7, 2026

ENDPOINT 1

https://swapi.build/mcp

No auth detected

MCP server metadata

Name
swapi.build
Version
2.2.0
Capabilities
loggingtools

Known tools 4

sw_get

Gets one Star Wars entity by numeric id.

Inferred read-only
sw_list

Lists all entities of a Star Wars resource type from swapi.

Inferred read-only
sw_random

Returns one random Star Wars entity of the given resource type.

Inferred read-only
sw_search

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.swapi-build]
url = "https://swapi.build/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "swapi-build": {
      "type": "http",
      "url": "https://swapi.build/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: swapi-build
Remote MCP URL: https://swapi.build/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "swapi-build": {
      "url": "https://swapi.build/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "swapi-build": {
      "type": "http",
      "url": "https://swapi.build/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "swapi-build",
  "transport": "streamable-http",
  "url": "https://swapi.build/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for swapi.build was fetched 2026-08-14T12:34:54.899Z.

Trust status Trusted

swapi.build is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.