Mcp Random Number
@maxbogo
关于 Mcp Random Number
MCP to get random numbers within a defined range. It requests true random numbers from random.org (the randomness comes from atmospheric noise)
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-random-number": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/mcp-random-number/build/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mcp Random Number?
Mcp Random Number is an MCP (Model Context Protocol) server that fetches true random numbers from random.org, where the randomness originates from atmospheric noise. It returns a random number within a user-defined range.
How to use Mcp Random Number?
—
Key features of Mcp Random Number
- Retrieves true random numbers from random.org.
- Supports a user-defined numeric range.
- Uses atmospheric noise as entropy source.
- Provides deterministic randomness unlike typical LLM output.
Use cases of Mcp Random Number
- Guarantee fair random selection in AI-driven decision making.
- Generate unbiased seeds for simulations or games.
- Overcome LLM bias toward specific numbers (e.g., 73).
FAQ from Mcp Random Number
What does true random mean?
True random means the numbers come from atmospheric noise measured by random.org, not from a pseudo‑random algorithm.
Does Mcp Random Number work offline?
No, it requires an internet connection to query random.org.
What range can I specify?
The README mentions numbers within a defined range, but does not specify a limit. (Only facts from the README are stated.)
How does this differ from an LLM’s built‑in random selection?
LLMs have strong preferences for certain numbers (e.g., 73), whereas this server provides unbiased random numbers from an external physical source.
Is the server free to use?
The README does not mention cost or API limits.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ICSS
chokcoco不止于 CSS
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论