← swapi.build

INDIVIDUAL MCP TOOL

sw_get

Gets one Star Wars entity by numeric id.

swapi.buildnone authenticationAvailability not checked

LIVE ENDPOINT

https://swapi.build/mcp

No auth detected

Connect to this endpoint to inspect the live schema for sw_get and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

swapi.build

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.

Related tools

  • sw_list — Lists all entities of a Star Wars resource type from swapi.
  • sw_random — Returns one random Star Wars entity of the given resource type.
  • sw_search — Searches a Star Wars resource by name (title for FILMS), case-insensitive substring match.