simple_mcp_server
Verified Safeby sbsdbs
Overview
This server integrates the Star Wars API (SWAPI) with the Model Context Protocol (MCP) to provide AI agents, such as Claude Desktop, with tools and resources for querying Star Wars data.
Installation
node build/index.jsSecurity Notes
The server's source code appears generally safe. It uses `axios` to fetch data from a public, hardcoded API endpoint (SWAPI) and validates inputs using Zod. There are no direct uses of `eval`, obfuscation, or dynamic network calls derived from user input that could lead to SSRF or command injection. Hardcoding the `BASE_URL` for SWAPI is noted by the developer as a simplification for example, which is acceptable since it's a non-sensitive public API, but in a production setting for sensitive URLs, environment variables would be crucial. Error handling provides generic messages, avoiding exposure of internal stack traces.
Similar Servers
claude-faf-mcp
Provides AI-optimized context for software projects to large language models, enhancing collaboration and project understanding via 50+ specialized tools within Claude Desktop workflows.
node-red-mcp
The MCP Node-RED Server enables AI agents to manage, monitor, and troubleshoot Node-RED automation flows in real-time by translating Model Context Protocol requests to Node-RED Admin API calls and providing live event streams.
uml-mcp-server
Image and UML diagram generation via Google Gemini API, exposed as a Model Context Protocol (MCP) server.
my-mcp-server
Provides a Model Context Protocol (MCP) server that exposes custom tools to be utilized by an AI model or client, demonstrated with a simple number addition tool.