JorgeDelAngel03/MCP
If you are the rightful owner of MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Decision Maker MCP Server is a Python-based server designed to enhance the capabilities of Large Language Models (LLMs) by providing tools for decision-making, randomness, and data persistence.
Tools
Functions exposed to the LLM to take actions
consultar_historial
Records every decision to a historial.json file for data persistence.
elegir_ponderado
Selects an item from a list based on user-defined probabilities.
seleccionar_pokemon_ponderado
Selects Pokémon from the Kanto region with rarity-based probabilities.
tirar_moneda
Provides a simple tool for binary choices.
tirar_dado_personalizado
Offers custom dice rolls for unbiased decision-making.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client