swapi-mcp-server-app
Verified Safeby limaCoder
Overview
The server provides a Model Context Protocol (MCP) interface to query and retrieve information from the Star Wars API (SWAPI), offering tools for searching characters, planets, films, and fetching detailed character data, as well as a resource to list all films.
Installation
npx swapi-mcp-serverSecurity Notes
The code does not use `eval` or similar dangerous functions. There is no obfuscation. Network requests are made to a public, well-known API (SWAPI) via `axios`. No hardcoded secrets (API keys, sensitive URLs, credentials) are found; the SWAPI base URL is public. Input schemas for tools are validated using `zod`. Error handling appears robust, returning text content and marking errors without exposing raw stack traces directly, reducing information leakage. Overall, it follows good security practices for its stated purpose.
Similar Servers
hotpepper-gourmet-mcp-server
This server acts as an unofficial proxy for the HotPepper Gourmet WEB Service, providing structured tools and resources for searching gourmet information and retrieving master data through the MCP protocol.
fastsearch-mcp
Provides lightning-fast file search capabilities on Windows by directly accessing the NTFS Master File Table, integrated with Claude Desktop.
smartapi-mcp
Creates Model Context Protocol (MCP) servers for APIs registered in the SmartAPI registry, with a focus on bioinformatics and life sciences APIs.
chicago-art-museum-mcp-server
Provides AI assistants like Claude with access to the Art Institute of Chicago's public API for searching and retrieving art-related information.