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.

コメント

「その他」の他のコンテンツ