my_mcp_server
Verified Safeby 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
npm run startSecurity 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
toolhive-cloud-ui
A UI for interacting with AI models via OpenRouter and managing/utilizing MCP (Model Context Protocol) servers and their tools from a centralized catalog.
mcp-server-ns-trains
Integrates Netherlands Railways (NS) train information into AI assistants for route planning, pricing, and real-time departures.
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.
MCP-para-todo
An educational MCP server that connects language models with external tools in real-time, focusing on providing real-world context and extending LLM capabilities.