MCP Random Number - Secure MCP Server by ALMC Security 2025

MCP Random Number

View on GitHub

{{ message }}

maxbogo / mcp-random-number Public

  • Notifications
  • Fork0
  • Star 5

True random numbers from atmospheric noise(random.org) for LLMs

GPL-3.0 license

5 stars0 forksBranches Tags Activity

Star

Notifications

main

BranchesTags

Go to file

Code

NameNameLast commit messageLast commit date
6 Commits
number_dist_datanumber_dist_data
srcsrc
.gitattributes.gitattributes
.gitignore.gitignore
LICENSELICENSE
package-lock.jsonpackage-lock.json
package.jsonpackage.json
readme.mdreadme.md
tsconfig.jsontsconfig.json
View all files

Repository files navigation

MCP Random Number

An MCP (Model Context Protocol) server that provides true random numbers from atmospheric noise via random.org.

Why?

LLMs struggle with generating truly random numbers. This chart shows the distribution bias of 100 random numbers (range 1-100) from 3 popular LLMs:

Distribution Chart

Installation

  1. Copy, Install, Build:
    git clone https://github.com/maxbogo/mcp-random-number.git
    cd mcp-random-number
    npm install
    npm run build
  2. Connect to the MCP server:
    Add the below json to your configuration with the appropriate /ABSOLUTE/PATH/TO/ value:
    {
    "mcpServers": {
    "mcp-random-number": {
    "command": "node",
    "args": ["/ABSOLUTE/PATH/TO/mcp-random-number/build/index.js"]
    }
    }
    }

About

Readme

GPL-3.0 license

Activity

5 stars

0 watching

0 forks

Report repository

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.4%
  • TypeScript 44.6%

Related in Development - Secure MCP Servers

ServerSummaryActions
Homebrew MCPA Model Context Protocol (MCP) server for Homebrew package management on macOS, designed for seamles...View
Contract Inspector基于 MCP 协议的本地以太坊合约信息获取工具,支持在 Cursor 等 AI 工具中使用。采用 uv 作为现代化的 Pyth...View
SwissArmyHammerProgram all the things, just by writing markdown. Really.View
302AI Sandbox MCP ServerView
Apifox MCP Server使用 Apifox MCP Server,可以将 Apifox 项目内的接口文档作为数据源提供给 Cursor 等支持 AI 编程的 IDE...View
MCP Docs ServerA lightweight Model Context Protocol (MCP) server that provides direct access to local documentation...View