just-prompt is a Model Control Protocol (MCP) server that provides a unified interface to various Large Language Model (LLM) providers including OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama. See how we use the ceo_and_board tool to make hard decisions easy with o3 here.


The following MCP tools are available in the server:
-
prompt: Send a prompt to multiple LLM models- Parameters:
text: The prompt textmodels_prefixed_by_provider(optional): List of models with provider prefixes. If not provided, uses default models.
- Parameters:
-
prompt_from_file: Send a prompt from a file to multiple LLM models- Parameters:
abs_file_path: Absolute path to the file containing the prompt (must be an absolute path, not relative)models_prefixed_by_provider(optional): List of models with provider prefixes. If not provided, uses default models.
- Parameters:
-
prompt_from_file_to_file: Send a prompt from a file to multiple LLM models and save responses as markdown files- Parameters:
abs_file_path: Absolute path to the file containing the prompt (must be an absolute path, not relative)models_prefixed_by_provider(optional): List of models with provider prefixes. If not provided, uses default models.abs_output_dir(default: "."): Absolute directory path to save the response markdown files to (must be an absolute path, not relative)
- Parameters:
-
ceo_and_board: Send a prompt to multiple 'board member' models and have a 'CEO' model make a decision based on their responses- Parameters:
abs_file_path: Absolute path to the file containing the prompt (must be an absolute path, not relative)models_prefixed_by_provider(optional): List of models with provider prefixes to act as board members. If not provided, uses default models.abs_output_dir(default: "."): Absolute directory path to save the response files and CEO decision (must be an absolute path, not relative)ceo_model(default: "openai:o3"): Model to use for the CEO decision in format "provider:model"
- Parameters:
-
list_providers: List all available LLM providers- Parameters: None
-
list_models: List all available models for a specific LLM provider- Parameters:
provider: Provider to list models for (e.g., 'openai' or 'o')
- Parameters:
every model must be prefixed with the provider name
use the short name for faster referencing
ooropenai: OpenAIo:gpt-4o-miniopenai:gpt-4o-mini
aoranthropic: Anthropica:claude-3-5-haikuanthropic:claude-3-5-haiku
gorgemini: Google Geminig:gemini-2.5-pro-exp-03-25gemini:gemini-2.5-pro-exp-03-25
qorgroq: Groqq:llama-3.1-70b-versatilegroq:llama-3.1-70b-versatile
dordeepseek: DeepSeekd:deepseek-coderdeepseek:deepseek-coder
lorollama: Ollamal:llama3.1ollama:llama3.1