Back to Home
Gegelascience icon

my_mcp_server

Verified Safe

by Gegelascience

Overview

This Next.js server exposes various external data sources (Paris public transport, NPM package information, EAN barcode generation) as tools via the Model Context Protocol, enabling integrations with AI models or other systems.

Installation

Run Command
npm run start

Security Notes

The 'apikey' for the 'idfTraficInfo' service is expected to be passed directly in the URL path, meaning it is exposed in network requests, URL history, and server logs. While this is likely intended as a client-provided key for the external service, logging it via `console.log("apikey", apikey);` poses a minor information leak risk. No 'eval' or deliberate obfuscation was found. The server acts as a proxy to external APIs, inheriting potential network risks from those services.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-21

Tags

Next.jsAPI GatewayModel Context ProtocolTraffic InformationNPM Package ManagementBarcode Generation