MCP.so
登录
M

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)

基本信息

分类

其他

传输方式

stdio

发布者

maxbogo

提交者

Maxim B

配置

使用下面的配置,将此服务器添加到你的 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 服务器