Back to Home
kashyapm94 icon

learn-mcp-server

Verified Safe

by kashyapm94

Overview

This server provides a set of tools for an AI agent to interact with e-commerce data like customer information, order details, and product inventory.

Installation

Run Command
python main.py

Security Notes

The server primarily communicates via standard I/O (stdio) as indicated by `mcp.run(transport='stdio')`, which inherently limits direct network exposure. It does not use `eval()` or similar dangerous functions, nor does it appear to handle external user input directly beyond tool arguments. The 'database' is an in-memory dictionary, so there are no hardcoded database credentials or external database connection risks. The risk is primarily confined to the integrity of the data it operates on and how it's integrated with an LLM.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-26

Tags

MCPLLM ToolsE-commercePythonAI Agent