Swapi
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
Scored across 35 tools
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.
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.
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.
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 tool update
- Changed
entity_profile3 fields changed- changed
Input schema / properties / type / descriptionPrevious 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." - changed
Input schema / properties / type / enumPrevious value: -[ - "company" -]New value: +[ + "company", + "ticker" +] - changed
Input schema / properties / value / descriptionPrevious 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."
1 tool update
- Changed
resolve_entity1 field changed- changed
Input schema / properties / value / descriptionPrevious 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
Star Wars API (SWAPI) as a remote MCP server: films, people, planets, species, starships, vehicles.
Rick and Morty MCP — wraps The Rick and Morty API (free, no auth)
Rick and Morty MCP — wraps the Rick and Morty API (free, no auth)
Superhero MCP — wraps akabab.github.io/superhero-api (free, no auth)
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for querying the Star Wars universe via the SWAPI API, providing access to characters, films, starships, vehicles, species, and planets.ISC
- AlicenseNot gradedqualityCmaintenanceEnables LLMs and clients to search for Star Wars characters, planets, and films by exposing SWAPI as MCP tools.1MIT
- AlicenseNot gradedqualityBmaintenanceExposes 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
- AlicenseNot gradedqualityCmaintenanceProvides 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 npmMIT
Glama MCP Gateway
Add one secure layer between your agents and this server.