Back to Home
sbsdbs icon

simple_mcp_server

Verified Safe

by 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

Run Command
node build/index.js

Security 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

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens600
Stars0
Forks0
Last Update2025-12-06

Tags

mcp-serverai-integrationstar-wars-apitypescriptnodejs