simple_mcp_server
Verified Safeby sbsdbs
Overview
This server integrates the Star Wars API (SWAPI) into the Model Context Protocol (MCP) framework, enabling AI models like Claude Desktop and MCP Inspector to interact with Star Wars data as a tool or resource.
Installation
npm startSecurity Notes
The server uses `zod` for input schema validation, which helps prevent malformed inputs. No `eval` or `child_process` usage was found. The `BASE_URL` for SWAPI is hardcoded, but it is a public API and not a secret. Error handling is present for API calls. Dependencies are well-known and up-to-date. No obvious malicious patterns or hardcoded sensitive information were identified.
Similar Servers
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
node-red-mcp
Integrates AI agents with Node-RED for real-time flow management, monitoring, and dynamic automation.
codex-mcp
Provides a robust MCP server wrapper for Codex CLI to enable reliable session ID tracking for multi-turn AI conversations.
openai-responses-mcp
A lightweight MCP server for AI clients (like Claude Code/Desktop) to leverage OpenAI Responses API with autonomous web search capabilities over stdio.