Skip to main content
Glama

Server Details

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

Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.

If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.

Status
Unhealthy
Uptime
31.8% over 39 days
Last Tested
Transport
Streamable HTTP
URL
Repository
pipeworx-io/mcp-swapi
GitHub Stars
0
Server Listing
mcp-swapi

TDQS

A3.7/5.0

Scored across 35 tools

Disambiguation2/5

Several tools overlap heavily: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, and even deep_research all route questions to the same underlying data sources, differing only in response shape or tier. The set also mixes Star Wars toy tools (get_film, get_planet, get_starship, search_people) with serious financial/market/research tools, which is confusing. An agent could easily misselect among the ask_pipeworx variants or mistake deep_research for a distinct capability.

Naming Consistency3/5

Most names use snake_case verb_noun (get_film, entity_profile, compare_entities, validate_claim), but there are notable deviations: 'search_people' vs 'search_within', 'ai_visibility_check' (noun_verb ordering), 'pipeworx_trending', and the beta tool 'ask_pipeworx_beta'. The pattern is readable but not uniform across all 35 tools.

Tool Count2/5

35 tools is heavy for what is largely one underlying router plus a handful of meta-tools. The presence of both ask_pipeworx and ask_pipeworx_beta (currently identical) is redundant, and the Star Wars tools feel out of scope, inflating the count.

Completeness3/5

The data-research domain is fairly complete (lookups, comparisons, grounding, entity profiles, subscriptions, memory), but obvious gaps exist: Polymarket tools have no create/update for subscriptions? Actually subscribe is there, but there are no tools for retrieving or updating market data beyond edges/arbitrage, and the Star Wars tools lack list/create operations. The surface also mixes unrelated domains, making it hard to assess coherent coverage.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Changedentity_profile3 fields changed
      • changedInput schema / properties / type / description
        Previous value: -"Entity type. Only \"company\" supported today; person/place coming soon."New value: +"\"company\" or \"ticker\" — both are accepted and behave identically; `value` can be a ticker, CIK, or company name either way. person/place coming soon."
      • changedInput schema / properties / type / enum
        Previous value: -[
        -  "company"
        -]New value: +[
        +  "company",
        +  "ticker"
        +]
      • changedInput schema / properties / value / description
        Previous value: -"Ticker (e.g., \"AAPL\") or zero-padded CIK (e.g., \"0000320193\"). Names not supported — use resolve_entity first if you only have a name."New value: +"Ticker (e.g., \"AAPL\"), zero-padded CIK (e.g., \"0000320193\"), or company name (e.g., \"Moderna\") — names resolve via SEC EDGAR company-name match."
  2. 1 tool update
    • Changedresolve_entity1 field changed
      • changedInput schema / properties / value / description
        Previous value: -"For company: ticker (AAPL), CIK (0000320193), or name. For drug: brand or generic name (e.g., \"ozempic\", \"metformin\")."New value: +"For company: ticker (AAPL), CIK (0000320193), or name. For drug: brand or generic name (e.g., \"ozempic\", \"metformin\"). Pass the ENTITY NAME ONLY — for a bond that is the ISSUER exactly as printed (\"NEW YORK ST DORM AUTH\"), never the question's full noun phrase (\"NEW YORK ST DORM AUTH revenue bonds\"): the FIGI lookup matches instrument names, so trailing security-class words match nothing."

Related MCP Connectors

Related MCP Servers

  • 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
  • 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
    C
    maintenance
    Provides keyless access to a fan-built API of animated films, characters, locations, species, and vehicles, enabling list retrieval, single-item lookups, and plain-language queries through MCP tools.
    2 npm
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.