Back to Home
JorgeDelAngel03 icon

MCP

Verified Safe

by JorgeDelAngel03

Overview

This server extends LLM capabilities by providing tools for impartial decision-making, weighted randomization, and data persistence of past decisions.

Installation

Run Command
python aleatorio.py

Security Notes

The server uses `stdio` for communication, limiting direct network exposure. It writes decision history to a local `historial.json` file, which is limited to 50 entries to prevent unbounded growth. There are no obvious hardcoded secrets, `eval` usage, or malicious patterns. The main 'risk' would be sensitive information being stored in the local history file, but it's not directly exposed by the server.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens30
Stars0
Forks0
Last Update2025-11-28

Tags

LLM ToolRandomnessDecision MakingData PersistencePython Server