Skip to main content
Glama
RamosJSouza

Simple MCP Server - Star Wars API

by RamosJSouza

Related Servers

Alternatives to Simple MCP Server - Star Wars API

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables AI agents to search Star Wars characters and retrieve detailed information about planets, starships, and films through the SWAPI data source.
      3 npm
      MIT
    • A
      license
      B
      quality
      D
      maintenance
      Enables users to query the Star Wars universe through the SWAPI (Star Wars API) directly in Claude Desktop. Supports searching for characters, planets, and films, as well as retrieving detailed information about the Star Wars saga.
      4
      15
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides access to the SWAPI Star Wars API, enabling users to query characters, planets, films, species, vehicles, and starships with automatic pagination and caching.
      13 npm
      10
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Exposes the Star Wars API as 18 MCP tools across six resources, enabling MCP clients to search, list, and fetch by ID for people, planets, films, species, vehicles, and starships.
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      MCP server for querying the Star Wars universe via the SWAPI API, providing access to characters, films, starships, vehicles, species, and planets.
      ISC

    TDQS

    B3/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool targets a distinct resource or query type: films by title, planets by name, characters by name or ID. The two character tools are clearly separated by their ID/name parameter, leaving no ambiguity.

    Naming Consistency4/5

    All tools follow the verb 'search_' followed by a resource name, which is consistent. The single exception is 'search_characters_byId', which mixes camelCase for 'Id' while other names use all lowercase and underscores, a minor deviation from the pattern.

    Tool Count5/5

    With 4 tools, the server is well-scoped for a simple search-focused API. The count is within the ideal range and each tool covers a unique, necessary operation.

    Completeness3/5

    The server covers three core resources (films, characters, planets) but omits other common Star Wars categories like starships, vehicles, and species. Additionally, films and planets only support search by name, lacking ID-based lookups that characters have, which leaves notable gaps for users needing specific items.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues